aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: add tests for bpf_ct_set_nat_info kfuncLorenzo Bianconi2022-09-213-3/+35
* selftests/bpf: Add tests for dynamic pointers parameters in kfuncsRoberto Sassu2022-09-213-0/+259
* selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfuncRoberto Sassu2022-09-217-8/+610
* selftests/bpf: Add additional tests for bpf_lookup_*_key()Roberto Sassu2022-09-213-0/+159
* selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()Roberto Sassu2022-09-213-1/+142
* selftests/bpf: Compile kernel with everything as built-inRoberto Sassu2022-09-212-14/+14
* bpf: Move dynptr type check to is_dynptr_type_expected()Roberto Sassu2022-09-211-1/+1
* selftests: bpf: test_kmod.sh: Pass parameters to the moduleYauheni Kaliuta2022-09-211-3/+8
* selftests/bpf: Add selftests validating the user ringbufDavid Vernet2022-09-215-0/+1185
* selftests/bpf: Add test result messages for test_task_storage_map_stress_lookupHou Tao2022-09-193-2/+8
* selftests/bpf: Add veristat tool for mass-verifying BPF object filesAndrii Nakryiko2022-09-163-1/+544
* 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-102-5/+7
* selftests/bpf: Add tests for writing to nf_conn:markDaniel Xu2022-09-103-2/+23
* selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP pingYiFei Zhu2022-09-092-0/+231
* selftests/bpf: Deduplicate write_sysctl() to test_progs.cYiFei Zhu2022-09-094-40/+18
* selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires2022-09-073-0/+161
* selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires2022-09-073-7/+213
* selftests/bpf: regroup and declare similar kfuncs selftests in an arrayBenjamin Tissoires2022-09-072-18/+68
* selftests/bpf: Add tracing_struct test in DENYLIST.s390xYonghong Song2022-09-061-0/+1
* 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-063-0/+231
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni2022-09-06107-486/+2879
|\
| * bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov2022-09-051-11/+0
| * selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov2022-09-051-14/+24
| * selftest/bpf: Add test for bpf_getsockopt()Martin KaFai Lau2022-09-022-106/+43
| * selftests/xsk: Avoid use-after-free on ctxIan Rogers2022-09-021-3/+3
| * selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller2022-09-0268-250/+250
| * selftests/xsk: Add support for zero copy testingMaciej Fijalkowski2022-09-022-4/+74
| * selftests/xsk: Make sure single threaded test terminatesMaciej Fijalkowski2022-09-021-0/+7
| * selftests/xsk: Add support for executing tests on physical deviceMaciej Fijalkowski2022-09-023-87/+170
| * selftests/xsk: Increase chars for interface name to 16Maciej Fijalkowski2022-09-021-2/+2
| * selftests/xsk: Introduce default Rx pkt streamMaciej Fijalkowski2022-09-022-27/+51
| * selftests/xsk: Query for native XDP supportMaciej Fijalkowski2022-09-021-2/+37
| * 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-012-0/+161
| * selftests/bpf: Move sys_pidfd_open() into task_local_storage_helpers.hHou Tao2022-09-013-18/+20
| * selftests/bpf: Add test cases for htab updateHou Tao2022-08-313-0/+156
| * 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
| * bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo2022-08-253-7/+7
| * selftests/bpf: add a selftest for cgroup hierarchical stats collectionYosry Ahmed2022-08-253-0/+584
| * selftests/bpf: extend cgroup helpersYosry Ahmed2022-08-252-47/+174
| * selftests/bpf: Test cgroup_iter.Hao Luo2022-08-254-1/+271
| * bpf: Introduce cgroup iterHao Luo2022-08-251-2/+2
| * selftests/bpf: Fix wrong size passed to bpf_setsockopt()Yang Yingliang2022-08-241-3/+7
| * selftests/bpf: Add cb_refs test to s390x deny listDaniel Müller2022-08-241-0/+1