aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/prog_tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski8-9/+467
2024-03-11selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov1-0/+88
2024-03-11selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov1-0/+68
2024-03-11selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov1-0/+2
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2024-03-06selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman1-0/+29
2024-03-06selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman1-6/+46
2024-03-06selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman2-4/+79
2024-03-06selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman1-0/+76
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman1-0/+35
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman1-9/+24
2024-03-05selftests/bpf: Fix up xdp bonding test wrt feature flagsDaniel Borkmann1-2/+2
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee1-0/+30
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski21-37/+172
2024-02-29selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee1-4/+15
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-1/+92
2024-02-22selftests/bpf: Test case for lacking CFI stub functions.Kui-Feng Lee1-0/+35
2024-02-19selftests/bpf: Add negtive test cases for task iterYafang Shao1-0/+1
2024-02-19selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau1-1/+34
2024-02-15selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao1-0/+57
2024-02-13bpf: emit source code file name and line number in verifier logAndrii Nakryiko1-2/+2
2024-02-13selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee1-0/+46
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song1-0/+37
2024-02-11bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver1-6/+0
2024-02-07selftests/bpf: Fix error checking for cpumask_success__load()Yafang Shao1-3/+3
2024-02-05selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi1-0/+6
2024-02-05selftests/bpf: Add test for static subprog call in lock csKumar Kartikeya Dwivedi1-0/+2
2024-02-05selftests/bpf: Fix flaky selftest lwt_redirect/lwt_rerouteYonghong Song3-2/+2
2024-02-01selftests/bpf: Enable inline bpf_kptr_xchg() test for RV64Pu Lehui1-1/+2
2024-01-31selftests/bpf: Disable IPv6 for lwt_redirect testManu Bretelle1-0/+1
2024-01-30selftests/bpf: add trusted global subprog arg testsAndrii Nakryiko1-0/+2
2024-01-29selftests/bpf: Remove "&>" usage in the selftestsMartin KaFai Lau9-19/+19
2024-01-24selftests/bpf: Incorporate LSM policy to token-based testsAndrii Nakryiko1-17/+72
2024-01-24selftests/bpf: Add tests for LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko1-0/+98
2024-01-24selftests/bpf: Add tests for BPF object load with implicit tokenAndrii Nakryiko1-0/+64
2024-01-24selftests/bpf: Add BPF object loading tests with explicit token passingAndrii Nakryiko1-0/+140
2024-01-24selftests/bpf: Utilize string values for delegate_xxx mount optionsAndrii Nakryiko1-20/+32
2024-01-24selftests/bpf: Add BPF token-enabled testsAndrii Nakryiko1-0/+683
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2-0/+5
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2-0/+5
2024-01-24selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau1-4/+75
2024-01-24selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau1-0/+11
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee1-0/+75
2024-01-23selftests/bpf: Add fill_link_info test for perf eventJiri Olsa1-0/+40
2024-01-23selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa1-5/+21
2024-01-23selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa1-12/+36
2024-01-23selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao1-1/+1
2024-01-23selftest: bpf: Test bpf_sk_assign_tcp_reqsk().Kuniyuki Iwashima1-0/+150
2024-01-23selftests/bpf: Update LLVM Phabricator linksNathan Chancellor1-1/+1
2024-01-23selftests/bpf: detect testing prog flags supportAndrii Nakryiko2-2/+2