summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2026-04-10selftests/bpf: Remove test_access_variable_arrayVenkat Rao Bagalkote
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-09selftests/bpf: Add test for stale pkt range after scalar arithmeticDaniel Borkmann
2026-04-09Merge tag 'net-7.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-04-08selftests/bpf: Add tests for ld_{abs,ind} failure path in subprogsDaniel Borkmann
2026-04-08selftests/bpf: Add test to ensure kprobe_multi is not sleepableVarun R Mallya
2026-04-07selftests/bpf: Test overwriting referenced dynptrAmery Hung
2026-04-07selftests/bpf: Add tests for stale delta leaking through id reassignmentDaniel Borkmann
2026-04-07selftests/bpf: Add tests for delta tracking when src_reg == dst_regDaniel Borkmann
2026-04-07selftests/bpf: Add tests for kprobe attachment with duplicate symbolsAndrey Grodzovsky
2026-04-07selftests/bpf: add test for nullable PTR_TO_BUF accessQi Tang
2026-04-07selftests/bpf: Allow prog name matching for tests with __descriptionKumar Kartikeya Dwivedi
2026-04-06selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroomMaciej Fijalkowski
2026-04-06selftests: bpf: have a separate variable for drop testMaciej Fijalkowski
2026-04-06selftests: bpf: fix pkt grow testsMaciej Fijalkowski
2026-04-06selftests: bpf: introduce a common routine for reading procfsMaciej Fijalkowski
2026-04-06selftests/bpf: Add more tests for loading insn arrays with offsetsAnton Protopopov
2026-04-06selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAXKumar Kartikeya Dwivedi
2026-04-06selftests/bpf: Add tests for unaligned syscall ctx accessesKumar Kartikeya Dwivedi
2026-04-06selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTXKumar Kartikeya Dwivedi
2026-04-06selftests/bpf: Add syscall ctx variable offset testsKumar Kartikeya Dwivedi
2026-04-06selftests/bpf: Convert ctx tests from ASM to CKumar Kartikeya Dwivedi
2026-04-06bpf: Support variable offsets for syscall PTR_TO_CTXKumar Kartikeya Dwivedi
2026-04-05selftests/bpf: remove unused toggle in tc_tunnelAlexis Lothoré (eBPF Foundation)
2026-04-05selftests/bpf: add get_next_key boundary test for cgroup_storageWeiming Shi
2026-04-05selftests/bpf: Add torn write detection test for htab BPF_F_LOCKMykyta Yatsenko
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov
2026-04-03selftests/bpf: Add tests for subprog topological orderingAlexei Starovoitov
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov
2026-04-03bpf: Do register range validation earlyAlexei Starovoitov
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov
2026-04-03selftest/bpf: Enable gotox tests for powerpc64Abhishek Dubey
2026-04-03selftest/bpf: Enable instruction array test for powerpcAbhishek Dubey
2026-04-03selftests/bpf: Enable private stack tests for powerpc64Abhishek Dubey
2026-04-02selftests/bpf: Remove invariant violation flagsPaul Chaignon
2026-04-02selftests/bpf: Cover invariant violation case from syzbotPaul Chaignon
2026-04-02selftests/bpf: Improve task local data documentation and fix potential memory...Amery Hung
2026-04-02selftests/bpf: Remove TLD_READ_ONCE() in the user space headerAmery Hung
2026-04-02selftests/bpf: Make sure TLD_DEFINE_KEY runs firstAmery Hung
2026-04-02selftests/bpf: Simplify task_local_data memory allocationAmery Hung
2026-04-02selftests/bpf: Fix task_local_data data allocation sizeAmery Hung
2026-04-02selftests/bpf: Add test for raw-address single kprobe attachHoyeon Lee
2026-04-02selftests/bpf: Add more precision tracking tests for atomicsDaniel Borkmann
2026-04-02selftests/bpf: Add test to verify the fix of kprobe_write_ctx abuseLeon Hwang
2026-03-31selftests/bpf: Suppress veristat error messages in non-verbose modeMykyta Yatsenko
2026-03-31selftests/bpf: Test access to ringbuf position with map pointerMenglong Dong
2026-03-30selftests/bpf: Test that dst is cleared on same-protocol encapJakub Kicinski
2026-03-29selftests/bpf: Add few tests for alu32 shift value tracking and zextDaniel Borkmann
2026-03-29selftests/bpf: Update kfuncs using btf_struct_meta to new variantsIhor Solodrai
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai