summaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAgeFilesLines
* platform: fix return value for error case in do_change_link_request()Thomas Haller2016-08-301-2/+2
* platform: fix buildLubomir Rintel2016-08-301-2/+2
* platform: workaround kernel wrongly returning ENFILE when changing MAC addressThomas Haller2016-08-291-1/+26
* platform: split processing result from do_change_link()Thomas Haller2016-08-291-8/+27
* platform/tests: avoid test failure setting bridge forward_delayThomas Haller2016-08-281-4/+4
* platform: silence error reading sysctl for non existing deviceThomas Haller2016-08-251-0/+1
* platform: disable debug logging for NMPObject ref-coutingThomas Haller2016-08-221-3/+7
* platform/tests: relax condition for testThomas Haller2016-08-181-1/+1
* all: cleanup includes in header filesThomas Haller2016-08-172-3/+0
* platform: print rx/tx counters in nm_platform_link_to_string()Thomas Haller2016-08-171-1/+5
* platform: drop nm_platform_link_get_stats()Thomas Haller2016-08-173-43/+0
* platform: let _new_from_nl_link() lookup missing tb[IFLA_STATS64] data from c...Thomas Haller2016-08-171-1/+8
* platform: fix sorting order for nm_platform_link_cmp()Thomas Haller2016-08-171-4/+4
* platform/tests: relax condition in platform testThomas Haller2016-08-171-1/+1
* platform: add network statisticsAlfonso Sanchez-Beato2016-08-173-0/+63
* bulid: don't link NMFakePlatform into NetworkManager binaryThomas Haller2016-08-111-3/+3
* platform: wifi: drop old wifi data when an interface is renamedBeniamino Galvani2016-07-083-3/+40
* platform/tests: fix link testsThomas Haller2016-07-051-7/+2
* device: tune down warning about failure to set userspace IPv6LL on non-existi...Thomas Haller2016-07-053-13/+13
* core: don't warn when setting address of non-existing linkThomas Haller2016-07-055-17/+22
* platform: avoid crash after calling nl_recv() for old libnl3 versionThomas Haller2016-06-241-0/+7
* platform: recognize rmnet and ccmni interfaces as WWAN network devicesDan Williams2016-06-171-0/+9
* platform/trivial: rename NM_LINK_TYPE_WWAN_ETHERNET to NM_LINK_TYPE_WWAN_NETDan Williams2016-06-171-1/+1
* platform: tests: skip already used macvtap ifindexesBeniamino Galvani2016-06-071-0/+21
* macros: add macro _nm_printf() for function attributeThomas Haller2016-06-051-1/+1
* platform/tests: fix memory leaksBeniamino Galvani2016-06-031-9/+24
* platform: add capability to set the tokenized interface identifierLubomir Rintel2016-05-303-5/+54
* platform: use utility functionality to stringify linkLubomir Rintel2016-05-301-10/+2
* platform: remove nm_platform_link_get_ipv6_token()Thomas Haller2016-05-302-32/+0
* platform: remove unnecessary NMPlatformLink.inet6_token.is_valid fieldThomas Haller2016-05-303-29/+44
* linux: use the utility functionality to convert the token from platformLubomir Rintel2016-05-301-8/+1
* platform: handle missing netlink attribute IFLA_ADDRESS by cache-lookupThomas Haller2016-05-252-17/+26
* platform: reuse nm_ip_addr_zero for a all-zero ethernet MAC addressThomas Haller2016-05-241-0/+5
* platform: refactor comparing for all-zero,all-ones MAC address in nmp_utils_e...Thomas Haller2016-05-241-11/+15
* device: use NM_PLATFORM_GET instead of "nm_platform_get ()"Thomas Haller2016-05-221-1/+1
* platform: fix the typedef-redefinition warningsLubomir Rintel2016-05-182-3/+0
* all/tests: split core part out of "nm-test-utils.h"Thomas Haller2016-05-176-6/+6
* platform: declare nmp_utils_ip_config_source_*() functions as constThomas Haller2016-05-162-8/+5
* platform: ensure refetching routes when link goes downThomas Haller2016-05-121-2/+7
* platform: add nm_linux_platform_lookup()Thomas Haller2016-04-283-2/+19
* platform: change order in which fields are compared in nm_platform_ip4_route_...Thomas Haller2016-04-281-9/+7
* platform: extend NMIPConfigSource to preserve the rtm_protocol fieldThomas Haller2016-04-286-40/+120
* platform: refactor marking cloned routes in platformThomas Haller2016-04-285-7/+20
* platform: add nmp_utils_ip_config_source_to_string()Thomas Haller2016-04-283-40/+24
* core/trivial: rename "source" field of addresses and routesThomas Haller2016-04-286-31/+29
* platform: sort links by ifindex in nm_platform_link_get_all()Thomas Haller2016-04-281-9/+21
* core: add nm_utils_ipx_address_clear_host_address() utilThomas Haller2016-04-281-18/+1
* linux-platform: re-read the link type if the name changedLubomir Rintel2016-04-261-1/+4
* platform: stack-allocate anycast_mask path in _linktype_get_type()Thomas Haller2016-04-211-4/+6
* platform: refactor wifi_utils_is_wifi() not to pass sysfs_pathThomas Haller2016-04-213-11/+14