summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
14 daysselftests/bpf: Adapt sockmap update error handlingMichal Luczaj1-10/+11
14 daysselftests/bpf: Ensure UDP sockets are boundMichal Luczaj1-3/+3
14 daysselftests/bpf: Fail unbound UDP on sockmap updateMichal Luczaj1-7/+6
2026-08-03selftests/bpf: Keep verifier_map_ptr exercising ops pointer accessDaniel Borkmann1-4/+30
2026-08-03selftests/bpf: Adjust verifier_map_ptr for the map's excl fieldKP Singh1-3/+5
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: add verification for BPF_PROG_QUERY attr size boundariesYuyang Huang1-0/+69
2026-07-24selftests/bpf: Fix test for refinement of single-value tnumPaul Chaignon1-7/+7
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-24selftests/bpf: Fix off-by-one in bpf_cpumask_populate related selftestMatt Bobrowski1-1/+1
2026-07-24selftests/bpf: Add tests for stale delta leaking through id reassignmentDaniel Borkmann1-0/+55
2026-07-24selftests/bpf: Add tests for delta tracking when src_reg == dst_regDaniel Borkmann1-0/+57
2026-07-24selftests/bpf: Add a test cases for sync_linked_regs regarding zext propagationDaniel Borkmann1-0/+108
2026-07-24selftests/bpf: Add tests for improved linked register trackingPuranjay Mohan1-2/+301
2026-07-24selftests: bpf: Add test for multiple syncs from linked registerPuranjay Mohan1-0/+33
2026-05-23selftests/bpf: Remove test_access_variable_arrayVenkat Rao Bagalkote2-35/+0
2026-05-23bpf: allow UTF-8 literals in bpf_bprintf_prepare()Yihan Ding1-1/+2
2026-05-23selftests/bpf: Fix reg_bounds to match new tnum-based refinementPaul Chaignon1-0/+35
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-05-23bpf: Support negative offsets, BPF_SUB, and alu32 for linked register trackingPuranjay Mohan1-1/+1
2026-04-22selftests/bpf: Test refinement of single-value tnumPaul Chaignon1-0/+137
2026-04-02bpf: Fix u32/s32 bounds when ranges cross min/max boundaryEduard Zingerman1-4/+58
2026-04-02bpf: Fix exception exit lock checking for subprogsIhor Solodrai1-3/+6
2026-03-12selftests/bpf: Avoid simplification of crafted bounds testPaul Chaignon1-1/+1
2026-03-12bpf: collect only live registers in linked regsEduard Zingerman3-35/+63
2026-03-12selftests/bpf: Fix OOB read in dmabuf_collectorT.J. Mercier1-1/+1
2026-02-27selftests/bpf: Test bpf_skb_check_mtu(BPF_MTU_CHK_SEGS) when transport_header...Martin KaFai Lau2-1/+34
2026-02-27selftests/xsk: fix number of Tx frags in invalid packetLarysa Zaremba1-1/+1
2026-02-27selftests/xsk: properly handle batch ending in the middle of a packetLarysa Zaremba1-0/+2
2026-02-27selftests/bpf: test_xsk: Split xskxceiverBastien Curutchet (eBPF Foundation)5-2634/+2738
2026-02-27selftests/bpf: Fix kprobe multi stacktrace_ips testJiri Olsa1-5/+14
2026-02-27selftests/bpf: Fix resource leak in serial_test_wq on attach failureKery Qi1-2/+3
2026-02-27selftests/bpf: veristat: fix printing order in output_stats()Puranjay Mohan1-1/+1
2026-01-23selftests/bpf: Fix selftest verif_scale_strobemeta failure with llvm22Yonghong Song1-3/+3
2025-12-18selftests/bpf: Allow selftests to build with older xxdAlan Maguire2-2/+5
2025-12-18selftests/bpf: Update test_tag to use sha256Xing Guo1-1/+1
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: Use ASSERT_STRNEQ to factor in long slab cache namesMatt Bobrowski1-1/+2
2025-12-18selftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov1-0/+5
2025-11-14selftests/bpf: Test widen_imprecise_scalars() with different stack depthEduard Zingerman1-0/+53
2025-11-14selftests/bpf: Add mptcp test with sockmapJiayuan Chen2-0/+183
2025-11-06selftests/bpf: Add stacktrace ips test for raw_tpJiri Olsa2-0/+54