summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2023-08-09selftests/bpf: Add sockmap test for redirecting partial skb dataXu Kuohai1-0/+14
2023-07-18selftests/bpf: Add more tests for check_max_stack_depth bugKumar Kartikeya Dwivedi1-2/+23
2023-07-05selftests/bpf: Add selftest for check_stack_max_depth bugKumar Kartikeya Dwivedi1-0/+40
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds35-88/+2407
2023-06-28Merge tag 'v6.5-rc1-modules-next' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2023-06-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski6-7/+817
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+130
2023-06-22selftests/bpf: Fix compilation failure for prog vrf_socket_lookupYonghong Song1-2/+3
2023-06-21selftests/bpf: Add vrf_socket_lookup testsGilad Sever1-0/+88
2023-06-13selftests/bpf: Verify that check_ids() is used for scalars in regsafe()Eduard Zingerman1-0/+315
2023-06-13selftests/bpf: Check if mark_chain_precision() follows scalar idsEduard Zingerman1-0/+344
2023-06-13selftests/bpf: add a test for subprogram extablesKrister Johansen1-0/+51
2023-06-12selftests/bpf: Update bpf_cpumask_any* tests to use bpf_cpumask_any_distribute*David Vernet2-6/+6
2023-06-12selftests/bpf: Add test for new bpf_cpumask_first_and() kfuncDavid Vernet2-0/+34
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+45
2023-06-08selftests/bpf: Add test cases to assert proper ID tracking on spillMaxim Mikityanskiy1-0/+79
2023-06-05selftests/bpf: Add test for non-NULLable PTR_TO_BTF_IDsDavid Vernet1-0/+24
2023-06-05bpf: Make bpf_refcount_acquire fallible for non-owning refsDave Marchevsky2-1/+5
2023-06-02selftests/bpf: Add access_inner_map selftestRhys Rustad-Elliott1-0/+45
2023-05-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski17-52/+244
2023-05-26kallsyms: remove unused arch_get_kallsym() helperArnd Bergmann1-3/+1
2023-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+69
2023-05-24libbpf: Selftests for resizing datasec mapsJP Kobryn1-0/+58
2023-05-23bpf, sockmap: Test progs verifier error with latest clangJohn Fastabend1-7/+5
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend1-0/+32
2023-05-23bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend1-0/+32
2023-05-19selftests/bpf: Test bpf_sock_destroyAditi Ghag2-0/+167
2023-05-17selftests/bpf: Fix dynptr/test_dynptr_is_nullYonghong Song3-0/+3
2023-05-16selftests/bpf: Move kfunc exports to bpf_testmod/bpf_testmod_kfunc.hJiri Olsa10-51/+12
2023-05-16selftests/bpf: Fix s390 sock_field test failureYonghong Song1-1/+4
2023-05-13selftests/bpf: Correctly handle optlen > 4096Stanislav Fomichev6-13/+96
2023-05-06selftests/bpf: Accept mem from dynptr in helper funcsDaniel Rosenberg1-0/+21
2023-05-06selftests/bpf: Check overflow in optional bufferDaniel Rosenberg1-0/+20
2023-05-06selftests/bpf: Test allowing NULL buffer in dynptr sliceDaniel Rosenberg1-0/+17
2023-05-06selftests/bpf: Add testcase for bpf_task_under_cgroupFeng Zhou1-0/+51
2023-05-04selftests/bpf: revert iter test subprog precision workaroundAndrii Nakryiko1-15/+11
2023-05-04selftests/bpf: add precision propagation tests in the presence of subprogsAndrii Nakryiko2-0/+540
2023-04-27selftests/bpf: Fix selftest test_global_funcs/global_func1 failure with lates...Yonghong Song1-0/+2
2023-04-27selftests/bpf: xdp_hw_metadata track more timestampsJesper Dangaard Brouer1-1/+3
2023-04-27selftests/bpf: Add tests for dynptr convenience helpersJoanne Koong2-0/+585
2023-04-24selftests/bpf: avoid mark_all_scalars_precise() trigger in one of iter testsAndrii Nakryiko1-11/+15
2023-04-22selftests/bpf: verifier/prevent_map_lookup converted to inline assemblyEduard Zingerman1-0/+61
2023-04-21selftests/bpf: verifier/value_ptr_arith converted to inline assemblyEduard Zingerman1-0/+1423
2023-04-21selftests/bpf: verifier/value_illegal_alu converted to inline assemblyEduard Zingerman1-0/+149
2023-04-21selftests/bpf: verifier/unpriv converted to inline assemblyEduard Zingerman2-0/+760
2023-04-21selftests/bpf: verifier/subreg converted to inline assemblyEduard Zingerman1-0/+673
2023-04-21selftests/bpf: verifier/spin_lock converted to inline assemblyEduard Zingerman1-0/+533
2023-04-21selftests/bpf: verifier/sock converted to inline assemblyEduard Zingerman1-0/+980
2023-04-21selftests/bpf: verifier/search_pruning converted to inline assemblyEduard Zingerman1-0/+339
2023-04-21selftests/bpf: verifier/runtime_jit converted to inline assemblyEduard Zingerman1-0/+360