summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-08-18tests: use thread-safe localtime_r() instead of localtime()Thomas Haller
2023-08-18tests: avoid srandom()/random() in favor of _nltst_rand_u32()Thomas Haller
2023-08-18lib: fix error handling in nl_str2ip_proto()Thomas Haller
2023-08-18tests: check nl_str2ip_proto()Thomas Haller
2023-08-17clang-format: reformat files with new formatThomas Haller
2023-08-08include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller
2023-08-03include: don't explicitly include headers from "nl-default.h"Thomas Haller
2023-08-03tests: cleanup include of netlink headersThomas Haller
2023-08-03include: include private linux headers with explicit pathThomas Haller
2023-08-02include: drop "netlink-private/netlink.h" and move declarationsThomas Haller
2023-08-02all: cleanup includes and use "nm-default.h"Thomas Haller
2023-08-02include: split and drop "netlink-private/types.h"Thomas Haller
2023-08-02include: rename "nl-intern-route" to "nl-priv-static-route"Thomas Haller
2023-08-01lib: move "include/netlink-private/cache-api" to include/nl-shared-coreThomas Haller
2023-08-01route: move hidden symbols from "include/netlink-private/route/tc-api.h"Thomas Haller
2023-07-31include: move "include/netlink-private/route/utils.h" to nl-intern-routeThomas Haller
2023-07-31nl-aux: add "include/nl-aux-{core,route}" headersThomas Haller
2023-07-31base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller
2023-07-24test-cache-mngr: Flush output after object dumpsBenjamin Poirier
2023-07-24test-cache-mngr: Add option to print timestampsBenjamin Poirier
2023-07-24test-cache-mngr: Add an option to iterate over all supported address familiesBenjamin Poirier
2023-07-24test-cache-mngr: Add dump interval optionsBenjamin Poirier
2023-07-24test-cache-mngr: Add an option to control which oo_dump function is usedBenjamin Poirier
2022-05-09tests: add unit tests for creating linksThomas Haller
2022-05-09tests: add test utilsThomas Haller
2022-05-06tests: reformat unit test files with clang-formatThomas Haller
2022-04-22tests: silently ignore EACCES for setting uid_map for test namespaceThomas Haller
2022-04-21tests: cleanup unshare_user() and use _nltst_fclose()Thomas Haller
2022-04-21tests: add _assert_nltst_netns() helperThomas Haller
2022-03-17tests: add unit test for nl_object_clone() and nl_object_diff()Thomas Haller
2022-03-16tests: add new "netns" test suiteThomas Haller
2022-03-16tests: add fixture/teardown for tests to run in separate netnsThomas Haller
2022-03-16tests: cleanup creating test suitesThomas Haller
2022-03-16tests: refactor tests and add n-test-util helper libraryThomas Haller
2022-03-04tests: add test for cloning cls:u32 objectThomas Haller
2022-03-04tests: cleanup tests and avoid leaksThomas Haller
2022-03-04tests: replace libcheck's fail_if() macro by ck_assert*()Thomas Haller
2022-03-03tests/check-addr: replace deprecated fail_if() macro from libcheck with ck_as...Thomas Haller
2020-12-14tests: Add test for rtnl_addr_flags2strLeonard Crestez
2020-04-16route: add test for valid content of map_stat_id_from_IPSTATS_MIB_v2 arrayThomas Haller
2020-04-16tests: add "check-direct" testThomas Haller
2020-04-16gitignore: merge all gitignore files in top level directoryThomas Haller
2020-04-16license: fix and add SPDX license identifiers and drop license commentsThomas Haller
2020-04-16license: cleanup copyright commentsThomas Haller
2019-09-01xfrmi: introduce XFRM interfaces supportEyal Birger
2019-08-07tests: use nl_send_auto() instead of deprecated nl_send_auto_complete() in te...Byeonggon Lee
2018-06-25Add support for cloning cgroup filter object.d0u9
2018-02-12lib/rtnl: rename public define RTNL_GENEVE_ID_MAXThomas Haller
2018-02-12link: add Geneve support.Wang Jian
2018-01-16tests: Add test to {de}activate loopback interfaceMarcos Paulo de Souza