summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-04-10selftests/bpf: Select NUMA_NO_NODE to create mapSaket Kumar Bhaskar1-0/+5
2025-04-10selftests/bpf: Fix freplace_link segfault in tailcalls prog testTengda Wu1-0/+1
2025-04-10selftests/bpf: Fix runqslower cross-endian buildTony Ambardar1-0/+1
2025-04-10selftests/bpf: Fix string read in strncmp benchmarkViktor Malik1-1/+4
2025-02-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...Linus Torvalds1-6/+0
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-80/+575
2025-02-19selftests/bpf: Add a specific dst port matchingCong Wang1-1/+6
2025-02-18selftests: bpf: test batch lookup on array of maps with holesYan Zhai1-18/+44
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins1-6/+0
2025-02-18selftest/bpf: Add vsock test for sockmap rejecting unconnectedMichal Luczaj1-0/+30
2025-02-18selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting unconnectedMichal Luczaj1-18/+22
2025-02-07bpf: selftests: Test constant key extraction on irrelevant mapsDaniel Xu1-0/+15
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2025-01-29selftests/bpf: Add strparser test for bpfJiayuan Chen3-53/+507
2025-01-29selftests/bpf: Fix invalid flag of recv()Jiayuan Chen1-3/+3
2025-01-29selftests/bpf: Adjust data size to have ETH_HLENShigeru Yoshida2-6/+6
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds113-1445/+3448
2025-01-20selftests/bpf: Add some tests related to 'may_goto 0' insnsYonghong Song3-0/+129
2025-01-20selftests/bpf: Add test case for the freeing of bpf_timerHou Tao2-0/+236
2025-01-17dcache: back inline names with a struct-wrapped array of unsigned longAl Viro1-1/+1
2025-01-16bpf: selftests: verifier: Add nullness elision testsDaniel Xu1-0/+188
2025-01-16bpf: verifier: Support eliding map lookup nullnessDaniel Xu4-10/+10
2025-01-16bpf: verifier: Refactor helper access type trackingDaniel Xu12-25/+26
2025-01-16selftests/bpf: Add distilled BTF test about marking BTF_IS_EMBEDDEDPu Lehui1-0/+72
2025-01-16selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill testPu Lehui1-2/+2
2025-01-16veristat: Load struct_ops programs only onceEduard Zingerman1-0/+38
2025-01-16selftests/bpf: Fix undefined UINT_MAX in veristat.cTony Ambardar1-0/+1
2025-01-15selftests/bpf: Fix test_xdp_adjust_tail_grow2 selftest on powerpcSaket Kumar Bhaskar2-0/+4
2025-01-10selftests/bpf: Migrate test_xdp_redirect.c to test_xdp_do_redirect.cBastien Curutchet (eBPF Foundation)3-30/+15
2025-01-10selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.cBastien Curutchet (eBPF Foundation)3-80/+165
2025-01-10selftests/bpf: test_xdp_redirect: Rename BPF sectionsBastien Curutchet (eBPF Foundation)2-4/+4
2025-01-10veristat: Document verifier log dumping capabilityDaniel Xu1-2/+3
2025-01-10selftests/bpf: Add a test for kprobe multi with unique_matchYonghong Song1-0/+27
2025-01-08selftests/bpf: Add kprobe session recursion check testJiri Olsa2-0/+7
2025-01-08selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGSIhor Solodrai1-2/+6
2025-01-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-80/+137
2025-01-06selftests/bpf: Handle prog/attach type comparison in veristatMykyta Yatsenko1-2/+35
2025-01-06selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGSIhor Solodrai1-27/+1
2025-01-06selftests/bpf: test bpf_for within spin lock sectionEmil Tsalapatis1-0/+26
2025-01-06selftests/bpf: Avoid generating untracked files when running bpf selftestsJiayuan Chen1-2/+2
2025-01-06selftests/bpf: Extend netkit tests to validate set {head,tail}roomDaniel Borkmann2-18/+46
2024-12-30selftests/bpf: fix veristat comp mode with new statsMahe Tardy1-1/+7
2024-12-30selftests/bpf: Add testcases for BPF_MULMatan Shachnai1-0/+134
2024-12-20selftests/bpf: Test bpf_skb_change_tail() in TC ingressCong Wang2-0/+168
2024-12-20selftests/bpf: Introduce socket_helpers.h for TC testsCong Wang2-384/+395
2024-12-20selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()Cong Wang2-0/+91
2024-12-20selftests/bpf: Clear out Python syntax warningsAriel Otilibili1-14/+14
2024-12-19selftests/bpf: Fix compilation error in get_uprobe_offset()Jerome Marchand1-0/+4
2024-12-19selftests/bpf: Use asm constraint "m" for LoongArchTiezhu Yang1-0/+2
2024-12-17veristat: Fix top source line stat collectionMykyta Yatsenko1-1/+9