summaryrefslogtreecommitdiffstats
path: root/tools/testing
AgeCommit message (Expand)AuthorLines
2024-04-02selftests/bpf: Using llvm may_goto inline asm for cond_break macroYonghong Song-0/+11
2024-04-01selftests: mptcp: join: fix dev in check_endpointGeliang Tang-1/+3
2024-04-01mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti-0/+9
2024-04-01selftests: reuseaddr_conflict: add missing new line at the end of the outputJakub Kicinski-1/+1
2024-03-29selftests/bpf: make multi-uprobe tests work in RELEASE=1 modeAndrii Nakryiko-2/+2
2024-03-29Merge tag 'linux_kselftest-fixes-6.9-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-2/+5
2024-03-29Merge tag 'linux_kselftest-kunit-fixes-6.9-rc2' of git://git.kernel.org/pub/s...Linus Torvalds-0/+1
2024-03-29selftest: tcp: Add bind() tests for SO_REUSEADDR/SO_REUSEPORT.Kuniyuki Iwashima-6/+257
2024-03-29selftest: tcp: Add bind() tests for IPV6_V6ONLY.Kuniyuki Iwashima-0/+116
2024-03-29selftest: tcp: Add more bind() calls.Kuniyuki Iwashima-59/+166
2024-03-29selftest: tcp: Add v4-v4 and v6-v6 bind() conflict tests.Kuniyuki Iwashima-0/+100
2024-03-29selftest: tcp: Define the reverse order bind() tests explicitly.Kuniyuki Iwashima-8/+59
2024-03-29selftest: tcp: Make bind() selftest flexible.Kuniyuki Iwashima-34/+58
2024-03-29selftests: dmabuf-heap: add config file for the testMuhammad Usama Anjum-0/+3
2024-03-29selftests/seccomp: Try to fit runtime of benchmark into timeoutMark Brown-1/+1
2024-03-29selftests/ftrace: Fix event filter target_func selectionMark Rutland-1/+1
2024-03-29selftest: af_unix: Test GC for SCM_RIGHTS.Kuniyuki Iwashima-1/+288
2024-03-29selftests: net: gro fwd: update vxlan GRO test expectationsAntoine Tenart-8/+2
2024-03-29x86/selftests: Skip the tests if prerequisites aren't fulfilledMuhammad Usama Anjum-18/+11
2024-03-28selftests/bpf: Drop settimeo in do_testGeliang Tang-2/+1
2024-03-28selftests/bpf: Use connect_fd_to_fd in bpf_tcp_caGeliang Tang-7/+1
2024-03-28selftests/bpf: Add a kprobe_multi subtest to use addrs instead of symsYonghong Song-0/+98
2024-03-28selftests/bpf: Fix kprobe_multi_bench_attach test failure with LTO kernelYonghong Song-14/+48
2024-03-28selftests/bpf: Add {load,search}_kallsyms_custom_local()Yonghong Song-0/+32
2024-03-28selftests/bpf: Refactor trace helper func load_kallsyms_local()Yonghong Song-7/+14
2024-03-28selftests/bpf: Refactor some functions for kprobe_multi_testYonghong Song-37/+57
2024-03-28selftests/bpf: Replace CHECK with ASSERT macros for ksyms testYonghong Song-19/+11
2024-03-28selftests/bpf: Test loading bpf-tcp-cc prog calling the kernel tcp-cc kfuncsMartin KaFai Lau-0/+135
2024-03-28selftests/bpf: add batched tp/raw_tp/fmodret testsAndrii Nakryiko-1/+81
2024-03-28selftests/bpf: lazy-load trigger bench BPF programsAndrii Nakryiko-12/+42
2024-03-28selftests/bpf: remove syscall-driven benchs, keep syscall-count onlyAndrii Nakryiko-299/+42
2024-03-28selftests/bpf: add batched, mostly in-kernel BPF triggering benchmarksAndrii Nakryiko-7/+238
2024-03-28selftests/bpf: rename and clean up userspace-triggered benchmarksAndrii Nakryiko-73/+49
2024-03-28bpf: improve error message for unsupported helperMykyta Yatsenko-5/+5
2024-03-28selftests/bpf: Add BPF_FIB_LOOKUP_MARK testsAnton Protopopov-29/+103
2024-03-28selftests: forwarding: Add a test for testing lib.sh functionalityPetr Machata-0/+209
2024-03-28selftests: forwarding: router_mpath_nh_lib: Don't skip, xfail on vethPetr Machata-11/+15
2024-03-28selftests: forwarding: Mark performance-sensitive testsPetr Machata-14/+17
2024-03-28selftests: forwarding: Support for performance sensitive testsPetr Machata-1/+22
2024-03-28selftests: forwarding: Convert log_test() to recognize RET valuesPetr Machata-24/+77
2024-03-28selftests: forwarding: Have RET track kselftest framework constantsPetr Machata-7/+44
2024-03-28selftests: lib: Define more kselftest exit codesPetr Machata-3/+5
2024-03-28selftests: forwarding: Change inappropriate log_test_skip() callsPetr Machata-6/+13
2024-03-28selftests: forwarding: Ditch skip_on_veth()Petr Machata-29/+4
2024-03-28selftests: forwarding: Move several selftestsPetr Machata-18/+42
2024-03-28selftests: forwarding: ipip_lib: Do not import lib.shPetr Machata-1/+0
2024-03-28selftests: forwarding: README: Document customizationPetr Machata-0/+33
2024-03-28selftests: forwarding.config.sample: Move overrides to lib.shPetr Machata-48/+74
2024-03-28selftests: net: libs: Change variable fallback syntaxPetr Machata-26/+27
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-237/+416