summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vlan: handle vlan flags, ingress and egress map in NMDeviceVlanth/platform-parse-nl-bgo754570Thomas 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
* 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
* platform: add link_data member to NMPObjectLinkThomas Haller2015-11-012-6/+39
* platform: parse netlink messages ourselves without libnl-route-3Thomas Haller2015-11-016-687/+894
* platform: add NMIPAddr structThomas Haller2015-11-012-19/+23
* platform/trivial: move codeThomas Haller2015-11-011-320/+328
* platform: only convert link-type to string once in nm_platform_link_to_string()Thomas Haller2015-11-011-4/+7
* platform: move nm_platform_tun_get_properties() to NMPlatform base classThomas Haller2015-11-014-82/+69
* nmp-object: allow missing implementations for certain virtual functionsThomas Haller2015-11-011-16/+39
* nmp-object: remove unused nl_type field from NMPClassThomas Haller2015-11-012-6/+0
* nmp-object/trivial: move codeThomas Haller2015-11-011-12/+12
* nmp-object: refactor nmp_object_copy() not to call virtual cmd_obj_copy() fun...Thomas Haller2015-11-011-11/+3
* nmp-object: implement nmp_object_equal() based on cmp()Thomas Haller2015-11-012-41/+37
* platform: add buffer argument to platform to-string functionsThomas Haller2015-11-0114-108/+145
* build: no longer link against libnl-genl-3 libraryThomas Haller2015-11-011-1/+1
* wifi: reimplement use of libnl-genl-3 libraryThomas Haller2015-11-011-7/+195
* wifi/trivial: fix whitespace and indention in "wifi-utils-nl80211.c"Thomas Haller2015-11-011-22/+22
* dnsmasq/tests: minor refactoring in testThomas Haller2015-11-011-22/+14
* macros: add nm_sprintf_buf() helper macroThomas Haller2015-11-011-0/+12
* macros: add nm_clear_g_cancellable() utilityThomas Haller2015-11-014-10/+18
* tests: handle no_expect_message also for tests without assert-loggingThomas Haller2015-11-011-0/+2
* tests: add nmtst_rand_perm() utilityThomas Haller2015-11-011-0/+41
* tests: add nmtst_assert_ip4_address() and nmtst_assert_ip6_address() utility ...Thomas Haller2015-11-011-0/+31