summaryrefslogtreecommitdiff
path: root/src/platform
Commit message (Expand)AuthorAgeFilesLines
* platform/tests: minor fix in _wait_for_ipv6_addr_non_tentative()Thomas Haller2017-05-311-2/+2
* platform/tests: reorder wait-loop in test_ip6_route_options()Thomas Haller2017-05-311-30/+41
* platform/tests: make timeout_ms argument for nmtstp_wait_for_signal() signedThomas Haller2017-05-312-7/+18
* platform/tests: change nmtstp_wait_for_signal() to wait with zero timeoutThomas Haller2017-05-311-4/+3
* platform/tests: fix test_ip6_route_optionsFrancesco Giudici2017-05-301-0/+16
* platform/tests: use nm_platform_link_veth_add() to create veth pair in testThomas Haller2017-05-273-3/+36
* platform: add nm_platform_link_veth_add() to create VETH linksThomas Haller2017-05-274-18/+68
* platform/tests: recreate test environment for each route testThomas Haller2017-05-273-23/+11
* platform/tests: refactor test_ip6_route_options() to make it extendableThomas Haller2017-05-271-48/+99
* platform/tests: move test fixture "env1" from test-address.c to test-common.hThomas Haller2017-05-273-55/+106
* platform: remove plen argument for IPv6 address IDThomas Haller2017-05-279-27/+23
* core: add configuration flag to choose slaves activation orderBeniamino Galvani2017-05-244-14/+18
* all/trivial: fix few comment typosFrancesco Giudici2017-05-151-2/+2
* platform: ignore RTM_GETLINK messages sent by wireless extentionsNikolay Martynov2017-05-111-3/+17
* platform: fix double initializationBeniamino Galvani2017-05-081-1/+1
* all: fix typo 'entires' -> 'entries'Beniamino Galvani2017-05-051-1/+1
* core: move NMIPAddr to nm-core-utils.hThomas Haller2017-04-272-22/+0
* platform: detect SR-IOV support and allow changing the number of VFsBeniamino Galvani2017-04-184-0/+143
* core: enable "log-with-ptr" by default for platform and route-managerThomas Haller2017-04-181-1/+1
* core: add NMNetns to bundle platform and route managersThomas Haller2017-04-187-49/+38
* platform: fix a typoLubomir Rintel2017-04-181-1/+1
* core: ignore host part when comparing routes for route-managerThomas Haller2017-04-152-9/+34
* platform: only consider net part of routes for route cache's IDThomas Haller2017-04-151-4/+12
* platform: cleanup possibly non-zero host part for route operationsThomas Haller2017-04-151-3/+5
* linux-platform: fix link_get_unmanaged() return valueLubomir Rintel2017-04-061-1/+4
* platform: sort links by name instead of ifindexBeniamino Galvani2017-03-271-3/+11
* devices/arping-manager: log the device contextLubomir Rintel2017-03-242-2/+2
* logging: log device and connection along with the messageLubomir Rintel2017-03-246-6/+6
* core/trivial: rename nm_utils_10pow() to nm_utils_exp10()Thomas Haller2017-03-241-1/+1
* build: don't link against libm.soThomas Haller2017-03-232-5/+2
* platform: remove debug logging messages from "nmp-object.c"Thomas Haller2017-03-231-10/+0
* udev: drop libgudev in favor of libudevThomas Haller2017-03-228-110/+167
* wifi-utils: nl80211: use logging macrosBeniamino Galvani2017-03-211-25/+35
* wifi-utils: wext: use logging macrosBeniamino Galvani2017-03-211-80/+89
* wifi-utils: fix use of errnoBeniamino Galvani2017-03-211-1/+3
* wifi-utils: don't cache interface nameBeniamino Galvani2017-03-218-95/+143
* all: use "unsigned" instead of "unsigned int"Thomas Haller2017-03-142-4/+4
* all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-141-1/+1
* platform: implement NM_LINUX_PLATFORM_GET_PRIVATE() via _NM_GET_PRIVATE_VOID(...Thomas Haller2017-03-101-7/+1
* platform/tests: use NMTST_WAIT_ASSERT() to wait for addressThomas Haller2017-03-091-8/+5
* platform: tests: wait for non-tentative address before adding routeBeniamino Galvani2017-03-091-0/+17
* platform/tests: add test code to initialize NMPCacheId with bogus dataThomas Haller2017-03-091-0/+14
* platform: filter out invisible links for cache lookup by nameThomas Haller2017-03-091-1/+5
* platform: fix check in NMP_CLASS_IS_VALIDThomas Haller2017-03-091-1/+1
* platform/trivial: remove obsolete code commentThomas Haller2017-03-091-5/+0
* test: platform: remove the source parameter from the ip6 route option testFrancesco Giudici2017-03-081-6/+1
* platform: add support for some route optionsBeniamino Galvani2017-03-064-26/+352
* platform: change signature of nm_platform_ip{4,6}_route_add()Beniamino Galvani2017-03-068-179/+186
* platform: support preferred source option for IPv6 routesBeniamino Galvani2017-03-066-22/+45
* wifi: error check nla_parse_nested()Lubomir Rintel2017-02-161-4/+6