summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2026-03-12selftests/bpf: Avoid simplification of crafted bounds testPaul Chaignon
2026-03-12bpf: collect only live registers in linked regsEduard Zingerman
2026-03-12selftests/bpf: Fix OOB read in dmabuf_collectorT.J. Mercier
2026-02-26selftests/bpf: Test bpf_skb_check_mtu(BPF_MTU_CHK_SEGS) when transport_header...Martin KaFai Lau
2026-02-26selftests/xsk: fix number of Tx frags in invalid packetLarysa Zaremba
2026-02-26selftests/xsk: properly handle batch ending in the middle of a packetLarysa Zaremba
2026-02-26selftests/bpf: test_xsk: Split xskxceiverBastien Curutchet (eBPF Foundation)
2026-02-26selftests/bpf: Fix kprobe multi stacktrace_ips testJiri Olsa
2026-02-26selftests/bpf: Fix resource leak in serial_test_wq on attach failureKery Qi
2026-02-26selftests/bpf: veristat: fix printing order in output_stats()Puranjay Mohan
2026-01-23selftests/bpf: Fix selftest verif_scale_strobemeta failure with llvm22Yonghong Song
2025-12-18selftests/bpf: Allow selftests to build with older xxdAlan Maguire
2025-12-18selftests/bpf: Update test_tag to use sha256Xing Guo
2025-12-18selftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski
2025-12-18selftests/bpf: skip test_perf_branches_hw() on unsupported platformsMatt Bobrowski
2025-12-18selftests/bpf: Use ASSERT_STRNEQ to factor in long slab cache namesMatt Bobrowski
2025-12-18selftests/bpf: Fix failure paths in send_signal testAlexei Starovoitov
2025-11-14selftests/bpf: Test widen_imprecise_scalars() with different stack depthEduard Zingerman
2025-11-13selftests/bpf: Add mptcp test with sockmapJiayuan Chen
2025-11-05selftests/bpf: Add stacktrace ips test for raw_tpJiri Olsa
2025-11-05selftests/bpf: Add stacktrace ips test for kprobe_multi/kretprobe_multiJiri Olsa
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko
2025-11-04bpf:add _impl suffix for bpf_task_work_schedule* kfuncsMykyta Yatsenko
2025-11-03selftests/bpf: Add tests for livepatch + bpf trampolineSong Liu
2025-10-17selftests/bpf: Fix redefinition of 'off' as different kind of symbolBrahmajit Das
2025-10-16selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo
2025-10-14selftests/bpf: make arg_parsing.c more robust to crashesAndrii Nakryiko
2025-10-10selftests/bpf: Add test for unpinning htab with internal timer structKaFai Wan
2025-10-04bpf: Finish constification of 1st parameter of bpf_d_path()Rong Tao
2025-10-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-10-02selftests/bpf: Add tests for rejection of ALU ops with negative offsetsEduard Zingerman
2025-10-01selftests/bpf: Add test for libbpf_sha256()Eric Biggers
2025-10-01selftests/bpf: Add test for BPF_NEG alu on CONST_PTR_TO_MAPKaFai Wan
2025-10-01selftests/bpf: Fix realloc size in bpf_get_addrsJiri Olsa
2025-10-01selftests/bpf: Fix typo in subtest_basic_usdt after merge conflictJiri Olsa
2025-10-01selftests/bpf: Fix open-coded gettid syscall in uprobe syscall testsJiri Olsa
2025-09-30Merge tag 'bpf-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-09-30Merge tag 'perf-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-09-28selftests/bpf: Add stress test for rqspinlock in NMIKumar Kartikeya Dwivedi
2025-09-27selftests/bpf: Add test case for different expected_attach_typeDaniel Borkmann
2025-09-26mptcp: pm: rename 'subflows' to 'extra_subflows'Matthieu Baerts (NGI0)
2025-09-26selftests/bpf: Test changing packet data from kfuncAmery Hung
2025-09-25selftests/bpf: Add stacktrace map lookup_and_delete_elem test caseTao Chen
2025-09-25selftests/bpf: Refactor stacktrace_map case with skeletonTao Chen
2025-09-25selftests/bpf: Fix flaky bpf_cookie selftestMykyta Yatsenko
2025-09-25selftests/bpf: Test changing packet data from global functions with a kfuncAmery Hung
2025-09-25selftests/bpf: Task_work selftest cleanup fixesMykyta Yatsenko
2025-09-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski