summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)Author
2023-06-13selftests/bpf: add a test for subprogram extablesKrister Johansen
2023-06-08selftests/bpf: Add test cases to assert proper ID tracking on spillMaxim Mikityanskiy
2023-06-06selftests/bpf: Fix sockopt_sk selftestYonghong Song
2023-06-02selftests/bpf: Add access_inner_map selftestRhys Rustad-Elliott
2023-05-23bpf, sockmap: Test progs verifier error with latest clangJohn Fastabend
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx buffer with dropsJohn Fastabend
2023-05-23bpf, sockmap: Test FIONREAD returns correct bytes in rx bufferJohn Fastabend
2023-05-23bpf, sockmap: Test shutdown() correctly exits epoll and recv()=0John Fastabend
2023-05-23bpf, sockmap: Build helper to create connected socket pairJohn Fastabend
2023-05-23bpf, sockmap: Pull socket helpers out of listen test for general useJohn Fastabend
2023-05-14selftests/bpf: Fix pkg-config call building sign-fileJeremy Sowden
2023-04-24selftests/bpf: avoid mark_all_scalars_precise() trigger in one of iter testsAndrii Nakryiko
2023-04-24bpf: Disable bpf_refcount_acquire kfunc calls until race conditions are fixedDave Marchevsky
2023-04-22selftests/bpf: verifier/prevent_map_lookup converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/value_ptr_arith converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/value_illegal_alu converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/unpriv converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/subreg converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/spin_lock converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/sock converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/search_pruning converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/runtime_jit converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/regalloc converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/ref_tracking converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/map_ptr_mixing converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/map_in_map converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/lwt converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/loops1 converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/jeq_infer_not_null converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/direct_packet_access converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/d_path converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/ctx converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/btf_ctx_access converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/bpf_get_stack converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: verifier/bounds converted to inline assemblyEduard Zingerman
2023-04-21selftests/bpf: Add notion of auxiliary programs for test_loaderEduard Zingerman
2023-04-21selftests/bpf: add missing netfilter return value and ctx access testsFlorian Westphal
2023-04-21selftests/bpf: Verify optval=NULL caseStanislav Fomichev
2023-04-21selftests/xsk: Put MAP_HUGE_2MB in correct argumentMagnus Karlsson
2023-04-21bpf: Fix bpf_refcount_acquire's refcount_t address calculationDave Marchevsky
2023-04-20selftests/bpf: populate map_array_ro map for verifier_array_access testEduard Zingerman
2023-04-20selftests/bpf: add pre bpf_prog_test_run_opts() callback for test_loaderEduard Zingerman
2023-04-20selftests/bpf: fix __retval() being always ignoredEduard Zingerman
2023-04-20selftests/bpf: disable program test run for progs/refcounted_kptr.cEduard Zingerman
2023-04-19selftests/bpf: Add test to access integer type of variable arrayFeng Zhou
2023-04-19selftests/xsk: Fix munmap for hugepage allocated umemMagnus Karlsson
2023-04-18libbpf: move bpf_for(), bpf_for_each(), and bpf_repeat() into bpf_helpers.hAndrii Nakryiko
2023-04-18selftests/bpf: add missing __weak kfunc log fixup testAndrii Nakryiko
2023-04-17selftests/bpf: Add a selftest for checking subreg equalityYonghong Song
2023-04-16bpf: Remove bpf_kfunc_call_test_kptr_get() test kfuncDavid Vernet