summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)Author
2025-02-19selftests/bpf: tc_links/tc_opts: Unserialize testsBastien Curutchet (eBPF Foundation)
2025-02-19selftests/bpf: ns_current_pid_tgid: Rename the test functionBastien Curutchet (eBPF Foundation)
2025-02-18selftests/bpf: test_xdp_veth: Add XDP program on egress testBastien Curutchet (eBPF Foundation)
2025-02-18selftests/bpf: test_xdp_veth: Add XDP broadcast redirection testsBastien Curutchet (eBPF Foundation)
2025-02-18selftests/bpf: test_xdp_veth: Use a dedicated namespaceBastien Curutchet (eBPF Foundation)
2025-02-18selftests/bpf: test_xdp_veth: Create struct net_configurationBastien Curutchet (eBPF Foundation)
2025-02-18selftest/bpf: Add vsock test for sockmap rejecting unconnectedMichal Luczaj
2025-02-18selftest/bpf: Adapt vsock_delete_on_close to sockmap rejecting unconnectedMichal Luczaj
2025-02-17selftests/bpf: Test returning referenced kptr from struct_ops programsAmery Hung
2025-02-17selftests/bpf: Test referenced kptr arguments of struct_ops programsAmery Hung
2025-02-14selftests/bpf: add test for LDX/STX/ST relocations over array fieldAndrii Nakryiko
2025-02-13selftests/bpf: Test kfuncs that set and remove xattr from BPF programsSong Liu
2025-02-13selftests/bpf: Extend test fs_kfuncs to cover security.bpf. xattr namesSong Liu
2025-02-11selftests/bpf: Select NUMA_NO_NODE to create mapSaket Kumar Bhaskar
2025-02-06selftests/bpf: Correct the check of join cgroupJason Xing
2025-02-05selftests/bpf: Add a BTF verification test for kflagged type_tagIhor Solodrai
2025-02-05bpf: Allow kind_flag for BTF type and decl tagsIhor Solodrai
2025-02-05selftests/bpf: Add a btf_dump test for type_tagsIhor Solodrai
2025-02-03selftests/bpf: test_xdp_veth: Add new test cases for XDP flagsBastien Curutchet (eBPF Foundation)
2025-02-03selftests/bpf: test_xdp_veth: Use unique namesBastien Curutchet (eBPF Foundation)
2025-02-03selftests/bpf: test_xdp_veth: Add XDP flags to prog_configurationBastien Curutchet (eBPF Foundation)
2025-02-03selftests/bpf: test_xdp_veth: Add prog_config[] tableBastien Curutchet (eBPF Foundation)
2025-02-03selftests/bpf: test_xdp_veth: Rename config[]Bastien Curutchet (eBPF Foundation)
2025-02-03selftests/bpf: test_xdp_veth: Split network configurationBastien Curutchet (eBPF Foundation)
2025-02-03selftests/bpf: test_xdp_veth: Use int to describe next vethBastien Curutchet (eBPF Foundation)
2025-02-03selftests/bpf: test_xdp_veth: Remove unecessarry check_ping()Bastien Curutchet (eBPF Foundation)
2025-02-03selftests/bpf: test_xdp_veth: Remove unused definesBastien Curutchet (eBPF Foundation)
2025-02-03selftests/bpf: Fix freplace_link segfault in tailcalls prog testTengda Wu
2025-01-29selftests/bpf: Add strparser test for bpfJiayuan Chen
2025-01-29selftests/bpf: Fix invalid flag of recv()Jiayuan Chen
2025-01-29selftests/bpf: Adjust data size to have ETH_HLENShigeru Yoshida
2025-01-23Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-01-20selftests/bpf: Add some tests related to 'may_goto 0' insnsYonghong Song
2025-01-20selftests/bpf: Add test case for the freeing of bpf_timerHou Tao
2025-01-16selftests/bpf: Add distilled BTF test about marking BTF_IS_EMBEDDEDPu Lehui
2025-01-16selftests/bpf: Fix btf leak on new btf alloc failure in btf_distill testPu Lehui
2025-01-15selftests/bpf: Fix test_xdp_adjust_tail_grow2 selftest on powerpcSaket Kumar Bhaskar
2025-01-10selftests/bpf: Migrate test_xdp_redirect.c to test_xdp_do_redirect.cBastien Curutchet (eBPF Foundation)
2025-01-10selftests/bpf: Migrate test_xdp_redirect.sh to xdp_do_redirect.cBastien Curutchet (eBPF Foundation)
2025-01-10selftests/bpf: Add a test for kprobe multi with unique_matchYonghong Song
2025-01-08selftests/bpf: Add kprobe session recursion check testJiri Olsa
2025-01-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-01-06selftests/bpf: Extend netkit tests to validate set {head,tail}roomDaniel Borkmann
2024-12-20selftests/bpf: Test bpf_skb_change_tail() in TC ingressCong Wang
2024-12-20selftests/bpf: Introduce socket_helpers.h for TC testsCong Wang
2024-12-20selftests/bpf: Add a BPF selftest for bpf_skb_change_tail()Cong Wang
2024-12-16selftests/bpf: Migrate test_xdp_meta.sh into xdp_context_test_run.cBastien Curutchet
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-13selftests/bpf: Add tests for raw_tp NULL argsKumar Kartikeya Dwivedi
2024-12-13selftests/bpf: Add tests for fd_array_cntAnton Protopopov