summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-11valgrind: drop unused suppressions for libnl-route-3 (rtnl)Thomas Haller1-44/+1
2015-11-11libnm/keyfile: fix leak in ip6-addr-gen-mode writerThomas Haller1-1/+1
2015-11-11python: use gi.require_version() in generate-setting-docs.py and examplesThomas Haller11-0/+22
2015-11-11cli: print a warning if BSSID is given instead of SSID for hidden APJiří Klimeš1-0/+5
2015-11-11wifi: fix a crash while attempting to connect hidden AP (bgo #757814)Jiří Klimeš1-2/+2
2015-11-10core/dbus: merge branch 'dcbw/gdbus-object-manager' (early part)Thomas Haller16-215/+517
2015-11-10build: hack around compiler warning in g-ir-scannerThomas Haller1-1/+1
2015-11-10ifcfg-rh: use distinct D-Bus connection for ifcfg-rh serviceThomas Haller2-52/+230
2015-11-10exported-object: split out the creation of interface skeletonsThomas Haller2-76/+124
2015-11-10core: explicitly unexport objects when we're done with themDan Williams11-47/+75
2015-11-10wifi/ap: use direct-hashing for aps hashThomas Haller1-3/+8
2015-11-10wifi/ap: explicitly unexport AP and refactor add/remove APThomas Haller2-33/+45
2015-11-10wifi/ap: set the current-ap after adding the new APThomas Haller1-1/+1
2015-11-10core: fix wrongly exporting object before instance is fully constructedThomas Haller4-4/+33
2015-11-10ifcfg-rh: fix chaining constructed() method for SettingsPluingIfcfgThomas Haller1-0/+2
2015-11-10core: fix builds with older gcc (like 4.4.x)Dan Williams1-1/+1
2015-11-10device: don't call into rdisc when there's noneLubomir Rintel1-1/+1
2015-11-10device: fix a dad6_failed_addrs use-after-freeLubomir Rintel1-0/+1
2015-11-10device: avoid removing a list element while iterating itLubomir Rintel1-2/+3
2015-11-10build: avoid invalid compiler warningThomas Haller1-1/+1
2015-11-10merge: branch 'bg/lldp-test-bgo757005'Beniamino Galvani8-9/+282
2015-11-10lldp: add test caseBeniamino Galvani5-0/+267
2015-11-10lldp: decouple NMLldpListener from platformBeniamino Galvani3-9/+15
2015-11-10cli: add command for displaying LLDP neighborsBeniamino Galvani5-4/+297
2015-11-10merge: add 'nmcli device wifi hotspot' command (bgo #756081)Jiří Klimeš6-33/+451
2015-11-10nmcli: add a hotspot example to nmcli manual pageJiří Klimeš1-0/+5
2015-11-10cli: add '--show-password' option for 'nmcli device wifi hotspot'Jiří Klimeš3-10/+23
2015-11-10cli: add 'password' option for 'nmcli device wifi hotspot'Jiří Klimeš3-14/+58
2015-11-10cli: add 'nmcli device wifi hotspot' commandJiří Klimeš3-6/+360
2015-11-09cli: move unique_connection_name() to common.c as nmc_unique_connection_name()Jiří Klimeš3-27/+29
2015-11-09man: fix synopsis for nmcli connection up (bgo #757777)Adam Bk1-2/+2
2015-11-06agent-manager: cancel pending auth chain for the disappearing agentLubomir Rintel1-0/+14
2015-11-06device: set a reason when device enslave failsLubomir Rintel1-3/+4
2015-11-06cli: fix `nmcli device set DEV managed true`Thomas Haller1-1/+1
2015-11-06logging: swap names of logging macros _LOGT() and _LOGt()Thomas Haller8-75/+75
2015-11-05policy: fix looping through list while removing elements (rh #1175446)Jiří Klimeš1-3/+7
2015-11-05linux-platform: don't overwrite network with preferred sourceLubomir Rintel1-1/+1
2015-11-05device: fix switched ip6_config_subtract argumentsLubomir Rintel1-4/+4
2015-11-04agent-manager: don't try to cancel requests that already finishedLubomir Rintel1-2/+4
2015-11-03device: terminate the activation chain when entering the failed stateBeniamino Galvani1-0/+8
2015-11-03rdisc/tests: initialize iid passed to nm_rdisc_set_iid()Beniamino Galvani2-2/+2
2015-11-03test-link: skip test if iproute2 is not capable enoughLubomir Rintel1-2/+8
2015-11-03core: fix assuming a connection without S390 properties (rh #1276343)Jiří Klimeš2-0/+85
2015-11-02libnm-core: fix make dist with --enable-tests=noLubomir Rintel1-2/+2
2015-11-02merge: branch 'lr/stable-privacy-rfc7217'Lubomir Rintel23-134/+768
2015-11-02libnm-core: default to ip6.addr-gen-mode=stable-privacyLubomir Rintel4-10/+17
2015-11-02core: add support for RFC7217 stable privacy addressingLubomir Rintel11-29/+314
2015-11-02core: support IPv6 duplicate address detectionLubomir Rintel5-6/+97
2015-11-02rdisc: move address generation into NMRDisc from NMLNDPRdiscLubomir Rintel7-93/+118
2015-11-02cli: add addr-gen-mode propertyLubomir Rintel1-4/+44