summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* man: additional fixes for nmcli commands syntax in nmcli.xmljk/nmcli-man-fixesJiří Klimeš2016-07-151-9/+9
* man: fix 'domain' to 'domains' for nmcli general loggingJiří Klimeš2016-07-151-1/+1
* man: fix 'nmcli connection edit' description in nmcli.xmlJiří Klimeš2016-07-151-2/+2
* man: fix 'nmcli connection clone' description in nmcli.xmlJiří Klimeš2016-07-151-4/+4
* man: correct '--field' option in nmcli man pageJiří Klimeš2016-07-151-1/+1
* man: correct '--wait' option in nmcli man pageJiří Klimeš2016-07-151-7/+5
* man: fix bridge-port properties description in nmcli.xmlJiří Klimeš2016-07-151-3/+3
* man: add missing commands to 'nmcli connection' synopsis in nmcli.xmlJiří Klimeš2016-07-151-0/+3
* nmcli: add missing commands to 'nmcli connection help' usage descriptionJiří Klimeš2016-07-141-1/+1
* nmcli: fix 'nmcli device modify' descriptionJiří Klimeš2016-07-142-3/+5
* dhcp: drop an unused fariableLubomir Rintel2016-07-131-2/+0
* doc: fix typo for cloned-mac-address documentationpoma2016-07-112-2/+2
* libnm: minor cleanup of _bin2str()Thomas Haller2016-07-101-4/+4
* all: reuse _nm_utils_hwaddr_ntoa() for converting binary to stringThomas Haller2016-07-104-48/+47
* dhcp: prefix logging messages with "dhcp"Thomas Haller2016-07-106-88/+116
* wwan: downgrade warning logging about 'No SIM object available'Thomas Haller2016-07-101-2/+4
* po: update German (de) translation (bgo #766927)Christian Kirbach2016-07-101-1486/+2018
* device: allow ipv6ll address to be set for disconnected devicesBeniamino Galvani2016-07-091-10/+6
* device: downgrade debug logging about not setting hardware addressThomas Haller2016-07-091-1/+1
* platform: wifi: drop old wifi data when an interface is renamedBeniamino Galvani2016-07-083-3/+40
* rdisc: merge branch 'th/rdisc-cleanup-bgo768521'Thomas Haller2016-07-0812-427/+748
|\
| * rdisc: preserve most-managed dhcp-level from multiple router advertisementsThomas Haller2016-07-082-2/+12
| * rdisc: tighten up type and range of NMRDiscRoute.plenThomas Haller2016-07-086-39/+34
| * rdisc: hide internal fields from NMRDisc APIThomas Haller2016-07-088-204/+331
| * rdisc: move sysctl configuration values to NMRDiscPrivateThomas Haller2016-07-084-58/+100
| * rdisc: move @iid field to NMRDiscPrivateThomas Haller2016-07-082-6/+6
| * rdisc: refactor logging config-changes not as signal handlerThomas Haller2016-07-082-34/+38
| * rdisc: emit config-changed signal by ID and not by nameThomas Haller2016-07-081-4/+12
| * rdisc: remove unused signal slots ra_timeout and ra_processThomas Haller2016-07-082-3/+1
| * rdisc: move public fields from NMRDisc to NMRDiscPrivateThomas Haller2016-07-086-40/+133
| * rdisc: move @platform and @netns field to private structure NMRDiscPrivateThomas Haller2016-07-082-16/+21
| * rdisc: embed pointer to private data in NMRDiscThomas Haller2016-07-082-13/+37
| * rdisc/tests: don't link nm-fake-rdisc with non-testing NetworkManager binaryThomas Haller2016-07-082-4/+2
| * rdisc: hide NMLndpRDisc struct and embed private dataThomas Haller2016-07-082-27/+44
| * rdisc/trivial: rename NMLNDPRDisc to NMLndpRDiscThomas Haller2016-07-082-17/+17
|/
* secret-agent: increase timeout for GetSecrets D-Bus callBeniamino Galvani2016-07-081-0/+4
* merge: branch 'bg/team-conf-read-rh1257237'Beniamino Galvani2016-07-071-14/+24
|\
| * team: fail the connection if the teamd configuration can't be readBeniamino Galvani2016-07-071-9/+15
| * team: fix handling of D-Bus name watch eventsBeniamino Galvani2016-07-071-5/+9
|/
* merge: branch 'bg/slave-activation-fail-rh1270814'Beniamino Galvani2016-07-073-13/+28
|\
| * policy: reset slaves' retry counter only for explicit activationsBeniamino Galvani2016-07-071-4/+10
| * active-connection: don't weak-unref parent inside notify functionBeniamino Galvani2016-07-071-6/+7
| * device: fail slave activation if master is deactivatingBeniamino Galvani2016-07-071-2/+8
| * device: cancel pending activation when slave is releasedBeniamino Galvani2016-07-071-1/+3
|/
* contrib/rpm: improve detection of ppp_version from spec fileThomas Haller2016-07-071-2/+2
* contrib/rpm: fix %{snap} define to have snapshot before git-shaThomas Haller2016-07-071-1/+1
* cli/connections: fail the activation when the active connection disappearsLubomir Rintel2016-07-071-47/+64
* libnm/client: emit signals when active connection disappearsLubomir Rintel2016-07-072-0/+54
* libnm-core: drop unused variableLubomir Rintel2016-07-071-1/+0
* bond: merge branch 'bg/bond-options-validate-bgo767776'Beniamino Galvani2016-07-063-79/+158
|\