summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: add ' nmcli connection clone' command for cloning connectionsjk/nmcli-con-cloneJiří Klimeš2015-11-063-1/+203
* policy: fix looping through list while removing elements (rh #1175446)Jiří Klimeš2015-11-051-3/+7
* linux-platform: don't overwrite network with preferred sourceLubomir Rintel2015-11-051-1/+1
* device: fix switched ip6_config_subtract argumentsLubomir Rintel2015-11-051-4/+4
* agent-manager: don't try to cancel requests that already finishedLubomir Rintel2015-11-041-2/+4
* device: terminate the activation chain when entering the failed stateBeniamino Galvani2015-11-031-0/+8
* rdisc/tests: initialize iid passed to nm_rdisc_set_iid()Beniamino Galvani2015-11-032-2/+2
* test-link: skip test if iproute2 is not capable enoughLubomir Rintel2015-11-031-2/+8
* core: fix assuming a connection without S390 properties (rh #1276343)Jiří Klimeš2015-11-032-0/+85
* libnm-core: fix make dist with --enable-tests=noLubomir Rintel2015-11-021-2/+2
* merge: branch 'lr/stable-privacy-rfc7217'Lubomir Rintel2015-11-0223-134/+768
|\
| * libnm-core: default to ip6.addr-gen-mode=stable-privacylr/stable-privacy-rfc7217Lubomir Rintel2015-11-024-10/+17
| * core: add support for RFC7217 stable privacy addressingLubomir Rintel2015-11-0211-29/+314
| * core: support IPv6 duplicate address detectionLubomir Rintel2015-11-025-6/+97
| * rdisc: move address generation into NMRDisc from NMLNDPRdiscLubomir Rintel2015-11-027-93/+118
| * cli: add addr-gen-mode propertyLubomir Rintel2015-11-021-4/+44
| * ifcfg-rh: add support for addr-gen-mode propertyLubomir Rintel2015-11-022-7/+30
| * keyfile: add support for addr-gen-mode propertyLubomir Rintel2015-11-022-0/+46
| * setting-ip6-config: add addr-gen-mode propertyLubomir Rintel2015-11-023-0/+117
|/
* tests: fix error message in nmtst_assert_ip6_address()Thomas Haller2015-11-021-1/+1
* merge: branch 'lr/vpn-aliases'Lubomir Rintel2015-11-024-23/+18
|\
| * vpn-plugin-info: add vpn plugin service aliaseslr/vpn-aliasesLubomir Rintel2015-11-021-1/+16
| * vpn-plugin-info: drop nm_vpn_plugin_info_get_service()Lubomir Rintel2015-11-024-22/+2
|/
* test: disable g_log_set_always_fatal() for non-assert tests on older glib ver...Thomas Haller2015-11-021-0/+5
* platform: use ifi_change field for setting link flagsThomas Haller2015-11-023-68/+60
* platform: merge branch 'th/platform-parse-nl-bgo754570'Thomas Haller2015-11-0256-3407/+5947
|\
| * vlan: handle vlan flags, ingress and egress map in NMDeviceVlanThomas Haller2015-11-023-20/+135
| * libnm: don't re-sort the vlan priorities every time in set_map()Thomas Haller2015-11-021-9/+30
| * platform/vlan: add support for ingress/egress-qos-mappings and changing flagsThomas Haller2015-11-027-98/+1122
| * libnm: internally expose NMVlanQosMapping struct in "nm-core-internal.h"Thomas Haller2015-11-022-21/+22
| * libnm: add internal header file "nm-core-types-internal.h"Thomas Haller2015-11-024-0/+28
| * platform: promise that the link lnk is an immutable NMPObject and expose itThomas Haller2015-11-028-56/+91
| * nmp-object: add virtual function for implementing nmp_object_to_string()Thomas Haller2015-11-022-33/+36
| * build: no longer link against libnl-route-3 libraryThomas Haller2015-11-021-1/+1
| * platform: create netlink messages directly without libnl-route-3Thomas Haller2015-11-0210-1008/+938
| * platform: reimplement netlink flags/enum to string conversionsThomas Haller2015-11-024-74/+93
| * utils: add flags2str utility functionsThomas Haller2015-11-023-0/+244
| * core: add nm_utils_to_string_buffer global bufferThomas Haller2015-11-028-39/+52
| * platform/tests: test setting bridge addressThomas Haller2015-11-022-0/+53
| * platform/trivial: rename variable "obj_needle" to "obj_id"Thomas Haller2015-11-021-46/+46
| * platform: properly handle IPv4 peer-addressesThomas Haller2015-11-0221-154/+227
| * ip4-config: let the IPv4 device route depend on the peer-addressThomas Haller2015-11-023-32/+28
| * platform/tests: add test setting vlan ingress/egress mappingsThomas Haller2015-11-021-0/+45
| * platform/trivial: reorder declaration of structures in "nm-platform.h"Thomas Haller2015-11-021-25/+25
| * platform/trivial: rename nm_platform_infiniband_get_info() to get_properties()Thomas Haller2015-11-023-7/+7
| * platform: refactor nm_platform_veth_get_properties()Thomas Haller2015-11-026-60/+28
| * platform/tests: add test cases for detecting lnk dataThomas Haller2015-11-023-9/+289
| * platform/tests: remove "dump" test-programThomas Haller2015-11-012-145/+0
| * platform/tests: use "nm-test-utils.h" in "monitor.c"Thomas Haller2015-11-011-10/+12
| * platform: always complete link-type from cacheThomas Haller2015-11-011-9/+22