summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
10 daysselftests/bpf: Add tests for stale delta leaking through id reassignmentDaniel Borkmann1-0/+55
10 daysselftests/bpf: Add tests for delta tracking when src_reg == dst_regDaniel Borkmann1-0/+57
2026-08-19selftests/bpf: Adapt sockmap update error handlingMichal Luczaj1-10/+11
2026-08-19selftests/bpf: Ensure UDP sockets are boundMichal Luczaj1-3/+3
2026-08-19selftests/bpf: Fail unbound UDP on sockmap updateMichal Luczaj1-7/+6
2026-08-03selftests/bpf: Add tests for ld_{abs,ind} failure path in subprogsDaniel Borkmann1-0/+142
2026-07-24selftests/bpf: Add simple strscpy() implementationIhor Solodrai2-14/+33
2026-07-24selftests/bpf: Initialize operation name before useLeo Yan1-0/+1
2026-07-24selftests/bpf: Fix typo in verify_umulti_link_infoJiri Olsa1-1/+1
2026-07-24selftests/bpf: Fix bpf_iter/task_vma testYonghong Song1-1/+1
2026-07-24selftests/bpf: Reject unsupported -k option in vmtest.shRoman Kvasnytskyi1-1/+1
2026-07-24selftests/bpf: Use local type for bpf_fou_encap in test_tunnel_kernGregory Bell1-7/+6
2026-07-24selftests/bpf: Use local type for flow_offload_tuple_rhash in xdp_flowtableGregory Bell1-2/+5
2026-07-04selftests/bpf: Add test to ensure kprobe_multi is not sleepableVarun R Mallya2-1/+59
2026-05-23bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding1-1/+2
2026-05-23selftests/bpf: fix __jited_unpriv tag nameEduard Zingerman1-1/+1
2026-05-23bpf: Relax scalar id equivalence for state pruningPuranjay Mohan1-3/+5
2026-04-11selftests/bpf: test refining u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-1/+38
2026-04-11bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-4/+58
2026-04-11bpf: Add third round of bounds deductionPaul Chaignon1-1/+1
2026-04-11selftests/bpf: Test invariants on JSLT crossing signPaul Chaignon1-1/+1
2026-04-11selftests/bpf: Test cross-sign 64bits range refinementPaul Chaignon1-0/+118
2026-03-04selftests/bpf: Fix resource leak in serial_test_wq on attach failureKery Qi1-2/+3
2026-03-04selftests/bpf: veristat: fix printing order in output_stats()Puranjay Mohan1-1/+1
2026-02-06bpf/selftests: test_select_reuseport_kern: Remove unused headerAlexis Lothoré (eBPF Foundation)1-1/+0
2026-01-30selftests/bpf: Check for timeout in perf_link testIhor Solodrai1-2/+13
2026-01-23selftests/bpf: Test invalid narrower ctx loadPaul Chaignon1-0/+25
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
2025-12-18selftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski2-2/+17
2025-12-18selftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski1-3/+3
2025-12-18selftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov1-0/+5
2025-11-13selftests/bpf: Fix flaky bpf_cookie selftestMykyta Yatsenko1-2/+1
2025-11-13selftests/bpf: Fix selftest verifier_arena_large failureYonghong Song1-0/+1
2025-11-13selftests/bpf: Upon failures, exit with code 1 in test_xsk.shRicardo B. Marlière1-0/+2
2025-11-13selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2Ricardo B. Marlière1-1/+1
2025-10-23selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo1-0/+3
2025-10-23selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko1-3/+6
2025-10-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski2-11/+10
2025-08-20selftests/bpf: Fix a user_ringbuf failure with arm64 64KB page sizeYonghong Song1-3/+7
2025-08-20selftests/bpf: Fix ringbuf/ringbuf_write test failure with arm64 64KB page sizeYonghong Song2-4/+4
2025-08-20bpf: Make reg_not_null() true for CONST_PTR_TO_MAPIhor Solodrai1-1/+1
2025-08-15selftests/bpf: Fix build error with llvm 19Alexei Starovoitov1-1/+1
2025-08-15selftests/bpf: Add a test for arena range tree algorithmAlexei Starovoitov1-2/+108
2025-08-15selftests/bpf: Fix unintentional switch case fall throughMykyta Yatsenko1-0/+1
2025-08-15selftests/bpf: fix signedness bug in redir_partial()Fushuai Wang1-0/+2
2025-08-01selftests/bpf: Add tests with stack ptr register in conditional jmpYonghong Song1-0/+53
2025-07-24selftests/bpf: Set test path for token/obj_priv_implicit_token_envvarIhor Solodrai1-7/+12
2025-07-17selftests/bpf: adapt one more case in test_lru_map to the new target_freeWillem de Bruijn1-15/+18
2025-07-17bpf: Adjust free target to avoid global starvation of LRU mapWillem de Bruijn1-37/+35