summaryrefslogtreecommitdiff
path: root/tools/testing
AgeCommit message (Expand)Author
2022-09-28selftests/bpf: Test parameterized task BPF iterators.Kui-Feng Lee
2022-09-27selftests/bpf: Fix passing arguments via function in test_kmod.shYauheni Kaliuta
2022-09-26selftests/bpf: Fix get_func_ip offset test for CONFIG_X86_KERNEL_IBTJiri Olsa
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressJiri Olsa
2022-09-26bpf: Adjust kprobe_multi entry_ip for CONFIG_X86_KERNEL_IBTJiri Olsa
2022-09-26selftests/bpf: Add wait send memory test for sockmap redirectLiu Jian
2022-09-23selftests/bpf: allow to adjust BPF verifier log level in veristatAndrii Nakryiko
2022-09-23selftests/bpf: emit processing progress and add quiet mode to veristatAndrii Nakryiko
2022-09-23selftests/bpf: make veristat skip non-BPF and failing-to-open BPF objectsAndrii Nakryiko
2022-09-23selftests/bpf: make veristat's verifier log parsing faster and more robustAndrii Nakryiko
2022-09-23selftests/bpf: add sign-file to .gitignoreAndrii Nakryiko
2022-09-23selftests/bpf: Simplify cgroup_hierarchical_stats selftestYosry Ahmed
2022-09-22selftests/bpf: Free the allocated resources after test case succeedsHou Tao
2022-09-22selftests/bpf: Destroy the skeleton when CONFIG_PREEMPT is offHou Tao
2022-09-22selftests/bpf: Add liburandom_read.so to TEST_GEN_FILESYauheni Kaliuta
2022-09-21selftests/bpf: add ability to filter programs in veristatAndrii Nakryiko
2022-09-21selftests/bpf: add comparison mode to veristatAndrii Nakryiko
2022-09-21selftests/bpf: add CSV output mode for veristatAndrii Nakryiko
2022-09-21selftests/bpf: fix double bpf_object__close() in veristateAndrii Nakryiko
2022-09-21selftests/bpf: add tests for bpf_ct_set_nat_info kfuncLorenzo Bianconi
2022-09-21selftests/bpf: Add tests for dynamic pointers parameters in kfuncsRoberto Sassu
2022-09-21selftests/bpf: Add test for bpf_verify_pkcs7_signature() kfuncRoberto Sassu
2022-09-21selftests/bpf: Add additional tests for bpf_lookup_*_key()Roberto Sassu
2022-09-21selftests/bpf: Add verifier tests for bpf_lookup_*_key() and bpf_key_put()Roberto Sassu
2022-09-21selftests/bpf: Compile kernel with everything as built-inRoberto Sassu
2022-09-21bpf: Move dynptr type check to is_dynptr_type_expected()Roberto Sassu
2022-09-21selftests: bpf: test_kmod.sh: Pass parameters to the moduleYauheni Kaliuta
2022-09-21selftests/bpf: Add selftests validating the user ringbufDavid Vernet
2022-09-19selftests/bpf: Add test result messages for test_task_storage_map_stress_lookupHou Tao
2022-09-16selftests/bpf: Add veristat tool for mass-verifying BPF object filesAndrii Nakryiko
2022-09-16selftests/bpf: Fix test_verif_scale{1,3} SEC() annotationsAndrii Nakryiko
2022-09-10selftests/bpf: fix ct status check in bpf_nf selftestsLorenzo Bianconi
2022-09-10selftests/bpf: Add tests for writing to nf_conn:markDaniel Xu
2022-09-09selftests/bpf: Ensure cgroup/connect{4,6} programs can bind unpriv ICMP pingYiFei Zhu
2022-09-09selftests/bpf: Deduplicate write_sysctl() to test_progs.cYiFei Zhu
2022-09-07selftests/bpf: Add tests for kfunc returning a memory pointerBenjamin Tissoires
2022-09-07selftests/bpf: add test for accessing ctx from syscall program typeBenjamin Tissoires
2022-09-07selftests/bpf: regroup and declare similar kfuncs selftests in an arrayBenjamin Tissoires
2022-09-06selftests/bpf: Add tracing_struct test in DENYLIST.s390xYonghong Song
2022-09-06selftests/bpf: Use BPF_PROG2 for some fentry programs without struct argumentsYonghong Song
2022-09-06selftests/bpf: Add struct argument tests with fentry/fexit programs.Yonghong Song
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-05bpf: Optimize call_rcu in non-preallocated hash map.Alexei Starovoitov
2022-09-05selftests/bpf: Improve test coverage of test_mapsAlexei Starovoitov
2022-09-02selftest/bpf: Add test for bpf_getsockopt()Martin KaFai Lau
2022-09-02selftests/xsk: Avoid use-after-free on ctxIan Rogers
2022-09-02selftests/bpf: Store BPF object files with .bpf.o extensionDaniel Müller
2022-09-02selftests/xsk: Add support for zero copy testingMaciej Fijalkowski
2022-09-02selftests/xsk: Make sure single threaded test terminatesMaciej Fijalkowski
2022-09-02selftests/xsk: Add support for executing tests on physical deviceMaciej Fijalkowski