aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2024-07-02selftests/bpf: Add testcase where 7th argment is structPu Lehui1-0/+35
2024-07-02selftests/bpf: Factor out many args tests from tracing_structPu Lehui2-54/+60
2024-07-01selftests/bpf: Add selftest for bpf_xdp_flow_lookup kfuncLorenzo Bianconi1-0/+144
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+255
2024-06-26selftests/bpf: Move ARRAY_SIZE to bpf_misc.hJiri Olsa14-40/+13
2024-06-26bpf: add new negative selftests to cover missing check_func_arg_reg_off() and...Matt Bobrowski4-2/+48
2024-06-25selftests/bpf: add test validating uprobe/uretprobe stack tracesAndrii Nakryiko1-0/+96
2024-06-24selftests/bpf: Add tests for may_goto with negative offset.Alexei Starovoitov1-0/+52
2024-06-24selftests/bpf: Add more ring buffer test coverageDaniel Borkmann1-0/+46
2024-06-21selftests/bpf: Add kfunc_call test for simple dtor in bpf_testmodAlan Maguire1-0/+37
2024-06-21selftests/bpf: Match tests against regular expressionCupertino Miranda3-6/+6
2024-06-21selftests/bpf: Support checks against a regular expressionCupertino Miranda1-3/+8
2024-06-21selftests/bpf: Tests with may_goto and jumps to the 1st insnAlexei Starovoitov1-0/+94
2024-06-21bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa1-1/+1
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+41
2024-06-17selftests/bpf: Add a few tests to coverYonghong Song1-0/+63
2024-06-14selftests/bpf: Add tests for add_constAlexei Starovoitov2-3/+249
2024-06-13selftests: bpf: add testmod kfunc for nullable paramsVadim Fedorenko1-0/+43
2024-06-13selftests: bpf: crypto: adjust bench to use nullable IVVadim Fedorenko1-6/+4
2024-06-13selftests: bpf: crypto: use NULL instead of 0-sized dynptrVadim Fedorenko1-12/+4
2024-06-13bpf: selftests: Do not use generated kfunc prototypes for arena progsDaniel Xu4-0/+4
2024-06-13selftests/bpf: Add test coverage for reg_set_min_max handlingDaniel Borkmann1-0/+41
2024-06-13selftests/bpf: Validate CHECKSUM_COMPLETE optionVadim Fedorenko1-1/+10
2024-06-12bpf: selftests: xfrm: Opt out of using generated kfunc prototypesDaniel Xu1-0/+1
2024-06-12bpf: selftests: nf: Opt out of using generated kfunc prototypesDaniel Xu3-0/+3
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu2-8/+8
2024-06-12bpf: selftests: Namespace struct_opt callbacks in bpf_dctcpDaniel Xu1-18/+18
2024-06-12bpf: selftests: Fix bpf_map_sum_elem_count() kfunc prototypeDaniel Xu1-1/+1
2024-06-12bpf: selftests: Fix bpf_cpumask_first_zero() kfunc prototypeDaniel Xu1-1/+1
2024-06-12bpf: selftests: Fix fentry test kfunc prototypesDaniel Xu1-4/+3
2024-06-12selftests/bpf: Add uretprobe syscall call from user space testJiri Olsa1-0/+17
2024-06-12selftests/bpf: Add uretprobe syscall test for regs integrityJiri Olsa1-0/+15
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski8-23/+462
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-06-03selftests/bpf: Test global bpf_list_head arrays.Kui-Feng Lee1-0/+42
2024-06-03selftests/bpf: Test global bpf_rb_root arrays and fields in nested struct types.Kui-Feng Lee1-0/+77
2024-06-03selftests/bpf: Test kptr arrays and kptrs in nested struct fields.Kui-Feng Lee1-0/+171
2024-06-03selftests/bpf: Drop duplicate bpf_map_lookup_elem in test_sockmapGeliang Tang1-3/+0
2024-06-03selftests/bpf: Remove unused 'key_t' structsDr. David Alan Gilbert2-12/+0
2024-05-31selftests/bpf: fix inet_csk_accept prototype in test_sk_storage_tracing.cAndrii Nakryiko1-1/+1
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+267
2024-05-30selftests/bpf: test struct_ops with epollKui-Feng Lee1-0/+10
2024-05-30selftests/bpf: use section names understood by libbpf in test_sockmapJakub Sitnicki1-8/+9
2024-05-29selftests/bpf: Add selftest for bits iterYafang Shao1-0/+153
2024-05-27selftests/bpf: Cover verifier checks for mutating sockmap/sockhashJakub Sitnicki1-0/+187
2024-05-25selftests/bpf: Add netkit test for pkt_typeDaniel Borkmann1-1/+34
2024-05-25selftests/bpf: extend multi-uprobe tests with USDTsAndrii Nakryiko1-2/+31
2024-05-25selftests/bpf: extend multi-uprobe tests with child thread caseAndrii Nakryiko1-2/+15
2024-05-23selftests/bpf: Handle forwarding of UDP CLOCK_TAI packetsAbhishek Chauhan1-22/+17
2024-05-22selftests/bpf: Update tests for new ct zone opts for nf_conntrack kfuncsBrad Cowie1-0/+108