summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: fix builds with older gcc (like 4.4.x)Dan Williams2015-11-101-1/+1
* device: don't call into rdisc when there's noneLubomir Rintel2015-11-101-1/+1
* device: fix a dad6_failed_addrs use-after-freeLubomir Rintel2015-11-101-0/+1
* device: avoid removing a list element while iterating itLubomir Rintel2015-11-101-2/+3
* build: avoid invalid compiler warningThomas Haller2015-11-101-1/+1
* lldp: add test caseBeniamino Galvani2015-11-104-0/+265
* lldp: decouple NMLldpListener from platformBeniamino Galvani2015-11-103-9/+15
* agent-manager: cancel pending auth chain for the disappearing agentLubomir Rintel2015-11-061-0/+14
* device: set a reason when device enslave failsLubomir Rintel2015-11-061-3/+4
* logging: swap names of logging macros _LOGT() and _LOGt()Thomas Haller2015-11-068-75/+75
* 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: default to ip6.addr-gen-mode=stable-privacylr/stable-privacy-rfc7217Lubomir Rintel2015-11-021-0/+5
* 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
* ifcfg-rh: add support for addr-gen-mode propertyLubomir Rintel2015-11-022-7/+30
* vpn-plugin-info: drop nm_vpn_plugin_info_get_service()Lubomir Rintel2015-11-021-1/+0
* platform: use ifi_change field for setting link flagsThomas Haller2015-11-023-68/+60
* vlan: handle vlan flags, ingress and egress map in NMDeviceVlanThomas Haller2015-11-021-20/+42
* platform/vlan: add support for ingress/egress-qos-mappings and changing flagsThomas Haller2015-11-027-98/+1122
* 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
* platform: create netlink messages directly without libnl-route-3Thomas Haller2015-11-029-995/+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-027-37/+50
* 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
* platform: implement infiniband properties as lnk dataThomas Haller2015-11-017-226/+187
* platform: implement macvlan properties as lnk dataThomas Haller2015-11-019-107/+136
* platform: implement vxlan properties as lnk dataThomas Haller2015-11-019-202/+316
* platform: implement gre properties as lnk dataThomas Haller2015-11-019-106/+176
* platform: implement vlan properties as lnk dataThomas Haller2015-11-0111-122/+212