summaryrefslogtreecommitdiff
path: root/src/platform/tests
Commit message (Expand)AuthorAgeFilesLines
* platform/tests: tests qdisc caching behaviorLubomir Rintel2017-12-111-1/+90
* platform: merge nm_platform_*_delete() delete functionsThomas Haller2017-12-112-3/+3
* platform/trivial: s/ADDRROUTE/OBJECT/ for the cache lookupLubomir Rintel2017-12-113-24/+24
* platform/tests: add a missing copyright noticeLubomir Rintel2017-12-111-0/+18
* platform/tests: drop bad commentLubomir Rintel2017-12-116-12/+6
* platform/tests: skip netns tests if we fail to create a new NMPNetns instanceth/platform-test-netns-bgo790214Thomas Haller2017-11-161-2/+13
* all: use nm_close() instead of close()Thomas Haller2017-11-141-15/+15
* platform/tests: add test for onlink route attributeThomas Haller2017-11-131-60/+142
* platform: track all rtm_flags for routesThomas Haller2017-11-131-1/+1
* platform/tests: relax checking for signals in test-link-linuxThomas Haller2017-10-301-1/+1
* platform: return platform error code from nm_platform_link_set_mtu()Thomas Haller2017-10-241-2/+2
* platform: detect kernel support for RTA_PREF to set router preference of IPv6...Thomas Haller2017-10-121-0/+2
* platform: refactor detecting kernel supportThomas Haller2017-10-121-1/+2
* platform: add oif argument to nm_platform_ip_route_get()Thomas Haller2017-09-071-0/+2
* platform: tests: silence compilation warningBeniamino Galvani2017-08-281-2/+2
* platform: add support for routing tables to platform cacheThomas Haller2017-08-241-2/+2
* platform: return failure reason from route-add and return only netlink responseThomas Haller2017-08-242-5/+5
* platform: add nm_platform_ip_route_get() for route-lookupThomas Haller2017-08-241-0/+38
* all,trivial: include kernel versions and release dates in commentsLubomir Rintel2017-08-241-5/+5
* platform: cleanup nmp_lookup_init_route_visible() lookup helperThomas Haller2017-08-121-12/+10
* platform: fix cache to use kernel's notion for equality of routesThomas Haller2017-08-123-118/+411
* platform: preserve order of objects during dumpThomas Haller2017-08-121-1/+1
* platform: extend API for adding routesThomas Haller2017-08-032-4/+4
* platform: add compare functions for routes with different compare semanticsThomas Haller2017-08-031-0/+14
* platform: pass full route object to platform delete functionThomas Haller2017-07-253-18/+75
* platform: fix return value for do_delete_object()Thomas Haller2017-07-251-1/+2
* platform: refactor nm_platform_ip4_address_sync()Thomas Haller2017-07-254-8/+41
* platform: refactor nm_platform_link_get_all() to return GPtrArrayThomas Haller2017-07-052-9/+11
* platform: move link accessors to NMPlatform base classThomas Haller2017-07-051-3/+4
* platform: drop separate index for visible objectsThomas Haller2017-07-051-5/+8
* platform: reduce number of route indexesThomas Haller2017-07-051-4/+2
* platform: drop nm_platform_ip6_route_get_all()Thomas Haller2017-07-051-6/+4
* core: remove NMDedupMultiBox object and track NMDedupMultiObj instances directlyThomas Haller2017-07-051-6/+13
* core: avoid cloning platform routes but iterate the cache directlyThomas Haller2017-07-053-28/+49
* platform: use NMDedupMultiIndex for routes in NMPCacheThomas Haller2017-07-051-210/+222
* platform: let NMPObject implement NMDedupIndexObjThomas Haller2017-07-051-7/+4
* all: add base object type in "nm-obj.h"Thomas Haller2017-07-051-0/+51
* 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/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-273-11/+11
* core: add configuration flag to choose slaves activation orderBeniamino Galvani2017-05-242-2/+2
* core: add NMNetns to bundle platform and route managersThomas Haller2017-04-182-8/+8
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1