summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)AuthorFilesLines
2024-03-20selftests/bpf: Prevent client connect before server bind in test_tc_tunnel.shAlessandro Carminati (Red Hat)1-1/+12
2024-03-20selftests/bpf: Add a sk_msg prog bpf_get_ns_current_pid_tgid() testYonghong Song2-0/+76
2024-03-20selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song2-0/+80
2024-03-20selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song2-22/+41
2024-03-20selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song1-17/+19
2024-03-15selftests/bpf: Remove second semicolonColin Ian King2-2/+2
2024-03-14selftests/bpf: Ensure libbpf skip all-zeros fields of struct_ops maps.Kui-Feng Lee2-1/+62
2024-03-14bpftool: Cast pointers for shadow types explicitly.Kui-Feng Lee1-0/+5
2024-03-13Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds251-1739/+8623
2024-03-13Merge tag 'seccomp-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+67
2024-03-13Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+1
2024-03-13Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-03-12Merge tag 's390-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-0/+31
2024-03-12nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel1-0/+6
2024-03-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski37-62/+1834
2024-03-12selftests/bpf: Add kprobe multi triggering benchmarksJiri Olsa3-0/+50
2024-03-12selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov6-0/+243
2024-03-12selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov4-0/+314
2024-03-12selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov6-2/+227
2024-03-12bpf: Add helper macro bpf_addr_space_cast()Alexei Starovoitov1-0/+43
2024-03-12selftests: mptcp: use KSFT_SKIP/KSFT_PASS/KSFT_FAILGeliang Tang6-26/+25
2024-03-12selftests: mptcp: declare event macros in mptcp_libGeliang Tang3-23/+29
2024-03-12selftests: mptcp: add mptcp_lib_verify_listener_eventsGeliang Tang3-38/+30
2024-03-12selftests: mptcp: print_test out of verify_listener_eventsGeliang Tang1-6/+2
2024-03-12selftests: mptcp: extract mptcp_lib_check_expectedGeliang Tang2-31/+32
2024-03-12selftests: mptcp: call test_fail without argumentGeliang Tang2-6/+13
2024-03-12selftests: mptcp: print test results with colorsGeliang Tang8-87/+90
2024-03-12selftests: mptcp: use += operator to append stringsGeliang Tang2-40/+43
2024-03-12selftests: mptcp: print test results with countersGeliang Tang6-14/+16
2024-03-12selftests: mptcp: add print_title in mptcp_libGeliang Tang2-10/+13
2024-03-12selftests: mptcp: export TEST_COUNTER variableGeliang Tang5-16/+14
2024-03-12selftests: mptcp: sockopt: print every test resultGeliang Tang1-17/+25
2024-03-12selftests: mptcp: connect: fix misaligned outputGeliang Tang1-3/+10
2024-03-12selftests: mptcp: connect: add dedicated port counterGeliang Tang1-3/+3
2024-03-12selftests: mptcp: print all error messages to stdoutGeliang Tang2-10/+11
2024-03-12Merge tag 'timers-core-2024-03-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-03-12selftests: forwarding: Add a test for NH group statsPetr Machata5-0/+190
2024-03-11Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+30
2024-03-11Merge tag 'vfs-6.9.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds2-6/+8
2024-03-11Merge tag 'linux_kselftest-kunit-6.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-0/+1
2024-03-11Merge tag 'linux_kselftest-next-6.9-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds56-842/+3014
2024-03-11selftests/bpf: Add fexit and kretprobe triggering benchmarksAndrii Nakryiko3-0/+50
2024-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+11
2024-03-08selftests: userspace pm: avoid relaunching pm eventsMatthieu Baerts (NGI0)1-16/+13
2024-03-08selftests: mptcp: simult flows: fix shellcheck warningsMatthieu Baerts (NGI0)1-2/+8
2024-03-08selftests: mptcp: pm netlink: fix shellcheck warningsMatthieu Baerts (NGI0)1-4/+10
2024-03-08selftests: mptcp: sockopt: fix shellcheck warningsMatthieu Baerts (NGI0)1-4/+10
2024-03-08selftests: mptcp: connect: fix shellcheck warningsMatthieu Baerts (NGI0)1-29/+47
2024-03-08selftests: mptcp: diag: fix shellcheck warningsMatthieu Baerts (NGI0)1-4/+10
2024-03-08selftests: mptcp: add mptcp_lib_events helperGeliang Tang3-18/+18