aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
2024-04-24selftests: bpf: crypto skcipher algo selftestsVadim Fedorenko3-0/+303
2024-04-24selftests/bpf: Add tests for preempt kfuncsKumar Kartikeya Dwivedi1-0/+135
2024-04-23selftests/bpf: wq: add bpf_wq_start() checksBenjamin Tissoires1-3/+17
2024-04-23selftests/bpf: add checks for bpf_wq_set_callback()Benjamin Tissoires2-7/+100
2024-04-23selftests/bpf: wq: add bpf_wq_init() checksBenjamin Tissoires2-0/+88
2024-04-23selftests/bpf: add bpf_wq testsBenjamin Tissoires1-0/+129
2024-04-12selftest/bpf: Test a perf BPF program that suppresses side effectsKyle Huey1-0/+15
2024-04-10selftests/bpf: Add some tests with new bpf_program__attach_sockmap() APIsYonghong Song3-2/+35
2024-04-10selftests/bpf: Refactor out helper functions for a few testsYonghong Song1-2/+7
2024-04-10selftests: move bpf-offload test from bpf to netJakub Kicinski2-41/+0
2024-04-09selftests/bpf: Add tests for atomics in bpf_arena.Alexei Starovoitov1-0/+178
2024-04-05selftests/bpf: Verify calling core kfuncs from BPF_PROG_TYPE_SYCALLDavid Vernet3-2/+124
2024-04-05selftests/bpf: Make sure libbpf doesn't enforce the signature of a func pointer.Kui-Feng Lee1-0/+13
2024-04-05selftests/bpf: add test for bpf_for_each_map_elem() with different mapsPhilo Lu1-0/+49
2024-04-04selftests/bpf: add fp-leaking precise subprog result testsAndrii Nakryiko1-0/+89
2024-04-02selftests/bpf: Add pid limit for mptcpify progGeliang Tang1-0/+4
2024-03-28selftests/bpf: Test loading bpf-tcp-cc prog calling the kernel tcp-cc kfuncsMartin KaFai Lau1-0/+121
2024-03-28selftests/bpf: add batched tp/raw_tp/fmodret testsAndrii Nakryiko1-0/+34
2024-03-28selftests/bpf: lazy-load trigger bench BPF programsAndrii Nakryiko1-9/+9
2024-03-28selftests/bpf: remove syscall-driven benchs, keep syscall-count onlyAndrii Nakryiko1-77/+6
2024-03-28selftests/bpf: add batched, mostly in-kernel BPF triggering benchmarksAndrii Nakryiko1-1/+66
2024-03-28bpf: improve error message for unsupported helperMykyta Yatsenko1-4/+4
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-9/+81
2024-03-22selftests/bpf: verifier_arena: fix mmap address for arm64Puranjay Mohan1-1/+5
2024-03-19selftests/bpf: scale benchmark counting by using per-CPU countersAndrii Nakryiko1-12/+27
2024-03-19selftests/bpf: add raw_tp/tp_btf BPF cookie subtestsAndrii Nakryiko1-0/+16
2024-03-19selftests/bpf: Add a sk_msg prog bpf_get_ns_current_pid_tgid() testYonghong Song1-0/+14
2024-03-19selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song1-0/+7
2024-03-19selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song1-3/+7
2024-03-15selftests/bpf: Add arena test case for 4Gbyte corner caseAlexei Starovoitov1-0/+68
2024-03-15libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov3-8/+8
2024-03-15selftests/bpf: Remove second semicolonColin Ian King1-1/+1
2024-03-14selftests/bpf: Ensure libbpf skip all-zeros fields of struct_ops maps.Kui-Feng Lee1-1/+15
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski12-4/+659
2024-03-11selftests/bpf: Add kprobe multi triggering benchmarksJiri Olsa1-0/+14
2024-03-11selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov2-0/+53
2024-03-11selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov1-0/+87
2024-03-11selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov1-0/+146
2024-03-11selftests/bpf: Add fexit and kretprobe triggering benchmarksAndrii Nakryiko1-0/+14
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+70
2024-03-06selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman1-0/+10
2024-03-06selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman2-0/+46
2024-03-06selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman1-0/+42
2024-03-06selftests/bpf: Bad_struct_ops testEduard Zingerman1-0/+25
2024-03-06selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman1-1/+20
2024-03-06selftests/bpf: Test may_gotoAlexei Starovoitov1-3/+100
2024-03-05selftests/bpf: test case for callback_depth states pruning logicEduard Zingerman1-0/+70
2024-03-04selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee1-0/+102
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski48-187/+1071
2024-02-29selftests/bpf: Test if shadow types work correctly.Kui-Feng Lee1-0/+8