summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)Author
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-07bpf: selftests: Test constant key extraction on irrelevant mapsDaniel Xu
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-01-29selftests/bpf: Add strparser test for bpfJiayuan Chen
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-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: test_xdp_redirect: Rename BPF sectionsBastien Curutchet (eBPF Foundation)
2025-01-08selftests/bpf: Add kprobe session recursion check testJiri Olsa
2025-01-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-01-06selftests/bpf: test bpf_for within spin lock sectionEmil Tsalapatis
2025-01-06selftests/bpf: Extend netkit tests to validate set {head,tail}roomDaniel Borkmann
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: Add a BPF selftest for bpf_skb_change_tail()Cong Wang
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-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
2024-12-10selftests/bpf: test for changing packet data from global functionsEduard Zingerman
2024-12-09selftests/bpf: Fix fill_link_info selftest on powerpcSaket Kumar Bhaskar
2024-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-06selftests/bpf: Consolidate kernel modules into common directoryToke Høiland-Jørgensen
2024-12-04selftests/bpf: Add test for narrow spill into 64-bit spilled scalarKumar Kartikeya Dwivedi
2024-12-04selftests/bpf: Add test for reading from STACK_INVALID slotsKumar Kartikeya Dwivedi
2024-12-04selftests/bpf: Introduce __caps_unpriv annotation for testsEduard Zingerman
2024-12-04selftests/bpf: Add IRQ save/restore testsKumar Kartikeya Dwivedi
2024-12-04selftests/bpf: Expand coverage of preempt tests to sleepable kfuncKumar Kartikeya Dwivedi
2024-12-04bpf: Improve verifier log for resource leak on exitKumar Kartikeya Dwivedi
2024-12-02bpf: Zero index arg error string for dynptr and iterKumar Kartikeya Dwivedi
2024-12-02selftests/bpf: Add tests for iter arg checkKumar Kartikeya Dwivedi
2024-12-02bpf: Ensure reg is PTR_TO_STACK in process_iter_argTao Lyu
2024-12-02selftests/bpf: add cgroup skb direct packet access testMahe Tardy
2024-12-02selftests/bpf: use the same udp and tcp headers in tests under test_progsAlexis Lothoré (eBPF Foundation)
2024-11-26selftests/bpf: Check for PREEMPTION instead of PREEMPTSebastian Andrzej Siewior
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds