summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
4 daysbpf: Fix an issue in bpf_prog_test_run_xdp when page size greater than 4KYonghong Song1-1/+7
10 daysselftests/bpf: Improve reliability of test_perf_branches_no_hw()Matt Bobrowski1-0/+3
2025-10-15bpf/selftests: Fix test_tcpnotify_userMatt Bobrowski1-1/+0
2025-10-02minmax: add in_range() macroMatthew Wilcox (Oracle)1-2/+2
2025-04-10selftests/bpf: Fix string read in strncmp benchmarkViktor Malik1-1/+4
2024-10-17selftests/bpf: Fix errors compiling cg_storage_multi.h with musl libcTony Ambardar1-2/+0
2024-10-17selftests/bpf: Add a cgroup prog bpf_get_ns_current_pid_tgid() testYonghong Song1-0/+7
2024-10-17selftests/bpf: Refactor out some functions in ns_current_pid_tgid testYonghong Song1-3/+7
2024-10-17selftests/bpf: Workaround strict bpf_lsm return value check.Alexei Starovoitov1-0/+1
2024-10-17selftests/bpf: Add tests for _opts variants of bpf_*_get_fd_by_id()Roberto Sassu1-0/+36
2024-08-29bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook1-1/+1
2024-08-03libbpf: Fix no-args func prototype BTF dumping syntaxAndrii Nakryiko2-4/+4
2024-07-18bpf: Allow reads from uninit stackEduard Zingerman1-4/+5
2024-03-27selftest/bpf: Add map_in_maps with BPF_MAP_TYPE_PERF_EVENT_ARRAY valuesAndrey Grafin1-0/+26
2024-02-05selftests/bpf: Fix pyperf180 compilation failure with clang18Yonghong Song1-0/+22
2024-01-26selftests/bpf: Add assert for user stacks in test_task_stackJordan Rome1-0/+5
2024-01-26selftests/bpf: Fix erroneous bitmask operationJeroen van Ingen Schenau1-2/+2
2023-12-20selftests/bpf: fix bpf_loop_bench for new callback verification schemeEduard Zingerman1-5/+8
2023-09-13selftests/bpf: fix static assert compilation issue for test_cls_*.cAlan Maguire1-0/+9
2023-07-27selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich2-0/+14
2023-07-27selftests/bpf: Workaround verification failure for fexit_bpf2bpf/func_replace...Yonghong Song1-1/+1
2023-06-14selftests/bpf: Verify optval=NULL caseStanislav Fomichev1-0/+12
2023-04-20selftests/bpf: Fix progs/find_vma_fail1.c build error.Alexei Starovoitov1-0/+1
2023-04-06libbpf: Fix btf_dump's packed struct determinationAndrii Nakryiko1-0/+19
2023-04-06selftests/bpf: Add few corner cases to test padding handling of btf_dumpAndrii Nakryiko2-1/+164
2023-04-06libbpf: Fix BTF-to-C converter's padding logicAndrii Nakryiko2-19/+41
2023-04-06selftests/bpf: Test btf dump for struct with padding only fieldsEduard Zingerman1-0/+9
2023-03-10selftests/bpf: Fix map_kptr test.Alexei Starovoitov1-5/+7
2023-03-10selftests/bpf: Fix build errors if CONFIG_NF_CONNTRACK=mTiezhu Yang1-3/+8
2023-02-01Revert "selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_ID"Sasha Levin1-42/+0
2023-01-24selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun1-0/+42
2022-12-31selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksymJames Hilliard1-3/+3
2022-12-31selftests/bpf: Make sure zero-len skbs aren't redirectableStanislav Fomichev1-0/+37
2022-12-31selftests/bpf: fix memory leak of lsm_cgroupWang Yufen1-0/+8
2022-11-11selftests: bpf: Add a test when bpf_probe_read_kernel_str() returns EFAULTAlban Crequy1-0/+5
2022-10-13selftests/bpf: Make bpf_user_ringbuf_drain() selftest callback return 1David Vernet1-2/+2
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds46-98/+2228
2022-09-29selftests/bpf: Check -EBUSY for the recurred bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau1-8/+17
2022-09-29selftests/bpf: Test parameterized task BPF iterators.Kui-Feng Lee4-2/+60
2022-09-27selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBTJiri Olsa1-11/+12
2022-09-27bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa1-2/+2
2022-09-27bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa1-3/+1
2022-09-23selftests/bpf: Simplify cgroup_hierarchical_stats selftestYosry Ahmed1-126/+55
2022-09-22selftests/bpf: add tests for bpf_ct_set_nat_info kfuncLorenzo Bianconi1-0/+27
2022-09-22selftests/bpf: Add tests for dynamic pointers parameters in kfuncsRoberto Sassu1-0/+94
2022-09-22selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfuncRoberto Sassu1-0/+90
2022-09-22selftests/bpf: Add additional tests for bpf_lookup_*_key()Roberto Sassu1-0/+46
2022-09-22selftests/bpf: Add selftests validating the user ringbufDavid Vernet3-0/+430
2022-09-16selftests/bpf: Fix test_verif_scale{1,3} SEC() annotationsAndrii Nakryiko2-2/+2
2022-09-11selftests/bpf: fix ct status check in bpf_nf selftestsLorenzo Bianconi1-3/+4