summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)Author
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-11selftests/bpf: Add timer lockup selftestKumar Kartikeya Dwivedi
2024-07-10selftests/bpf: fix compilation failure when CONFIG_NF_FLOW_TABLE=mAlan Maguire
2024-07-09bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCUMatt Bobrowski
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-08selftests/bpf: amend for wrong bpf_wq_set_callback_impl signatureBenjamin Tissoires
2024-07-02selftests/bpf: Add UAF tests for arena atomicsIlya Leoshkevich
2024-07-02selftests/bpf: Introduce __arena_globalIlya Leoshkevich
2024-07-02selftests/bpf: Add testcase where 7th argment is structPu Lehui
2024-07-02selftests/bpf: Factor out many args tests from tracing_structPu Lehui
2024-07-01selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfuncLorenzo Bianconi
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-26selftests/bpf: Move ARRAY_SIZE to bpf_misc.hJiri Olsa
2024-06-26bpf: add new negative selftests to cover missing check_func_arg_reg_off() and...Matt Bobrowski
2024-06-24selftests/bpf: Add tests for may_goto with negative offset.Alexei Starovoitov
2024-06-24selftests/bpf: Add more ring buffer test coverageDaniel Borkmann
2024-06-21selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmodAlan Maguire
2024-06-21selftests/bpf: Match tests against regular expressionCupertino Miranda
2024-06-21selftests/bpf: Support checks against a regular expressionCupertino Miranda
2024-06-21selftests/bpf: Tests with may_goto and jumps to the 1st insnAlexei Starovoitov
2024-06-21bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-17selftests/bpf: Add a few tests to coverYonghong Song
2024-06-14selftests/bpf: Add tests for add_constAlexei Starovoitov
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko
2024-06-13selftests: bpf: crypto: adjust bench to use nullable IVVadim Fedorenko
2024-06-13selftests: bpf: crypto: use NULL instead of 0-sized dynptrVadim Fedorenko
2024-06-13bpf: selftests: Do not use generated kfunc prototypes for arena progsDaniel Xu
2024-06-13selftests/bpf: Add test coverage for reg_set_min_max handlingDaniel Borkmann
2024-06-13selftests/bpf: Validate CHECKSUM_COMPLETE optionVadim Fedorenko
2024-06-12bpf: selftests: xfrm: Opt out of using generated kfunc prototypesDaniel Xu
2024-06-12bpf: selftests: nf: Opt out of using generated kfunc prototypesDaniel Xu
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-06-12bpf: selftests: Namespace struct_opt callbacks in bpf_dctcpDaniel Xu
2024-06-12bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototypeDaniel Xu
2024-06-12bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototypeDaniel Xu
2024-06-12bpf: selftests: Fix fentry test kfunc prototypesDaniel Xu
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-03selftests/bpf: Test global bpf_list_head arrays.Kui-Feng Lee
2024-06-03selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.Kui-Feng Lee
2024-06-03selftests/bpf: Test kptr arrays and kptrs in nested struct fields.Kui-Feng Lee
2024-06-03selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmapGeliang Tang
2024-06-03selftests/bpf: Remove unused 'key_t' structsDr. David Alan Gilbert
2024-05-31selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-30selftests/bpf: test struct_ops with epollKui-Feng Lee
2024-05-30selftests/bpf: use section names understood by libbpf in test_sockmapJakub Sitnicki
2024-05-29selftests/bpf: Add selftest for bits iterYafang Shao