summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-04-02selftests/bpf: Fix verifier_private_stack test failureYonghong Song1-3/+3
2025-04-02selftests/bpf: Fix verifier_bpf_fastcall testSong Liu1-3/+3
2025-04-02selftests/bpf: Fix tests after fields reorder in struct fileSong Liu2-4/+4
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-03-30Merge tag 'bpf_res_spin_lock' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-0/+538
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds133-2767/+7746
2025-03-25tcp/dccp: remove icsk->icsk_timeoutEric Dumazet2-4/+4
2025-03-22selftests/bpf: Add selftests for load-acquire/store-release when register num...Kohei Enju2-0/+28
2025-03-22bpf: Fix out-of-bounds read in check_atomic_load/store()Kohei Enju2-5/+21
2025-03-20selftests/bpf: Sanitize pointer prior fclose()Björn Töpel1-2/+4
2025-03-19selftests/bpf: Migrate test_xdp_vlan.sh into test_progsBastien Curutchet (eBPF Foundation)5-254/+176
2025-03-19selftests/bpf: test_xdp_vlan: Rename BPF sectionsBastien Curutchet (eBPF Foundation)2-13/+13
2025-03-19selftests/bpf: Add tests for rqspinlockKumar Kartikeya Dwivedi4-0/+538
2025-03-18selftests/bpf: Add selftest for attaching fexit to __noreturn functionsYafang Shao2-0/+24
2025-03-17selftests/bpf: Test freplace from user namespaceMykyta Yatsenko3-4/+112
2025-03-15selftests/bpf: Fix sockopt selftest failure on powerpcSaket Kumar Bhaskar1-0/+4
2025-03-15selftests/bpf: Fix string read in strncmp benchmarkViktor Malik1-1/+4
2025-03-15selftests/bpf: Fix arena_spin_lock compilation on PowerPCKumar Kartikeya Dwivedi2-3/+24
2025-03-15selftests/bpf: Add a kernel flag test for LSM bpf hookBlaise Boscaccy2-0/+71
2025-03-15security: Propagate caller information in bpf hooksBlaise Boscaccy7-10/+11
2025-03-15selftests/bpf: Convert comma to semicolonChen Ni1-2/+2
2025-03-15selftests/bpf: Fix selection of static vs. dynamic LLVMAnton Protopopov1-1/+1
2025-03-15selftests: bpf: fix duplicate selftests in cpumask_success.Emil Tsalapatis2-2/+1
2025-03-15selftests: bpf: add bpf_cpumask_populate selftestsEmil Tsalapatis4-0/+161
2025-03-15selftests/bpf: lwt_seg6local: Move test to test_progsBastien Curutchet (eBPF Foundation)3-152/+176
2025-03-15selftests/bpf: lwt_seg6local: Remove unused routesBastien Curutchet (eBPF Foundation)1-5/+0
2025-03-15selftests/bpf: Fix cap_enable_effective() return codeFeng Yang4-9/+10
2025-03-15selftests/bpf: Fix dangling stdout seen by traffic monitor threadAmery Hung1-17/+22
2025-03-15selftests/bpf: Allow assigning traffic monitor print functionAmery Hung2-19/+59
2025-03-15selftests/bpf: Clean up call sites of stdio_restore()Amery Hung1-11/+6
2025-03-15selftests/bpf: Move test_lwt_ip_encap to test_progsBastien Curutchet (eBPF Foundation)3-478/+541
2025-03-15selftests/bpf: Add tests for arena spin lockKumar Kartikeya Dwivedi2-0/+159
2025-03-15selftests/bpf: Introduce arena spin lockKumar Kartikeya Dwivedi2-0/+652
2025-03-15selftests/bpf: Introduce cond_break_labelKumar Kartikeya Dwivedi1-6/+9
2025-03-15bpf: correct use/def for may_goto instructionEduard Zingerman1-3/+3
2025-03-15selftests/bpf: test cases for compute_live_registers()Eduard Zingerman6-14/+455
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman1-1/+10
2025-03-15selftests/bpf: Add selftests for load-acquire and store-release instructionsPeilin Ye6-3/+698
2025-03-15bpf, x86: Add x86 JIT support for timed may_gotoKumar Kartikeya Dwivedi2-12/+80
2025-03-15selftests/bpf: Add tests for bpf_object__prepareMykyta Yatsenko2-0/+127
2025-03-15selftests/bpf: test_tunnel: Remove test_tunnel.shBastien Curutchet (eBPF Foundation)2-180/+0
2025-03-15selftests/bpf: test_tunnel: Move ip6tnl tunnel tests to test_progsBastien Curutchet (eBPF Foundation)2-88/+59
2025-03-15selftests/bpf: test_tunnel: Move ip6geneve tunnel test to test_progsBastien Curutchet (eBPF Foundation)2-49/+48
2025-03-15selftests/bpf: test_tunnel: Move geneve tunnel test to test_progsBastien Curutchet (eBPF Foundation)2-45/+45
2025-03-15selftests/bpf: test_tunnel: Move ip6erspan tunnel test to test_progsBastien Curutchet (eBPF Foundation)2-58/+41
2025-03-15selftests/bpf: test_tunnel: Move erspan tunnel tests to test_progsBastien Curutchet (eBPF Foundation)2-52/+46
2025-03-15selftests/bpf: test_tunnel: Move ip6gre tunnel test to test_progsBastien Curutchet (eBPF Foundation)2-95/+104
2025-03-15selftests/bpf: test_tunnel: Move gre tunnel test to test_progsBastien Curutchet (eBPF Foundation)2-79/+97
2025-03-15selftests/bpf: test_tunnel: Add ping helpersBastien Curutchet (eBPF Foundation)1-29/+24
2025-03-15selftests/bpf: test_tunnel: Add generic_attach* helpersBastien Curutchet (eBPF Foundation)1-74/+66