summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)Author
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-19selftests/bpf: Migrate test_xdp_vlan.sh into test_progsBastien Curutchet (eBPF Foundation)
2025-03-19selftests/bpf: Add tests for rqspinlockKumar Kartikeya Dwivedi
2025-03-18selftests/bpf: Add selftest for attaching fexit to __noreturn functionsYafang Shao
2025-03-17selftests/bpf: Test freplace from user namespaceMykyta Yatsenko
2025-03-15selftests/bpf: Fix arena_spin_lock compilation on PowerPCKumar Kartikeya Dwivedi
2025-03-15selftests/bpf: Add a kernel flag test for LSM bpf hookBlaise Boscaccy
2025-03-15selftests/bpf: Convert comma to semicolonChen Ni
2025-03-15selftests: bpf: fix duplicate selftests in cpumask_success.Emil Tsalapatis
2025-03-15selftests: bpf: add bpf_cpumask_populate selftestsEmil Tsalapatis
2025-03-15selftests/bpf: lwt_seg6local: Move test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: Fix cap_enable_effective() return codeFeng Yang
2025-03-15selftests/bpf: Move test_lwt_ip_encap to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: Add tests for arena spin lockKumar Kartikeya Dwivedi
2025-03-15selftests/bpf: test cases for compute_live_registers()Eduard Zingerman
2025-03-15bpf: simple DFA-based live registers analysisEduard Zingerman
2025-03-15selftests/bpf: Add selftests for load-acquire and store-release instructionsPeilin Ye
2025-03-15selftests/bpf: Add tests for bpf_object__prepareMykyta Yatsenko
2025-03-15selftests/bpf: test_tunnel: Move ip6tnl tunnel tests to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move ip6geneve tunnel test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move geneve tunnel test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move ip6erspan tunnel test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move erspan tunnel tests to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move ip6gre tunnel test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Move gre tunnel test to test_progsBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Add ping helpersBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: test_tunnel: Add generic_attach* helpersBastien Curutchet (eBPF Foundation)
2025-03-15selftests/bpf: Add tests for extending sleepable global subprogsKumar Kartikeya Dwivedi
2025-03-15selftests/bpf: Test sleepable global subprogs in atomic contextsKumar Kartikeya Dwivedi
2025-03-15selftests/bpf: Add selftests allowing cgroup prog pre-orderingYonghong Song
2025-03-15selftests/bpf: Allow auto port binding for bpf nfJiayuan Chen
2025-03-15selftests/bpf: Allow auto port binding for cgroup connectJiayuan Chen
2025-03-15selftests/bpf: Add tests for bpf_dynptr_copyMykyta Yatsenko
2025-03-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-03-06selftests/bpf: Add test for XDP metadata support in tun driverMarcus Wichelmann
2025-03-06selftests/bpf: Refactor xdp_context_functional test and bpf programMarcus Wichelmann
2025-03-06selftests/bpf: Move open_tuntap to network helpersMarcus Wichelmann
2025-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-02-26selftests/bpf: Introduce veristat testMykyta Yatsenko
2025-02-26selftests/bpf: Test bpf_usdt_arg_size() functionIhor Solodrai
2025-02-26selftests/bpf: add cgroup_skb netns cookie testsMahe Tardy
2025-02-25selftests/bpf: Test gen_pro/epilogue that generate kfuncsAmery Hung
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-20selftests/bpf: Test struct_ops program with __ref arg calling bpf_tail_callAmery Hung
2025-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf bpf-6.14-rc4Alexei Starovoitov
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2025-02-20selftests/bpf: Add simple bpf tests in the tx path for timestamping featureJason Xing
2025-02-19selftests/bpf: Add a specific dst port matchingCong Wang
2025-02-19selftests/bpf: Add tests for bpf_copy_from_user_task_strJordan Rome
2025-02-19selftests/bpf: ns_current_pid_tgid: Use test_progs's ns_ featureBastien Curutchet (eBPF Foundation)