summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2026-08-17selftests/bpf: Add tests for a store on a fault prone qdisc pointerDaniel Borkmann
2026-08-17selftests/bpf: Add tests for fault prone loads out of RCU pointersDaniel Borkmann
2026-08-17selftests/bpf: Add tests for pointer type merge at a shared loadDaniel Borkmann
2026-08-17selftests/bpf: Remove duplicate copies of the arena spinlock qnodesChangwoo Min
2026-08-17selftests/bpf: Retry stat generation in cgroup_iter_memcgAndrii Nakryiko
2026-08-17selftests/bpf: Enable kptr_xchg_inline test on LoongArchChenguang Zhao
2026-08-17selftests/bpf: Test pseudo-function policy diagnosticsKumar Kartikeya Dwivedi
2026-08-17selftests/bpf: Test kfunc argument diagnosticsKumar Kartikeya Dwivedi
2026-08-17selftests/bpf: Exercise negative optlen in cgroup getsockopt hookJunseo Lim
2026-08-17selftests/bpf: tc_tunnel - validate decap GSO and encapsulation stateNick Hudson
2026-08-17selftests/bpf: Enable timed may_goto tests for LoongArchTiezhu Yang
2026-08-17selftests/bpf: Fix comment style in network_helpers.cAlexis Lothoré (eBPF Foundation)
2026-08-16selftests/bpf: Cover mixed arena and stack atomicsYiyang Chen
2026-08-15selftests/bpf: Add ksock test for async callback guardMahe Tardy
2026-08-15selftests/bpf: Test forbidden bpf_ksock_send() LSM attachMahe Tardy
2026-08-15selftests/bpf: Add ksock kfunc testMahe Tardy
2026-08-15bpf: Report Call Type Safety argument errorsKumar Kartikeya Dwivedi
2026-08-15bpf: Report Register Type Safety errorsKumar Kartikeya Dwivedi
2026-08-14selftests/bpf: Check per-CPU address resolution per registerVineet Gupta
2026-08-14selftests/bpf: Fix selftest build after filter.h updateIhor Solodrai
2026-08-14selftests/bpf: Improve readability in iter test for percpu dataLeon Hwang
2026-08-14selftests/bpf: Make pyperf600 a success againAndrii Nakryiko
2026-08-14selftests/bpf: Use ping_command() for IPv6 pings in lwt_ip_encapAndrii Nakryiko
2026-08-14selftests/bpf: Test a multi-slot argument before a struct_ops arena argumentPuranjay Mohan
2026-08-14selftests/bpf: Enable __arena argument tests on arm64Puranjay Mohan
2026-08-14selftests/bpf: Add arm64 JIT-sequence tests for __arena kfunc argumentsPuranjay Mohan
2026-08-13selftests/bpf: Guarantee zero termination for veristat test buffersEduard Zingerman
2026-08-13selftests/bpf: Exercise veristat filtering logic in a selftestEduard Zingerman
2026-08-13selftests/bpf: Fix for veristat file/prog filters processingEduard Zingerman
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-13selftests/bpf: Verify bpf_iter for global percpu dataLeon Hwang
2026-08-13selftests/bpf: Test verifier log for global percpu dataLeon Hwang
2026-08-13selftests/bpf: Test direct reading/writing read-only percpu_array mapLeon Hwang
2026-08-13selftests/bpf: Add tests to verify global percpu dataLeon Hwang
2026-08-13selftests/bpf: Fix chained_global_func_calls_success() for cpu v4Yonghong Song
2026-08-12selftests/bpf: Test resolve_btfids arena argument suffixesKumar Kartikeya Dwivedi
2026-08-12selftests/bpf: Test subprogram instruction statisticsKumar Kartikeya Dwivedi
2026-08-12selftests/bpf: Test stack depth stats without BTF subprog namesKumar Kartikeya Dwivedi
2026-08-12selftests/bpf: Adjust veristat stack depth parsingKumar Kartikeya Dwivedi
2026-08-12bpf: Show more useful info in stack depth statsKumar Kartikeya Dwivedi
2026-08-12selftests/bpf: vmtest.sh: Preserve command quoting when running in the VMVineet Gupta
2026-08-12selftests/bpf: Report failed subtest count in test_progs summaryVineet Gupta
2026-08-12selftests/bpf: Add --no-error-summary to skip end-of-run error log dumpVineet Gupta
2026-08-12selftests/bpf: map_kptr: Expect BPF_ST reject msg on cpuv4 toolchainsVineet Gupta
2026-08-12selftests/bpf: Add arena fault tests for atomics with fetchDaniel Borkmann
2026-08-11selftests/bpf: Test RCU iterator state pruningNing Ding
2026-08-08preempt: Introduce HARDIRQ_DISABLE_BITSBoqun Feng
2026-08-08preempt: Track NMI nesting to separate per-CPU counterJoel Fernandes
2026-08-08selftests/bpf: Test attach rejection for struct_ops arena programsKumar Kartikeya Dwivedi
2026-08-08selftests/bpf: Test stack-passed struct_ops arena argumentsTejun Heo