summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs
AgeCommit message (Expand)AuthorFilesLines
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
2022-09-11selftests/bpf: Add tests for writing to nf_conn:markDaniel Xu2-2/+21
2022-09-09selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP pingYiFei Zhu1-0/+53
2022-09-07selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires2-0/+154
2022-09-07selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires2-0/+77
2022-09-07selftests/bpf: Use BPF_PROG2 for some fentry programs without struct argumentsYonghong Song1-2/+2
2022-09-07selftests/bpf: Add struct argument tests with fentry/fexit programs.Yonghong Song1-0/+120
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov1-11/+0
2022-09-03selftest/bpf: Add test for bpf_getsockopt()Martin KaFai Lau2-106/+43
2022-09-02selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller1-4/+4
2022-09-02selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGSShmulik Ladkani1-8/+16
2022-09-01selftests/bpf: Test concurrent updates on bpf_task_storage_busyHou Tao1-0/+39
2022-09-01selftests/bpf: Add test cases for htab updateHou Tao1-0/+29
2022-08-31selftest/bpf: Ensure no module loading in bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau1-0/+4
2022-08-29selftests/bpf: Fix connect4_prog tcp/socket header type conflictJames Hilliard1-2/+3
2022-08-29selftests/bpf: Fix bind{4,6} tcp/socket header type conflictJames Hilliard2-4/+0
2022-08-27selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4James Hilliard1-1/+1
2022-08-27selftests/bpf: fix type conflict in test_tc_dtimeJames Hilliard1-1/+0
2022-08-25selftests/bpf: add a selftest for cgroup hierarchical stats collectionYosry Ahmed1-0/+226
2022-08-25selftests/bpf: Test cgroup_iter.Hao Luo2-0/+46
2022-08-25selftests/bpf: Fix wrong size passed to bpf_setsockopt()Yang Yingliang1-3/+7
2022-08-25selftests/bpf: Add tests for reference state fixes for callbacksKumar Kartikeya Dwivedi1-0/+116
2022-08-24selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhereStanislav Fomichev1-0/+16