summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/prog_tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: add test for bpf_xdp_query xdp-features supportLorenzo Bianconi2023-02-032-1/+34
* selftests/bpf: Don't refill on completion in xdp_metadataStanislav Fomichev2023-02-021-3/+2
* selftests/bpf: Fix unmap bug in prog_tests/xdp_metadata.cJesper Dangaard Brouer2023-02-021-1/+1
* selftests/bpf: Add testcase for static kfunc with unused argDavid Vernet2023-02-021-0/+1
* selftests/bpf: Fix sk_assign on s390xIlya Leoshkevich2023-01-301-6/+19
* selftests/bpf: Fix test_xdp_adjust_tail_grow2 on s390xIlya Leoshkevich2023-01-281-1/+6
* selftests/bpf: Add a sign-extension test for kfuncsIlya Leoshkevich2023-01-281-0/+1
* selftests/bpf: Check stack_mprotect() return valueIlya Leoshkevich2023-01-282-3/+6
* selftests/bpf: Fix cgrp_local_storage on s390xIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Fix xdp_do_redirect on s390xIlya Leoshkevich2023-01-281-0/+4
* selftests/bpf: Fix verify_pkcs7_sig on s390xIlya Leoshkevich2023-01-281-0/+3
* selftests/bpf: Fix decap_sanity_ns cleanupIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Set errno when urand_spawn() failsIlya Leoshkevich2023-01-281-0/+1
* selftests/bpf: Fix kfree_skb on s390xIlya Leoshkevich2023-01-281-1/+1
* selftests/bpf: Query BPF_MAX_TRAMP_LINKS using BTFIlya Leoshkevich2023-01-282-13/+25
* selftests/bpf: Calls bpf_setsockopt() on a ktls enabled socket.Kui-Feng Lee2023-01-261-0/+73
* bpf/selftests: Verify struct_ops prog sleepable behaviorDavid Vernet2023-01-251-13/+39
* selftests/bpf: Add selftest suite for cpumask kfuncsDavid Vernet2023-01-251-0/+74
* selftests/bpf: Add nested trust selftests suiteDavid Vernet2023-01-251-0/+12
* bpf: Disallow NULLable pointers for trusted kfuncsDavid Vernet2023-01-251-2/+2
* selftests/bpf: Add 6-argument syscall tracing testAndrii Nakryiko2023-01-231-0/+17
* selftests/bpf: Validate arch-specific argument registers limitsAndrii Nakryiko2023-01-231-5/+28
* selftests/bpf: Use __failure macro in task kfunc testsuiteDavid Vernet2023-01-231-70/+1
* selftests/bpf: Verify xdp_metadata xdp->af_xdp pathStanislav Fomichev2023-01-231-0/+410
* bpf: Fix missing var_off check for ARG_PTR_TO_DYNPTRKumar Kartikeya Dwivedi2023-01-211-1/+1
* selftests/bpf: Add serial_test_kprobe_multi_bench_attach_kernel/module testsJiri Olsa2023-01-201-5/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-01-064-1/+168
|\
| * selftests/bpf: add a test for iter/task_vma for short-lived processesKui-Feng Lee2022-12-281-0/+73
| * selftests/bpf: Temporarily disable part of btf_dump:var_data test.Alexei Starovoitov2022-12-281-1/+1
| * selftests/bpf: check null propagation only neither reg is PTR_TO_BTF_IDHao Sun2022-12-231-0/+9
| * selftests/bpf: Test bpf_skb_adjust_room on CHECKSUM_PARTIALMartin KaFai Lau2022-12-221-0/+85
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-01-051-0/+28
|\ \ | |/ |/|
| * selftests/bpf: Add verifier test exercising jit PROBE_MEM logicDave Marchevsky2022-12-221-0/+28
* | selftests/bpf: Add a test for using a cpumap from an freplace-to-XDP programToke Høiland-Jørgensen2022-12-151-0/+48
|/
* selftests/bpf: Add test for dynptr reinit in user_ringbuf callbackKumar Kartikeya Dwivedi2022-12-091-0/+2
* bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi2022-12-091-2/+2
* bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_funcKumar Kartikeya Dwivedi2022-12-091-5/+2
* selftests/bpf: convert dynptr_fail and map_kptr_fail subtests to generic testerAndrii Nakryiko2022-12-082-155/+5
* selftests/bpf: add xfrm_info testsEyal Birger2022-12-061-0/+362
* bpf: Add sleepable prog tests for cgrp local storageYonghong Song2022-12-051-0/+94
* bpf: Do not mark certain LSM hook arguments as trustedYonghong Song2022-12-041-0/+1
* selftests/bpf: Avoid pinning prog when attaching to tc ingress in btf_skc_cls...Martin KaFai Lau2022-11-301-15/+10
* selftests/bpf: Remove serial from tests using {open,close}_netnsMartin KaFai Lau2022-11-305-5/+5
* selftests/bpf: Avoid pinning bpf prog in the netns_load_bpf() callersMartin KaFai Lau2022-11-301-56/+27
* selftests/bpf: Avoid pinning bpf prog in the tc_redirect_peer_l3 testMartin KaFai Lau2022-11-301-20/+12
* selftests/bpf: Avoid pinning bpf prog in the tc_redirect_dtime testMartin KaFai Lau2022-11-301-49/+100
* selftests/bpf: Use if_nametoindex instead of reading the /sys/net/class/*/ifi...Martin KaFai Lau2022-11-301-28/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-291-4/+4
|\
| * selftests/bpf: Make test_bench_attach serialJiri Olsa2022-11-211-3/+1
| * selftests/bpf: Filter out default_idle from kprobe_multi benchJiri Olsa2022-11-211-1/+3