summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2026-03-04selftests/bpf: veristat: fix printing order in output_stats()Puranjay Mohan
2026-01-17bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung
2026-01-17bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song
2026-01-11selftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski
2026-01-11selftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski
2026-01-11selftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov
2025-12-07selftests/bpf: Upon failures, exit with code 1 in test_xsk.shRicardo B. Marlière
2025-12-07selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2Ricardo B. Marlière
2025-10-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski
2025-10-02minmax: add in_range() macroMatthew Wilcox (Oracle)
2025-08-28selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song
2025-06-04selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failureIhor Solodrai
2025-04-10selftests/bpf: Select NUMA_NO_NODE to create mapSaket Kumar Bhaskar
2025-04-10selftests/bpf: Fix string read in strncmp benchmarkViktor Malik
2025-02-21tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bindMarco Leogrande
2024-12-27selftests/bpf: Use asm constraint "m" for LoongArchTiezhu Yang
2024-12-14selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmapZijian Zhang
2024-12-14selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmapZijian Zhang
2024-12-14selftests/bpf: Fix SENDPAGE data logic in test_sockmapZijian Zhang
2024-12-14selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmapZijian Zhang
2024-12-14selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmapZijian Zhang
2024-12-14selftests/bpf: Fix msg_verify_data in test_sockmapZijian Zhang
2024-12-14selftests/bpf: add missing header include for htonsAlexis Lothoré (eBPF Foundation)
2024-12-14selftests/bpf: Fix backtrace printing for selftests crashesEduard Zingerman
2024-12-14selftests/bpf: Add csum helpersStanislav Fomichev
2024-11-01selftests/bpf: Fix cross-compiling urandom_readTony Ambardar
2024-10-17selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar
2024-10-17selftests/bpf: Move test_progs helpers to testing_helpers objectJiri Olsa
2024-10-17selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa
2024-10-17selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar
2024-10-17selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar
2024-10-17selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar
2024-10-17selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar
2024-10-17selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar
2024-10-17selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar
2024-10-17selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar
2024-10-17selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar
2024-10-17selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song
2024-10-17selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song
2024-10-17selftests/bpf: Replace CHECK with ASSERT_* in ns_current_pid_tgid testYonghong Song
2024-10-17selftests/bpf: Fix missing BUILD_BUG_ON() declarationTony Ambardar
2024-10-17selftests/bpf: Fix missing UINT_MAX definitions in benchmarksTony Ambardar
2024-10-17selftests/bpf: Fix missing ARRAY_SIZE() definition in bench.cTony Ambardar
2024-10-17selftests/bpf: Fix error compiling bpf_iter_setsockopt.c with musl libcTony Ambardar
2024-10-17selftests/bpf: Fix compile error from rlim_t in sk_storage_map.cTony Ambardar
2024-10-17selftests/bpf: Use pid_t consistently in test_progs.cTony Ambardar
2024-10-17selftests/bpf: Workaround strict bpf_lsm return value check.Alexei Starovoitov
2024-10-17selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()Roberto Sassu
2024-10-17selftests/bpf: Add selftest deny_namespace to s390x deny listYonghong Song
2024-09-18selftests/bpf: Support SOCK_STREAM in unix_inet_redir_to_connected()Michal Luczaj