aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-05-20selftests/bpf: Remove filtered subtests from outputMykola Lysenko2-2/+8
2022-05-20selftests/bpf: Fix subtest number formatting in test_progsMykola Lysenko1-3/+9
2022-05-20selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang2-90/+60
2022-05-20selftests/bpf: Verify first of struct mptcp_sockGeliang Tang3-0/+11
2022-05-20selftests/bpf: Verify ca_name of struct mptcp_sockGeliang Tang3-0/+39
2022-05-20selftests/bpf: Verify token of struct mptcp_sockGeliang Tang3-2/+31
2022-05-20selftests/bpf: Test bpf_skc_to_mptcp_sockGeliang Tang3-10/+40
2022-05-20selftests/bpf: Add MPTCP test baseNicolas Rybowski6-9/+200
2022-05-20selftests/bpf: Enable CONFIG_IKCONFIG_PROC in configGeliang Tang1-0/+2
2022-05-20bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang1-0/+7
2022-05-20selftests/bpf: Fix some bugs in map_lookup_percpu_elem testcaseFeng Zhou2-39/+73
2022-05-19libbpf: remove bpf_create_map*() APIsAndrii Nakryiko2-122/+0
2022-05-19libbpf: start 1.0 development cycleAndrii Nakryiko2-2/+6
2022-05-19libbpf: fix up global symbol counting logicAndrii Nakryiko1-1/+1
2022-05-18selftests/bpf: Add missed ima_setup.sh in MakefileHangbin Liu1-1/+1
2022-05-16selftests/bpf: Fix building bpf selftests staticallyYosry Ahmed1-2/+4
2022-05-16libbpf: fix memory leak in attach_tp for target-less tracepoint programAndrii Nakryiko1-4/+4
2022-05-13bpftool: Use sysfs vmlinux when dumping BTF by IDLarysa Zaremba1-9/+53
2022-05-13selftests/bpf: Fix usdt_400 test caseAndrii Nakryiko1-4/+2
2022-05-13selftests/bpf: Convert some selftests to high-level BPF map APIsAndrii Nakryiko8-47/+61
2022-05-13libbpf: Add safer high-level wrappers for map operationsAndrii Nakryiko5-0/+229
2022-05-13selftests/bpf: Check combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov1-0/+8
2022-05-11selftests/bpf: make fexit_stress test run in serial modeAndrii Nakryiko1-1/+1
2022-05-11selftests/bpf: add test case for bpf_map_lookup_percpu_elemFeng Zhou2-0/+100
2022-05-11bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou1-0/+9
2022-05-11selftests/bpf: Add tests for kptr_ref refcountingKumar Kartikeya Dwivedi2-5/+128
2022-05-11selftests/bpf: Add negative C tests for kptrsKumar Kartikeya Dwivedi2-1/+504
2022-05-11bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi1-2/+2
2022-05-11selftests/bpf: fix a few clang compilation errorsYonghong Song2-3/+5
2022-05-11selftests/bpf: Enable CONFIG_FPROBE for self testsDaniel Müller1-0/+1
2022-05-11selftests: xsk: make stat tests not spin on getsockoptMagnus Karlsson2-77/+99
2022-05-11selftests: xsk: make the stats tests normal testsMagnus Karlsson2-69/+53
2022-05-11selftests: xsk: introduce validation functionsMagnus Karlsson2-38/+82
2022-05-11selftests: xsk: cleanup veth pair at ctrl-cMagnus Karlsson1-0/+7
2022-05-11selftests: xsk: add timeout to testsMagnus Karlsson2-0/+16
2022-05-11selftests: xsk: fix reporting of failed testsMagnus Karlsson4-89/+141
2022-05-11selftests: xsk: run all tests for busy-pollMagnus Karlsson4-14/+94
2022-05-11selftests: xsk: do not send zero-length packetsMagnus Karlsson2-9/+10
2022-05-11selftests: xsk: cleanup bash scriptsMagnus Karlsson2-18/+1
2022-05-11libbpf: Add bpf_program__set_insns functionJiri Olsa3-0/+41
2022-05-11libbpf: Clean up ringbuf size adjustment implementationAndrii Nakryiko1-4/+2
2022-05-10selftest/bpf: The test cases of BPF cookie for fentry/fexit/fmod_ret/lsm.Kui-Feng Lee2-8/+133
2022-05-10libbpf: Assign cookies to links in libbpf.Kui-Feng Lee5-4/+40
2022-05-10bpf, x86: Attach a cookie to fentry/fexit/fmod_ret/lsm.Kui-Feng Lee1-0/+9
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2-0/+2
2022-05-10selftests/bpf: Add attach bench testJiri Olsa2-0/+155
2022-05-10selftests/bpf: Add bpf link iter testDmitrii Dolgov3-0/+44
2022-05-10selftests/bpf: Use ASSERT_* instead of CHECKDmitrii Dolgov1-154/+88
2022-05-10selftests/bpf: Fix result check for test_bpf_hash_mapDmitrii Dolgov1-2/+1
2022-05-10selftests/bpf: Replace bpf_trace_printk in tunnel kernel codeKaixi Fan1-97/+72