summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-11Merge remote-tracking branch 'lp-master/master' into upstream-masterupstream-masterLubomir Rintel1278-345625/+86845
2015-11-10build: hack around compiler warning in g-ir-scannerThomas Haller1-1/+1
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
2015-11-02ifcfg-rh: add support for addr-gen-mode propertyLubomir Rintel2-7/+30
2015-11-02keyfile: add support for addr-gen-mode propertyLubomir Rintel2-0/+46
2015-11-02setting-ip6-config: add addr-gen-mode propertyLubomir Rintel3-0/+117
2015-11-02tests: fix error message in nmtst_assert_ip6_address()Thomas Haller1-1/+1
2015-11-02merge: branch 'lr/vpn-aliases'Lubomir Rintel4-23/+18
2015-11-02vpn-plugin-info: add vpn plugin service aliasesLubomir Rintel1-1/+16
2015-11-02vpn-plugin-info: drop nm_vpn_plugin_info_get_service()Lubomir Rintel4-22/+2
2015-11-02test: disable g_log_set_always_fatal() for non-assert tests on older glib ver...Thomas Haller1-0/+5
2015-11-02platform: use ifi_change field for setting link flagsThomas Haller3-68/+60
2015-11-02platform: merge branch 'th/platform-parse-nl-bgo754570'Thomas Haller56-3407/+5947
2015-11-02vlan: handle vlan flags, ingress and egress map in NMDeviceVlanThomas Haller3-20/+135
2015-11-02libnm: don't re-sort the vlan priorities every time in set_map()Thomas Haller1-9/+30
2015-11-02platform/vlan: add support for ingress/egress-qos-mappings and changing flagsThomas Haller7-98/+1122