summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-01-20selftests/bpf: Add some tests related to 'may_goto 0' insnsYonghong Song
2025-01-20selftests/bpf: Add test case for the freeing of bpf_timerHou Tao
2025-01-17dcache: back inline names with a struct-wrapped array of unsigned longAl Viro
2025-01-16bpf: selftests: verifier: Add nullness elision testsDaniel Xu
2025-01-16bpf: verifier: Support eliding map lookup nullnessDaniel Xu
2025-01-16bpf: verifier: Refactor helper access type trackingDaniel Xu
2025-01-16selftests/bpf: Add distilled BTF test about marking BTF_IS_EMBEDDEDPu Lehui
2025-01-16selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill testPu Lehui
2025-01-16veristat: Load struct_ops programs only onceEduard Zingerman
2025-01-16selftests/bpf: Fix undefined UINT_MAX in veristat.cTony Ambardar
2025-01-15selftests/bpf: Fix test_xdp_adjust_tail_grow2 selftest on powerpcSaket Kumar Bhaskar
2025-01-10selftests/bpf: Migrate test_xdp_redirect.c to test_xdp_do_redirect.cBastien Curutchet (eBPF Foundation)
2025-01-10selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.cBastien Curutchet (eBPF Foundation)
2025-01-10selftests/bpf: test_xdp_redirect: Rename BPF sectionsBastien Curutchet (eBPF Foundation)
2025-01-10veristat: Document verifier log dumping capabilityDaniel Xu
2025-01-10selftests/bpf: Add a test for kprobe multi with unique_matchYonghong Song
2025-01-08selftests/bpf: Add kprobe session recursion check testJiri Olsa
2025-01-08selftests/bpf: add -std=gnu11 to BPF_CFLAGS and CFLAGSIhor Solodrai
2025-01-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-01-06selftests/bpf: Handle prog/attach type comparison in veristatMykyta Yatsenko
2025-01-06selftests/bpf: add -fno-strict-aliasing to BPF_CFLAGSIhor Solodrai
2025-01-06selftests/bpf: test bpf_for within spin lock sectionEmil Tsalapatis
2025-01-06selftests/bpf: Avoid generating untracked files when running bpf selftestsJiayuan Chen
2025-01-06selftests/bpf: Extend netkit tests to validate set {head,tail}roomDaniel Borkmann
2024-12-30selftests/bpf: fix veristat comp mode with new statsMahe Tardy
2024-12-30selftests/bpf: Add testcases for BPF_MULMatan Shachnai
2024-12-20selftests/bpf: Test bpf_skb_change_tail() in TC ingressCong Wang
2024-12-20selftests/bpf: Introduce socket_helpers.h for TC testsCong Wang
2024-12-20selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()Cong Wang
2024-12-20selftests/bpf: Clear out Python syntax warningsAriel Otilibili
2024-12-19selftests/bpf: Fix compilation error in get_uprobe_offset()Jerome Marchand
2024-12-19selftests/bpf: Use asm constraint "m" for LoongArchTiezhu Yang
2024-12-17veristat: Fix top source line stat collectionMykyta Yatsenko
2024-12-16selftests/bpf: Migrate test_xdp_meta.sh into xdp_context_test_run.cBastien Curutchet
2024-12-16selftests/bpf: test_xdp_meta: Rename BPF sectionsBastien Curutchet
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-13selftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi
2024-12-13selftest/bpf: Replace magic constants by macrosAnton Protopopov
2024-12-13selftests/bpf: Add tests for fd_array_cntAnton Protopopov
2024-12-12selftests/bpf: make BPF_TARGET_ENDIAN non-recursive to speed up *.bpf.o buildEduard Zingerman
2024-12-12selftests/bpf: Add test for narrow ctx load for pointer argsKumar Kartikeya Dwivedi
2024-12-12bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi
2024-12-12selftests/bpf: extend changes_pkt_data with cases w/o subprogramsEduard Zingerman
2024-12-10selftests/bpf: validate that tail call invalidates packet pointersEduard Zingerman
2024-12-10bpf: consider that tail calls invalidate packet pointersEduard Zingerman
2024-12-10selftests/bpf: freplace tests for tracking of changes_packet_dataEduard Zingerman