aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2024-08-06selftests/bpf: add negative tests for new VFS based BPF kfuncsMatt Bobrowski1-0/+161
2024-07-31selftests/bpf: do not disable /dev/null device access in cgroup dev testAlexis Lothoré (eBPF Foundation)1-2/+2
2024-07-29selftests/bpf: Load struct_ops map in global_maps_resize testDavid Vernet1-0/+16
2024-07-29selftests/bpf: Update xdp_redirect_map prog sections for libbpfAlexis Lothoré (eBPF Foundation)1-3/+3
2024-07-29selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar1-2/+0
2024-07-29selftests/bpf: test no_caller_saved_registers spill/fill removalEduard Zingerman1-0/+796
2024-07-29selftests/bpf: __arch_* macro to limit test cases to specific archsEduard Zingerman1-0/+8
2024-07-29selftests/bpf: allow checking xlated programs in verifier_* testsEduard Zingerman1-0/+5
2024-07-29selftests/bpf: Add tests for ldsx of pkt data/data_end/data_meta accessesYonghong Song1-0/+112
2024-07-29selftests/bpf: Add uprobe multi consumers testJiri Olsa1-0/+39
2024-07-29selftests/bpf: Fix compilation failure when CONFIG_NET_FOU!=yArtem Savkov1-6/+21
2024-07-29selftests/bpf: Add a test for mmap-able map in mapSong Liu1-0/+57
2024-07-29selftests/bpf: Workaround strict bpf_lsm return value check.Alexei Starovoitov1-0/+1
2024-07-29selftests/bpf: Add verifier tests for bpf lsmXu Kuohai1-0/+162
2024-07-29selftests/bpf: Add test for lsm tail callXu Kuohai1-0/+34
2024-07-29selftests/bpf: Add return value checks for failed testsXu Kuohai4-3/+26
2024-07-29selftests/bpf: Avoid load failure for token_lsm.cXu Kuohai1-2/+2
2024-07-29selftests/bpf: Ensure the unsupported struct_ops prog cannot be loadedMartin KaFai Lau1-0/+22
2024-07-29selftests/bpf: Add testcases for tailcall hierarchy fixingLeon Hwang5-0/+213
2024-07-29selftests/bpf: Update comments find_equal_scalars->sync_linked_regsEduard Zingerman1-8/+8
2024-07-29selftests/bpf: Tests for per-insn sync_linked_regs() precision trackingEduard Zingerman1-0/+165
2024-07-29bpf: Remove mark_precise_scalar_ids()Eduard Zingerman1-116/+55
2024-07-29bpf: Track equal scalars history on per-instruction levelEduard Zingerman1-1/+1
2024-07-25Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-4/+4
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds3-0/+128
2024-07-17libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko2-4/+4
2024-07-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-11/+15
2024-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+87
2024-07-11selftests/bpf: Add timer lockup selftestKumar Kartikeya Dwivedi1-0/+87
2024-07-10selftests/bpf: fix compilation failure when CONFIG_NF_FLOW_TABLE=mAlan Maguire1-3/+7
2024-07-09bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCUMatt Bobrowski2-8/+8
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni46-203/+822
2024-07-08selftests/bpf: amend for wrong bpf_wq_set_callback_impl signatureBenjamin Tissoires2-7/+16
2024-07-02selftests/bpf: Add UAF tests for arena atomicsIlya Leoshkevich1-0/+76
2024-07-02selftests/bpf: Introduce __arena_globalIlya Leoshkevich1-37/+30
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