summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/prog_tests
AgeCommit message (Expand)Author
2024-03-27bpf: Check bloom filter map value sizeAndrei Matei
2024-03-15selftests/bpf: Add arena test case for 4Gbyte corner caseAlexei Starovoitov
2024-03-15selftests/bpf: Remove hard coded PAGE_SIZE macro.Alexei Starovoitov
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov
2024-03-11selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov
2024-03-11selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman
2024-03-06selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman
2024-03-06selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman
2024-03-06selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman
2024-03-05selftests/bpf: Fix up xdp bonding test wrt feature flagsDaniel Borkmann
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-02-29selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-22selftests/bpf: Test case for lacking CFI stub functions.Kui-Feng Lee
2024-02-19selftests/bpf: Add negtive test cases for task iterYafang Shao
2024-02-19selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_ca...Martin KaFai Lau
2024-02-15selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao
2024-02-13bpf: emit source code file name and line number in verifier logAndrii Nakryiko
2024-02-13selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song
2024-02-11bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver
2024-02-07selftests/bpf: Fix error checking for cpumask_success__load()Yafang Shao
2024-02-05selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi
2024-02-05selftests/bpf: Add test for static subprog call in lock csKumar Kartikeya Dwivedi
2024-02-05selftests/bpf: Fix flaky selftest lwt_redirect/lwt_rerouteYonghong Song
2024-02-01selftests/bpf: Enable inline bpf_kptr_xchg() test for RV64Pu Lehui
2024-01-31selftests/bpf: Disable IPv6 for lwt_redirect testManu Bretelle
2024-01-30selftests/bpf: add trusted global subprog arg testsAndrii Nakryiko
2024-01-29selftests/bpf: Remove "&>" usage in the selftestsMartin KaFai Lau
2024-01-24selftests/bpf: Incorporate LSM policy to token-based testsAndrii Nakryiko
2024-01-24selftests/bpf: Add tests for LIBBPF_BPF_TOKEN_PATH envvarAndrii Nakryiko
2024-01-24selftests/bpf: Add tests for BPF object load with implicit tokenAndrii Nakryiko
2024-01-24selftests/bpf: Add BPF object loading tests with explicit token passingAndrii Nakryiko
2024-01-24selftests/bpf: Utilize string values for delegate_xxx mount optionsAndrii Nakryiko
2024-01-24selftests/bpf: Add BPF token-enabled testsAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko
2024-01-24selftests/bpf: Wait for the netstamp_needed_key static key to be turned onMartin KaFai Lau
2024-01-24selftests/bpf: Fix the flaky tc_redirect_dtime testMartin KaFai Lau
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee
2024-01-23selftests/bpf: Add fill_link_info test for perf eventJiri Olsa
2024-01-23selftests/bpf: Add cookies check for perf_event fill_link_info testJiri Olsa
2024-01-23selftests/bpf: Add cookies check for kprobe_multi fill_link_info testJiri Olsa
2024-01-23selftests/bpf: Enable kptr_xchg_inline test for arm64Hou Tao