summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
3 daysselftests/bpf: Fix bpf_nf selftest failureSaket Kumar Bhaskar1-0/+6
3 daysselftests/bpf: S/iptables/iptables-legacy/ in the bpf_nf and xdp_synproxy testMartin KaFai Lau2-6/+6
3 daysselftests/bpf: Fix ARG_PTR_TO_LONG {half-,}uninitialized testDaniel Borkmann1-5/+1
3 daysRevert "selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() test"Paul Chaignon2-80/+0
3 daysselftests/bpf: enhance align selftest's expected log matchingAndrii Nakryiko1-6/+12
3 daysselftests/bpf: Update bpf_clone_redirect expected return codeStanislav Fomichev1-2/+10
3 daysbpf: Fix a few selftest failures due to llvm18 changeYonghong Song1-0/+1
3 daysselftests/bpf: Add read_build_id functionJiri Olsa2-0/+87
3 daysRevert "selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()"Paul Chaignon3-124/+0
3 daysRevert "selftests/bpf: Workaround strict bpf_lsm return value check."Paul Chaignon1-1/+0
3 daysselftests/bpf: Convert test_global_funcs test to test_loader frameworkAndrii Nakryiko18-122/+172
3 daysselftests/bpf: add generic BPF program tester-loaderAndrii Nakryiko4-1/+272
2026-06-01bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding1-1/+2
2026-03-04selftests/bpf: veristat: fix printing order in output_stats()Puranjay Mohan1-1/+1
2026-01-17bpf: Support specifying linear xdp packet data size for BPF_PROG_TEST_RUNAmery Hung1-3/+1
2026-01-17bpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song2-8/+96
2026-01-11selftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski2-2/+17
2026-01-11selftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski1-3/+3
2026-01-11selftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov1-0/+5
2025-12-07selftests/bpf: Upon failures, exit with code 1 in test_xsk.shRicardo B. Marlière1-0/+2
2025-12-07selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2Ricardo B. Marlière1-1/+1
2025-10-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski2-11/+10
2025-10-02minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+2
2025-08-28selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song1-3/+7
2025-06-04selftests/bpf: Mitigate sockmap_ktls disconnect_after_delete failureIhor Solodrai1-1/+0
2025-04-10selftests/bpf: Select NUMA_NO_NODE to create mapSaket Kumar Bhaskar1-0/+5
2025-04-10selftests/bpf: Fix string read in strncmp benchmarkViktor Malik1-1/+4
2025-02-21tools/testing/selftests/bpf/test_tc_tunnel.sh: Fix wait for server bindMarco Leogrande1-0/+1
2024-12-27selftests/bpf: Use asm constraint "m" for LoongArchTiezhu Yang1-0/+2
2024-12-14selftests/bpf: Add push/pop checking for msg_verify_data in test_sockmapZijian Zhang1-5/+101
2024-12-14selftests/bpf: Fix total_bytes in msg_loop_rx in test_sockmapZijian Zhang1-5/+7
2024-12-14selftests/bpf: Fix SENDPAGE data logic in test_sockmapZijian Zhang1-7/+11
2024-12-14selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmapZijian Zhang1-0/+7
2024-12-14selftests/bpf: Fix txmsg_redir of test_txmsg_pull in test_sockmapZijian Zhang1-1/+1
2024-12-14selftests/bpf: Fix msg_verify_data in test_sockmapZijian Zhang1-10/+20
2024-12-14selftests/bpf: add missing header include for htonsAlexis Lothoré (eBPF Foundation)1-0/+1
2024-12-14selftests/bpf: Fix backtrace printing for selftests crashesEduard Zingerman1-3/+6
2024-12-14selftests/bpf: Add csum helpersStanislav Fomichev1-0/+43
2024-11-01selftests/bpf: Fix cross-compiling urandom_readTony Ambardar1-1/+1
2024-10-17selftests/bpf: Fix compile if backtrace support missing in libcTony Ambardar1-1/+15
2024-10-17selftests/bpf: Move test_progs helpers to testing_helpers objectJiri Olsa4-66/+74
2024-10-17selftests/bpf: Replace extract_build_id with read_build_idJiri Olsa4-49/+13
2024-10-17selftests/bpf: Fix C++ compile error from missing _Bool typeTony Ambardar1-0/+4
2024-10-17selftests/bpf: Fix error compiling test_lru_map.cTony Ambardar1-1/+2
2024-10-17selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar1-2/+0
2024-10-17selftests/bpf: Fix compiling core_reloc.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling tcp_rtt.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling flow_dissector.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix compiling kfree_skb.c with musl-libcTony Ambardar1-0/+1
2024-10-17selftests/bpf: Fix include of <sys/fcntl.h>Tony Ambardar1-1/+1