summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds8 days2-0/+68
|\
| * bpf: selftests: Test constant key extraction on irrelevant mapsDaniel Xu2025-02-071-0/+15
| * selftests/bpf: Add strparser test for bpfJiayuan Chen2025-01-291-0/+53
* | Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2025-01-301-1/+1
|\ \ | |/ |/|
| * dcache: back inline names with a struct-wrapped array of unsigned longAl Viro2025-01-171-1/+1
* | Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2025-01-2367-118/+1137
|\ \
| * | selftests/bpf: Add some tests related to 'may_goto 0' insnsYonghong Song2025-01-202-0/+125
| * | selftests/bpf: Add test case for the freeing of bpf_timerHou Tao2025-01-201-0/+71
| * | bpf: selftests: verifier: Add nullness elision testsDaniel Xu2025-01-161-0/+188
| * | bpf: verifier: Support eliding map lookup nullnessDaniel Xu2025-01-163-9/+9
| * | bpf: verifier: Refactor helper access type trackingDaniel Xu2025-01-1611-24/+25
| * | selftests/bpf: Fix test_xdp_adjust_tail_grow2 selftest on powerpcSaket Kumar Bhaskar2025-01-151-0/+2
| * | selftests/bpf: Migrate test_xdp_redirect.c to test_xdp_do_redirect.cBastien Curutchet (eBPF Foundation)2025-01-102-26/+12
| * | selftests/bpf: test_xdp_redirect: Rename BPF sectionsBastien Curutchet (eBPF Foundation)2025-01-101-2/+2
| * | selftests/bpf: Add kprobe session recursion check testJiri Olsa2025-01-081-0/+6
| * | selftests/bpf: test bpf_for within spin lock sectionEmil Tsalapatis2025-01-061-0/+26
| * | selftests/bpf: Add testcases for BPF_MULMatan Shachnai2024-12-301-0/+134
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-12-169-19/+189
| |\ \
| * | | selftest/bpf: Replace magic constants by macrosAnton Protopopov2024-12-131-3/+3
| * | | selftests/bpf: Fix fill_link_info selftest on powerpcSaket Kumar Bhaskar2024-12-091-3/+10
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-12-0811-30/+105
| |\ \ \
| * | | | selftests/bpf: Consolidate kernel modules into common directoryToke Høiland-Jørgensen2024-12-0636-40/+40
| * | | | selftests/bpf: Add IRQ save/restore testsKumar Kartikeya Dwivedi2024-12-041-0/+444
| * | | | selftests/bpf: Expand coverage of preempt tests to sleepable kfuncKumar Kartikeya Dwivedi2024-12-041-0/+14
| * | | | bpf: Improve verifier log for resource leak on exitKumar Kartikeya Dwivedi2024-12-043-10/+10
| * | | | selftests/bpf: add cgroup skb direct packet access testMahe Tardy2024-12-021-0/+15
| * | | | selftests/bpf: use the same udp and tcp headers in tests under test_progsAlexis Lothoré (eBPF Foundation)2024-12-023-3/+3
| | |_|/ | |/| |
* | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2025-01-072-2/+17
|\ \ \ \
| * | | | selftests/bpf: Extend netkit tests to validate set {head,tail}roomDaniel Borkmann2025-01-061-0/+15
| * | | | selftests/bpf: test_xdp_meta: Rename BPF sectionsBastien Curutchet2024-12-161-2/+2
| |/ / /
* | | | selftests/bpf: Test bpf_skb_change_tail() in TC ingressCong Wang2024-12-201-0/+106
* | | | selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()Cong Wang2024-12-201-0/+40
| |_|/ |/| |
* | | selftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi2024-12-131-0/+24
* | | bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi2024-12-131-10/+9
* | | bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi2024-12-131-5/+1
* | | selftests/bpf: Add test for narrow ctx load for pointer argsKumar Kartikeya Dwivedi2024-12-121-0/+36
* | | bpf: Check size for BTF-based ctx access of pointer membersKumar Kartikeya Dwivedi2024-12-122-4/+4
* | | selftests/bpf: extend changes_pkt_data with cases w/o subprogramsEduard Zingerman2024-12-122-10/+23
* | | selftests/bpf: validate that tail call invalidates packet pointersEduard Zingerman2024-12-101-0/+28
* | | bpf: consider that tail calls invalidate packet pointersEduard Zingerman2024-12-101-0/+2
* | | selftests/bpf: freplace tests for tracking of changes_packet_dataEduard Zingerman2024-12-102-0/+44
* | | selftests/bpf: test for changing packet data from global functionsEduard Zingerman2024-12-101-0/+28
| |/ |/|
* | selftests/bpf: Add test for narrow spill into 64-bit spilled scalarKumar Kartikeya Dwivedi2024-12-041-0/+17
* | selftests/bpf: Add test for reading from STACK_INVALID slotsKumar Kartikeya Dwivedi2024-12-041-0/+18
* | selftests/bpf: Introduce __caps_unpriv annotation for testsEduard Zingerman2024-12-042-1/+15
* | bpf: Zero index arg error string for dynptr and iterKumar Kartikeya Dwivedi2024-12-025-23/+23
* | selftests/bpf: Add tests for iter arg checkKumar Kartikeya Dwivedi2024-12-021-0/+26
* | bpf: Ensure reg is PTR_TO_STACK in process_iter_argTao Lyu2024-12-021-2/+2
* | selftests/bpf: Check for PREEMPTION instead of PREEMPTSebastian Andrzej Siewior2024-11-262-4/+4
|/
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-11-2110-199/+297
|\