summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | selftests/bpf: Support glob matching for test selector.Yucong Sun2021-08-171-16/+62
| | * | | | | | | | | selftests/bpf: Also print test name in subtest status messageYucong Sun2021-08-171-2/+2
| | * | | | | | | | | selftests/bpf: Correctly display subtest skip statusYucong Sun2021-08-171-12/+13
| | * | | | | | | | | selftests/bpf: Skip loading bpf_testmod when using -l to list tests.Yucong Sun2021-08-171-2/+2
| | * | | | | | | | | selftests/bpf: Add exponential backoff to map_delete_retriable in test_mapsYucong Sun2021-08-171-1/+6
| | * | | | | | | | | selftests/bpf: Add exponential backoff to map_update_retriable in test_mapsYucong Sun2021-08-161-1/+8
| | * | | | | | | | | selftest/bpf: Add new tests in sockmap for unix stream to tcp.Jiang Wang2021-08-161-4/+12
| | * | | | | | | | | selftest/bpf: Change udp to inet in some function namesJiang Wang2021-08-161-13/+17
| | * | | | | | | | | selftest/bpf: Add tests for sockmap with unix stream type.Jiang Wang2021-08-161-0/+2
| | * | | | | | | | | selftests/bpf: Test btf__load_vmlinux_btf/btf__load_module_btf APIsHengqi Chen2021-08-161-0/+34
| | * | | | | | | | | selftests/bpf: Add ref_ctr_offset selftestsAndrii Nakryiko2021-08-173-11/+50
| | * | | | | | | | | selftests/bpf: Add bpf_cookie selftests for high-level APIsAndrii Nakryiko2021-08-172-0/+339
| | * | | | | | | | | selftests/bpf: Extract uprobe-related helpers into trace_helpers.{c,h}Andrii Nakryiko2021-08-173-60/+70
| | * | | | | | | | | selftests/bpf: Test low-level perf BPF link APIAndrii Nakryiko2021-08-172-0/+105
| | * | | | | | | | | selftest/bpf: Extend the bpf_snprintf() test for "%c".Kuniyuki Iwashima2021-08-152-4/+6
| | * | | | | | | | | selftest/bpf: Implement sample UNIX domain socket iterator program.Kuniyuki Iwashima2021-08-154-0/+108
| | * | | | | | | | | selftests/bpf: Verify bpf_get_netns_cookie in BPF_PROG_TYPE_CGROUP_SOCKOPTStanislav Fomichev2021-08-131-0/+16
| | * | | | | | | | | selftests/bpf: Fix test_core_autosize on big-endian machinesIlya Leoshkevich2021-08-131-5/+15
| | * | | | | | | | | libbpf: Support weak typed ksyms.Hao Luo2021-08-132-0/+87
| | * | | | | | | | | selftests/bpf: Fix running of XDP bonding testsJussi Maki2021-08-131-3/+3
| * | | | | | | | | | selftests/net: allow GRO coalesce test on vethPaolo Abeni2021-08-264-37/+86
| * | | | | | | | | | selftests: mptcp: add MP_FAIL mibs checkGeliang Tang2021-08-251-0/+38
| * | | | | | | | | | selftests/net: Use kselftest skip code for skipped testsPo-Hsu Lin2021-08-2412-37/+67
| * | | | | | | | | | selftests: mptcp: add_addr and echo race testYonglong Li2021-08-241-0/+15
| * | | | | | | | | | tools/net: Use bitwise instead of arithmetic operator for flagsjing yangyang2021-08-201-2/+2
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-192-20/+33
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | selftests: vrf: Add test for SNAT over VRFLahav Schlesinger2021-08-181-0/+28
| * | | | | | | | | | selftests: nci: Add the NCI testcase reading T4T TagBongsu Jeon2021-08-181-5/+287
| * | | | | | | | | | selftests: nci: Extract the start/stop discovery functionBongsu Jeon2021-08-181-15/+38
| * | | | | | | | | | selftests: nci: Add the flags parameter for the send_cmd_mt_nlaBongsu Jeon2021-08-181-8/+8
| * | | | | | | | | | selftests: nci: Fix the wrong conditionBongsu Jeon2021-08-181-1/+1
| * | | | | | | | | | selftests: nci: Fix the code for next nlattr offsetBongsu Jeon2021-08-181-2/+2
| * | | | | | | | | | selftests: nci: Fix the typoBongsu Jeon2021-08-181-12/+12
| * | | | | | | | | | selftests: nci: Remove the polling code to read a NCI frameBongsu Jeon2021-08-181-22/+11
| * | | | | | | | | | selftests: mptcp: delete uncontinuous removing idsGeliang Tang2021-08-181-4/+6
| * | | | | | | | | | selftests: mptcp: add fullmesh testcasesGeliang Tang2021-08-181-2/+62
| * | | | | | | | | | selftests: mptcp: set and print the fullmesh flagGeliang Tang2021-08-181-1/+15
| * | | | | | | | | | selftests: net: improved IOAM testsJustin Iurman2021-08-172-401/+1074
| * | | | | | | | | | selftests: mptcp: add testcase for active-backPaolo Abeni2021-08-141-31/+187
| | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-1013-175/+628
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | selftests/bpf: Add tests for XDP bondingJussi Maki2021-08-091-0/+520
| | * | | | | | | | | selftests/bpf: Fix xdp_tx.c prog section nameJussi Maki2021-08-092-2/+2
| | * | | | | | | | | selftests/bpf: Rename reference_tracking BPF programsAndrii Nakryiko2021-08-062-9/+9
| | * | | | | | | | | selftests/bpf: Fix bpf-iter-tcp4 test to print correctly the dest IPJose Blanquicet2021-08-061-1/+1
| | * | | | | | | | | selftests/bpf: Move netcnt test under test_progsStanislav Fomichev2021-08-047-163/+96
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-054-7/+206
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / | | |/| | | | | | | |
| * | | | | | | | | | selftests/net: toeplitz testCoco Li2021-08-054-0/+813
| * | | | | | | | | | selftests/net: GRO coalesce testCoco Li2021-08-054-0/+1306
| * | | | | | | | | | tc-testing: Add control-plane selftests for sch_mqPeilin Ye2021-08-042-0/+138
| * | | | | | | | | | af_unix: Add OOB supportRao Shoaib2021-08-043-0/+443
| | |/ / / / / / / / | |/| | | | | | | |