aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/selftests/bpf/progs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-4/+659
2024-03-11selftests/bpf: Add kprobe multi triggering benchmarksJiri Olsa1-0/+14
2024-03-11selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov2-0/+53
2024-03-11selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov1-0/+87
2024-03-11selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov1-0/+146
2024-03-11selftests/bpf: Add fexit and kretprobe triggering benchmarksAndrii Nakryiko1-0/+14
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+70
2024-03-06selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman1-0/+10
2024-03-06selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman2-0/+46
2024-03-06selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman1-0/+42
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman1-0/+25
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman1-1/+20
2024-03-06selftests/bpf: Test may_gotoAlexei Starovoitov1-3/+100
2024-03-05selftests/bpf: test case for callback_depth states pruning logicEduard Zingerman1-0/+70
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee1-0/+102
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski48-187/+1071
2024-02-29selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee1-0/+8
2024-02-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook1-1/+1
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+89
2024-02-22selftests/bpf: update tcp_custom_syncookie to use scalar packet offsetEduard Zingerman1-30/+53
2024-02-19selftests/bpf: Add negtive test cases for task iterYafang Shao1-1/+11
2024-02-19selftests/bpf: Test racing between bpf_timer_cancel_and_free and bpf_timer_cancelMartin KaFai Lau1-1/+33
2024-02-15selftest/bpf: Test the read of vsyscall page under x86-64Hou Tao1-0/+45
2024-02-15bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song2-4/+8
2024-02-13selftests/bpf: add anonymous user struct as global subprog arg testAndrii Nakryiko1-0/+29
2024-02-13bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko1-0/+19
2024-02-13selftests/bpf: Test PTR_MAYBE_NULL arguments of struct_ops operators.Kui-Feng Lee2-0/+53
2024-02-13bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi19-42/+102
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song1-0/+20
2024-02-11bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver2-43/+0
2024-02-07selftests/bpf: Mark cpumask kfunc declarations as __weakYafang Shao1-28/+29
2024-02-06bpf: Use -Wno-address-of-packed-member in some selftestsJose E. Marchesi3-0/+6
2024-02-05selftests/bpf: Add tests for RCU lock transfer between subprogsKumar Kartikeya Dwivedi1-0/+120
2024-02-05selftests/bpf: Add test for static subprog call in lock csKumar Kartikeya Dwivedi2-0/+109
2024-02-05bpf: Allow calling static subprogs while holding a bpf_spin_lockKumar Kartikeya Dwivedi1-1/+1
2024-02-05selftests/bpf: Suppress warning message of an unused variable.Kui-Feng Lee1-2/+1
2024-02-05selftests/bpf: Fix flaky test ptr_untrustedYonghong Song1-3/+3
2024-02-02selftests/bpf: add more cases for __arg_trusted __arg_nullable argsAndrii Nakryiko1-3/+29
2024-02-02selftests/bpf: States pruning checks for scalar vs STACK_MISCEduard Zingerman1-0/+154
2024-02-02selftests/bpf: Add test cases for narrowing fillMaxim Mikityanskiy1-0/+111
2024-02-02bpf: Preserve boundaries and track scalars on narrowing fillMaxim Mikityanskiy1-7/+19
2024-02-02selftests/bpf: Test tracking spilled unbounded scalarsMaxim Mikityanskiy1-0/+27
2024-02-02bpf: Track spilled unbounded scalarsMaxim Mikityanskiy1-3/+3
2024-01-30selftests/bpf: convert bpf_rdonly_cast() uses to bpf_core_cast() macroAndrii Nakryiko8-18/+12
2024-01-30libbpf: add bpf_core_cast() macroAndrii Nakryiko2-5/+1
2024-01-30selftests/bpf: add trusted global subprog arg testsAndrii Nakryiko1-0/+156
2024-01-24selftests/bpf: Incorporate LSM policy to token-based testsAndrii Nakryiko1-0/+32
2024-01-24selftests/bpf: Add BPF object loading tests with explicit token passingAndrii Nakryiko2-0/+26
2024-01-23selftests/bpf: test case for register_bpf_struct_ops().Kui-Feng Lee1-0/+30
2024-01-23selftests/bpf: Add fill_link_info test for perf eventJiri Olsa1-0/+6