summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs
Commit message (Expand)AuthorAgeFilesLines
* selftests: bpf: Add a test when bpf_probe_read_kernel_str() returns EFAULTAlban Crequy2022-11-111-0/+5
* selftests/bpf: Make bpf_user_ringbuf_drain() selftest callback return 1David Vernet2022-10-131-2/+2
* Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-10-0446-98/+2228
|\
| * selftests/bpf: Check -EBUSY for the recurred bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau2022-09-291-8/+17
| * selftests/bpf: Test parameterized task BPF iterators.Kui-Feng Lee2022-09-284-2/+60
| * selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBTJiri Olsa2022-09-261-11/+12
| * bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa2022-09-261-2/+2
| * bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa2022-09-261-3/+1
| * selftests/bpf: Simplify cgroup_hierarchical_stats selftestYosry Ahmed2022-09-231-126/+55
| * selftests/bpf: add tests for bpf_ct_set_nat_info kfuncLorenzo Bianconi2022-09-211-0/+27
| * selftests/bpf: Add tests for dynamic pointers parameters in kfuncsRoberto Sassu2022-09-211-0/+94
| * selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfuncRoberto Sassu2022-09-211-0/+90
| * selftests/bpf: Add additional tests for bpf_lookup_*_key()Roberto Sassu2022-09-211-0/+46
| * selftests/bpf: Add selftests validating the user ringbufDavid Vernet2022-09-213-0/+430
| * selftests/bpf: Fix test_verif_scale{1,3} SEC() annotationsAndrii Nakryiko2022-09-162-2/+2
| * selftests/bpf: fix ct status check in bpf_nf selftestsLorenzo Bianconi2022-09-101-3/+4
| * selftests/bpf: Add tests for writing to nf_conn:markDaniel Xu2022-09-102-2/+21
| * selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP pingYiFei Zhu2022-09-091-0/+53
| * selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires2022-09-072-0/+154
| * selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires2022-09-072-0/+77
| * selftests/bpf: Use BPF_PROG2 for some fentry programs without struct argumentsYonghong Song2022-09-061-2/+2
| * selftests/bpf: Add struct argument tests with fentry/fexit programs.Yonghong Song2022-09-061-0/+120
| * bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov2022-09-051-11/+0
| * selftest/bpf: Add test for bpf_getsockopt()Martin KaFai Lau2022-09-022-106/+43
| * selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller2022-09-021-4/+4
| * selftests/bpf: Amend test_tunnel to exercise BPF_F_TUNINFO_FLAGSShmulik Ladkani2022-09-021-8/+16
| * selftests/bpf: Test concurrent updates on bpf_task_storage_busyHou Tao2022-09-011-0/+39
| * selftests/bpf: Add test cases for htab updateHou Tao2022-08-311-0/+29
| * selftest/bpf: Ensure no module loading in bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau2022-08-311-0/+4
| * selftests/bpf: Fix connect4_prog tcp/socket header type conflictJames Hilliard2022-08-291-2/+3
| * selftests/bpf: Fix bind{4,6} tcp/socket header type conflictJames Hilliard2022-08-292-4/+0
| * selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4James Hilliard2022-08-261-1/+1
| * selftests/bpf: fix type conflict in test_tc_dtimeJames Hilliard2022-08-261-1/+0
| * selftests/bpf: add a selftest for cgroup hierarchical stats collectionYosry Ahmed2022-08-251-0/+226
| * selftests/bpf: Test cgroup_iter.Hao Luo2022-08-252-0/+46
| * selftests/bpf: Fix wrong size passed to bpf_setsockopt()Yang Yingliang2022-08-241-3/+7
| * selftests/bpf: Add tests for reference state fixes for callbacksKumar Kartikeya Dwivedi2022-08-241-0/+116
| * selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhereStanislav Fomichev2022-08-231-0/+16
| * bpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUEShmulik Ladkani2022-08-231-0/+15
| * selftests/bpf: bpf_setsockopt testsMartin KaFai Lau2022-08-182-1/+481
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-08-178-34/+153
| |\
| | * selftests/bpf: Tests libbpf autoattach APIsHao Luo2022-08-171-0/+23
| | * selftests/bpf: Fix attach point for non-x86 arches in test_progs/lsmArtem Savkov2022-08-161-1/+2
| | * selftests/bpf: Add connmark read testDaniel Xu2022-08-151-0/+3
| | * selftests/bpf: Add existing connection bpf_*_ct_lookup() testDaniel Xu2022-08-151-0/+18
| | * selftests/bpf: add destructive kfunc testArtem Savkov2022-08-101-0/+14
| | * selftests/bpf: add extra test for using dynptr data slice after releaseJoanne Koong2022-08-091-1/+37
| | * selftests/bpf: Add BPF-helper test for CLOCK_TAI accessKurt Kanzenbach2022-08-091-0/+24
| | * selftests/bpf: Clean up sys_nanosleep usesJoanne Koong2022-08-083-32/+32
* | | selftests/bpf: Add tests verifying bpf lsm userns_create hookFrederick Lawler2022-08-161-0/+33
|/ /