aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/progs (follow)
AgeCommit message (Expand)AuthorFilesLines
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-09selftests/bpf: Add test for prealloc_lru_pop bugKumar Kartikeya Dwivedi1-0/+49
2022-07-26selftests/bpf: Attach to socketcall() in test_probe_userIlya Leoshkevich1-2/+27
2022-07-26selftests/bpf: Don't assign outer source IP to hostPaul Chaignon1-9/+71
2022-07-22Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski10-59/+326
2022-07-21selftests/bpf: Add negative tests for new nf_conntrack kfuncsKumar Kartikeya Dwivedi1-0/+134
2022-07-21selftests/bpf: Add tests for new nf_conntrack kfuncsLorenzo Bianconi1-12/+73
2022-07-19selftests/bpf: validate .bss section bigger than 8MB is possible nowAndrii Nakryiko1-0/+4
2022-07-19selftests/bpf: use BPF_KSYSCALL and SEC("ksyscall") in selftestsAndrii Nakryiko3-32/+16
2022-07-19selftests/bpf: add test of __weak unknown virtual __kconfig externAndrii Nakryiko1-0/+3
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+7
2022-07-13selftests/bpf: Return true/false (not 1/0) from bool functionsLinkui Xiao1-15/+15
2022-07-12selftests/bpf: add a ksym iter subtestAlan Maguire2-0/+81
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski16-88/+784
2022-07-08selftests/bpf: Fix xdp_synproxy build failure if CONFIG_NF_CONNTRACK=m/nMaxim Mikityanskiy1-7/+17
2022-07-08bpf: Check attach_func_proto more carefully in check_return_codeStanislav Fomichev2-6/+20
2022-07-08selftests/bpf: Add test involving restrict type qualifierDaniel Müller2-2/+11
2022-07-08bpf: Add flags arg to bpf_dynptr_read and bpf_dynptr_write APIsJoanne Koong2-7/+7
2022-07-07selftests/bpf: Add benchmark for local_storage RCU Tasks Trace usageDave Marchevsky1-0/+67
2022-07-05selftests/bpf: Add type match test against kernel's task_structDaniel Müller2-0/+20
2022-07-05selftests/bpf: Add nested type to type based testsDaniel Müller2-20/+54
2022-07-05selftests/bpf: Add test checking more characteristicsDaniel Müller2-0/+54
2022-07-05selftests/bpf: Add type-match checks to type-based testsDaniel Müller2-2/+44
2022-06-29selftests/bpf: lsm_cgroup functional testStanislav Fomichev2-0/+181
2022-06-28selftests/bpf: remove last tests with legacy BPF map definitionsAndrii Nakryiko2-69/+0
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-12/+54
2022-06-23selftests/bpf: Test a BPF CC implementing the unsupported get_info()Jörn-Thorben Hinz1-0/+21
2022-06-23selftests/bpf: Test an incomplete BPF CCJörn-Thorben Hinz1-0/+35
2022-06-23selftests/bpf: Test a BPF CC writing sk_pacing_*Jörn-Thorben Hinz1-0/+60
2022-06-22selftests/bpf: Add benchmark for local_storage getDave Marchevsky1-0/+104
2022-06-20selftests/bpf: BPF test_prog selftests for bpf_loop inliningEduard Zingerman1-0/+114
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski11-6/+1148
2022-06-16selftests/bpf: Add selftests for raw syncookie helpers in TC modeMaxim Mikityanskiy1-36/+106
2022-06-16selftests/bpf: Add selftests for raw syncookie helpersMaxim Mikityanskiy1-0/+763
2022-06-16selftests/bpf: Shuffle cookies symbols in kprobe multi testJiri Olsa1-12/+12
2022-06-16selftests/bpf: add tests for sleepable (uk)probesDelyan Kratunov1-0/+60
2022-06-16selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki1-0/+42
2022-06-14selftests/bpf: Fix test_varlen verification failure with latest llvmYonghong Song1-4/+4
2022-06-11selftest/bpf/benchs: Add bpf_map benchmarkFeng Zhou1-0/+40
2022-06-07selftests/bpf: Add selftest for calling global functions from freplaceToke Høiland-Jørgensen1-0/+18
2022-06-07selftests/bpf: Add a test for enum64 value relocationsYonghong Song6-0/+160
2022-06-03selftests/bpf: Fix tc_redirect_dtimeMartin KaFai Lau1-2/+51
2022-05-27selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_readSong Liu1-1/+1
2022-05-23selftests/bpf: Dynptr testsJoanne Koong2-0/+752
2022-05-23selftests/bpf: fix btf_dump/btf_dump due to recent clang changeYonghong Song1-1/+1
2022-05-20selftests/bpf: add tests verifying unprivileged bpf behaviourAlan Maguire1-0/+83
2022-05-20selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang1-7/+9
2022-05-20selftests/bpf: Verify first of struct mptcp_sockGeliang Tang1-0/+5
2022-05-20selftests/bpf: Verify ca_name of struct mptcp_sockGeliang Tang1-0/+3