aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs (follow)
AgeCommit message (Expand)AuthorFilesLines
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/netdev/net-nextLinus Torvalds46-98/+2228
2022-09-29selftests/bpf: Check -EBUSY for the recurred bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau1-8/+17
2022-09-28selftests/bpf: Test parameterized task BPF iterators.Kui-Feng Lee4-2/+60
2022-09-26selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBTJiri Olsa1-11/+12
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa1-2/+2
2022-09-26bpf: 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-21selftests/bpf: add tests for bpf_ct_set_nat_info kfuncLorenzo Bianconi1-0/+27
2022-09-21selftests/bpf: Add tests for dynamic pointers parameters in kfuncsRoberto Sassu1-0/+94
2022-09-21selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfuncRoberto Sassu1-0/+90
2022-09-21selftests/bpf: Add additional tests for bpf_lookup_*_key()Roberto Sassu1-0/+46
2022-09-21selftests/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-10selftests/bpf: fix ct status check in bpf_nf selftestsLorenzo Bianconi1-3/+4
2022-09-10selftests/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-06selftests/bpf: Use BPF_PROG2 for some fentry programs without struct argumentsYonghong Song1-2/+2
2022-09-06selftests/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-02selftest/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-08-31selftests/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-26selftests/bpf: Declare subprog_noise as static in tailcall_bpf2bpf4James Hilliard1-1/+1
2022-08-26selftests/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-24selftests/bpf: Fix wrong size passed to bpf_setsockopt()Yang Yingliang1-3/+7
2022-08-24selftests/bpf: Add tests for reference state fixes for callbacksKumar Kartikeya Dwivedi1-0/+116
2022-08-23selftests/bpf: Make sure bpf_{g,s}et_retval is exposed everywhereStanislav Fomichev1-0/+16
2022-08-23bpf, selftests: Test BPF_FLOW_DISSECTOR_CONTINUEShmulik Ladkani1-0/+15
2022-08-18selftests/bpf: bpf_setsockopt testsMartin KaFai Lau2-1/+481
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski8-34/+153
2022-08-17selftests/bpf: Tests libbpf autoattach APIsHao Luo1-0/+23
2022-08-16selftests/bpf: Add tests verifying bpf lsm userns_create hookFrederick Lawler1-0/+33
2022-08-16selftests/bpf: Fix attach point for non-x86 arches in test_progs/lsmArtem Savkov1-1/+2
2022-08-15selftests/bpf: Add connmark read testDaniel Xu1-0/+3
2022-08-15selftests/bpf: Add existing connection bpf_*_ct_lookup() testDaniel Xu1-0/+18
2022-08-10selftests/bpf: Ensure sleepable program is rejected by hash map iterHou Tao1-0/+9
2022-08-10selftests/bpf: Add write tests for sk local storage map iteratorHou Tao1-2/+20
2022-08-10selftests/bpf: add destructive kfunc testArtem Savkov1-0/+14
2022-08-09selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi1-0/+49
2022-08-09selftests/bpf: add extra test for using dynptr data slice after releaseJoanne Koong1-1/+37