summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf
AgeCommit message (Expand)AuthorLines
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-0/+43
2022-07-01bpf, selftests: Add verifier test case for jmp32's jeq/jneDaniel Borkmann-0/+21
2022-07-01bpf, selftests: Add verifier test case for imm=0,umin=0,umax=1 scalarDaniel Borkmann-0/+22
2022-06-24selftests/bpf: Test sockmap update when socket has ULPJakub Sitnicki-9/+75
2022-06-16selftest/bpf: Fix kprobe_multi bench testJiri Olsa-0/+3
2022-06-16selftests/bpf: Shuffle cookies symbols in kprobe multi testJiri Olsa-51/+51
2022-06-16selftests/bpf: Test tail call counting with bpf2bpf and data on stackJakub Sitnicki-0/+97
2022-06-07selftests/bpf: Add selftest for calling global functions from freplaceToke Høiland-Jørgensen-0/+32
2022-05-27selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_readSong Liu-1/+1
2022-05-23selftests/bpf: Dynptr testsJoanne Koong-0/+889
2022-05-23selftests/bpf: Fix spelling mistake: "unpriviliged" -> "unprivileged"Colin Ian King-2/+2
2022-05-23selftests/bpf: fix btf_dump/btf_dump due to recent clang changeYonghong Song-1/+1
2022-05-20selftests/bpf: add tests verifying unprivileged bpf behaviourAlan Maguire-0/+395
2022-05-20selftests/bpf: Remove filtered subtests from outputMykola Lysenko-2/+8
2022-05-20selftests/bpf: Fix subtest number formatting in test_progsMykola Lysenko-3/+9
2022-05-20selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang-90/+60
2022-05-20selftests/bpf: Verify first of struct mptcp_sockGeliang Tang-0/+11
2022-05-20selftests/bpf: Verify ca_name of struct mptcp_sockGeliang Tang-0/+39
2022-05-20selftests/bpf: Verify token of struct mptcp_sockGeliang Tang-2/+31
2022-05-20selftests/bpf: Test bpf_skc_to_mptcp_sockGeliang Tang-10/+40
2022-05-20selftests/bpf: Add MPTCP test baseNicolas Rybowski-9/+200
2022-05-20selftests/bpf: Enable CONFIG_IKCONFIG_PROC in configGeliang Tang-0/+2
2022-05-20selftests/bpf: Fix some bugs in map_lookup_percpu_elem testcaseFeng Zhou-39/+73
2022-05-18selftests/bpf: Add missed ima_setup.sh in MakefileHangbin Liu-1/+1
2022-05-16selftests/bpf: Fix building bpf selftests staticallyYosry Ahmed-2/+4
2022-05-13selftests/bpf: Fix usdt_400 test caseAndrii Nakryiko-4/+2
2022-05-13selftests/bpf: Convert some selftests to high-level BPF map APIsAndrii Nakryiko-47/+61
2022-05-13selftests/bpf: Check combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov-0/+8
2022-05-11selftests/bpf: make fexit_stress test run in serial modeAndrii Nakryiko-1/+1
2022-05-11selftests/bpf: add test case for bpf_map_lookup_percpu_elemFeng Zhou-0/+100
2022-05-11selftests/bpf: Add tests for kptr_ref refcountingKumar Kartikeya Dwivedi-5/+128
2022-05-11selftests/bpf: Add negative C tests for kptrsKumar Kartikeya Dwivedi-1/+504
2022-05-11bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi-2/+2
2022-05-11selftests/bpf: fix a few clang compilation errorsYonghong Song-3/+5
2022-05-11selftests/bpf: Enable CONFIG_FPROBE for self testsDaniel Müller-0/+1
2022-05-11selftests: xsk: make stat tests not spin on getsockoptMagnus Karlsson-77/+99
2022-05-11selftests: xsk: make the stats tests normal testsMagnus Karlsson-69/+53
2022-05-11selftests: xsk: introduce validation functionsMagnus Karlsson-38/+82
2022-05-11selftests: xsk: cleanup veth pair at ctrl-cMagnus Karlsson-0/+7
2022-05-11selftests: xsk: add timeout to testsMagnus Karlsson-0/+16
2022-05-11selftests: xsk: fix reporting of failed testsMagnus Karlsson-89/+141
2022-05-11selftests: xsk: run all tests for busy-pollMagnus Karlsson-14/+94
2022-05-11selftests: xsk: do not send zero-length packetsMagnus Karlsson-9/+10
2022-05-11selftests: xsk: cleanup bash scriptsMagnus Karlsson-18/+1
2022-05-10selftest/bpf: The test cases of BPF cookie for fentry/fexit/fmod_ret/lsm.Kui-Feng Lee-8/+133
2022-05-10selftests/bpf: Add attach bench testJiri Olsa-0/+155
2022-05-10selftests/bpf: Add bpf link iter testDmitrii Dolgov-0/+44
2022-05-10selftests/bpf: Use ASSERT_* instead of CHECKDmitrii Dolgov-154/+88
2022-05-10selftests/bpf: Fix result check for test_bpf_hash_mapDmitrii Dolgov-2/+1
2022-05-10selftests/bpf: Replace bpf_trace_printk in tunnel kernel codeKaixi Fan-97/+72