summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: fix stacktrace_build_id with missing kprobe/urandom_readSong Liu2022-05-271-1/+1
* selftests/net: enable lo.accept_local in psock_snd testluyun2022-05-251-0/+2
* Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-05-25220-2218/+16954
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-05-2380-1289/+5804
| |\
| | * selftests/bpf: Dynptr testsJoanne Koong2022-05-233-0/+889
| | * bpf: Add dynptr data slicesJoanne Koong2022-05-231-0/+12
| | * bpf: Add bpf_dynptr_read and bpf_dynptr_writeJoanne Koong2022-05-231-0/+19
| | * bpf: Dynptr support for ring buffersJoanne Koong2022-05-231-0/+35
| | * bpf: Add bpf_dynptr_from_mem for local dynptrsJoanne Koong2022-05-231-0/+12
| | * bpf: Add verifier support for dynptrsJoanne Koong2022-05-231-0/+5
| | * selftests/bpf: Fix spelling mistake: "unpriviliged" -> "unprivileged"Colin Ian King2022-05-231-2/+2
| | * selftests/bpf: fix btf_dump/btf_dump due to recent clang changeYonghong Song2022-05-231-1/+1
| | * libbpf: Fix typo in commentJulia Lawall2022-05-231-1/+1
| | * selftests/bpf: add tests verifying unprivileged bpf behaviourAlan Maguire2022-05-202-0/+395
| | * selftests/bpf: Remove filtered subtests from outputMykola Lysenko2022-05-202-2/+8
| | * selftests/bpf: Fix subtest number formatting in test_progsMykola Lysenko2022-05-201-3/+9
| | * selftests/bpf: Add missing trampoline program type to trampoline_count testYuntao Wang2022-05-202-90/+60
| | * selftests/bpf: Verify first of struct mptcp_sockGeliang Tang2022-05-203-0/+11
| | * selftests/bpf: Verify ca_name of struct mptcp_sockGeliang Tang2022-05-203-0/+39
| | * selftests/bpf: Verify token of struct mptcp_sockGeliang Tang2022-05-203-2/+31
| | * selftests/bpf: Test bpf_skc_to_mptcp_sockGeliang Tang2022-05-203-10/+40
| | * selftests/bpf: Add MPTCP test baseNicolas Rybowski2022-05-206-9/+200
| | * selftests/bpf: Enable CONFIG_IKCONFIG_PROC in configGeliang Tang2022-05-201-0/+2
| | * bpf: Add bpf_skc_to_mptcp_sock_protoGeliang Tang2022-05-201-0/+7
| | * selftests/bpf: Fix some bugs in map_lookup_percpu_elem testcaseFeng Zhou2022-05-202-39/+73
| | * libbpf: remove bpf_create_map*() APIsAndrii Nakryiko2022-05-192-122/+0
| | * libbpf: start 1.0 development cycleAndrii Nakryiko2022-05-192-2/+6
| | * libbpf: fix up global symbol counting logicAndrii Nakryiko2022-05-191-1/+1
| | * selftests/bpf: Add missed ima_setup.sh in MakefileHangbin Liu2022-05-181-1/+1
| | * selftests/bpf: Fix building bpf selftests staticallyYosry Ahmed2022-05-161-2/+4
| | * libbpf: fix memory leak in attach_tp for target-less tracepoint programAndrii Nakryiko2022-05-161-4/+4
| | * bpftool: Use sysfs vmlinux when dumping BTF by IDLarysa Zaremba2022-05-131-9/+53
| | * selftests/bpf: Fix usdt_400 test caseAndrii Nakryiko2022-05-131-4/+2
| | * selftests/bpf: Convert some selftests to high-level BPF map APIsAndrii Nakryiko2022-05-138-47/+61
| | * libbpf: Add safer high-level wrappers for map operationsAndrii Nakryiko2022-05-135-0/+229
| | * selftests/bpf: Check combination of jit blinding and pointers to bpf subprogs.Alexei Starovoitov2022-05-131-0/+8
| | * selftests/bpf: make fexit_stress test run in serial modeAndrii Nakryiko2022-05-111-1/+1
| | * selftests/bpf: add test case for bpf_map_lookup_percpu_elemFeng Zhou2022-05-112-0/+100
| | * bpf: add bpf_map_lookup_percpu_elem for percpu mapFeng Zhou2022-05-111-0/+9
| | * selftests/bpf: Add tests for kptr_ref refcountingKumar Kartikeya Dwivedi2022-05-112-5/+128
| | * selftests/bpf: Add negative C tests for kptrsKumar Kartikeya Dwivedi2022-05-112-1/+504
| | * bpf: Prepare prog_test_struct kfuncs for runtime testsKumar Kartikeya Dwivedi2022-05-111-2/+2
| | * selftests/bpf: fix a few clang compilation errorsYonghong Song2022-05-112-3/+5
| | * selftests/bpf: Enable CONFIG_FPROBE for self testsDaniel Müller2022-05-111-0/+1
| | * selftests: xsk: make stat tests not spin on getsockoptMagnus Karlsson2022-05-112-77/+99
| | * selftests: xsk: make the stats tests normal testsMagnus Karlsson2022-05-112-69/+53
| | * selftests: xsk: introduce validation functionsMagnus Karlsson2022-05-112-38/+82
| | * selftests: xsk: cleanup veth pair at ctrl-cMagnus Karlsson2022-05-111-0/+7
| | * selftests: xsk: add timeout to testsMagnus Karlsson2022-05-112-0/+16
| | * selftests: xsk: fix reporting of failed testsMagnus Karlsson2022-05-114-89/+141