summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-03-0962-521/+2716
|\
| * selftests/bpf: Fix compiler warning in BPF_KPROBE definition in loop6.cAndrii Nakryiko2021-03-101-2/+2
| * selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntaxIlya Leoshkevich2021-03-091-0/+7
| * selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_sizeIlya Leoshkevich2021-03-094-0/+18
| * selftests/bpf: Fix typo in MakefileJean-Philippe Brucker2021-03-081-1/+1
| * libbpf: Fix arm64 buildJean-Philippe Brucker2021-03-081-1/+1
| * libbpf, xsk: Add libbpf_smp_store_release libbpf_smp_load_acquireBjörn Töpel2021-03-082-34/+55
| * selftests/bpf: Fix test_attach_probe for powerpc uprobesJiri Olsa2021-03-081-1/+39
| * selftests, bpf: Extend test_tc_tunnel test with vxlanXuesen Huang2021-03-052-17/+111
| * bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang2021-03-051-0/+5
| * selftests/bpf: Simplify the calculation of variablesJiapeng Chong2021-03-041-1/+1
| * bpf: Simplify the calculation of variablesJiapeng Chong2021-03-041-1/+1
| * selftests: bpf: Don't run sk_lookup in verifier testsLorenz Bauer2021-03-042-2/+3
| * selftests: bpf: Check that PROG_TEST_RUN repeats as requestedLorenz Bauer2021-03-041-9/+42
| * selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUNLorenz Bauer2021-03-042-36/+109
| * bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer2021-03-041-1/+4
| * tools: Sync uapi bpf.h header with latest changesJoe Stringer2021-03-041-1/+711
| * selftests/bpf: Test syscall command parsingJoe Stringer2021-03-042-2/+13
| * selftests/bpf: Templatize man page generationJoe Stringer2021-03-041-15/+25
| * tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer2021-03-047-49/+50
| * scripts/bpf: Abstract eBPF API target parameterJoe Stringer2021-03-044-4/+4
| * selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication testsIlya Leoshkevich2021-03-041-12/+31
| * selftest/bpf: Add BTF_KIND_FLOAT testsIlya Leoshkevich2021-03-043-0/+138
| * selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" testIlya Leoshkevich2021-03-041-1/+1
| * tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-042-0/+9
| * libbpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich2021-03-046-1/+94
| * libbpf: Fix whitespace in btf_add_composite() commentIlya Leoshkevich2021-03-041-1/+1
| * bpf: Add BTF_KIND_FLOAT to uapiIlya Leoshkevich2021-03-041-2/+3
| * selftests/bpf: Add a verifier scale test with unknown bounded loopYonghong Song2021-03-043-0/+139
| * tools/runqslower: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko2021-03-021-0/+4
| * tools, bpf_asm: Exit non-zero on errorsIan Denhardt2021-02-261-4/+4
| * tools, bpf_asm: Hard error on out of range jumpsIan Denhardt2021-02-261-2/+4
| * selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helperYonghong Song2021-02-262-0/+118
| * selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helperYonghong Song2021-02-263-0/+179
| * bpftool: Print subprog address properlyYonghong Song2021-02-261-0/+3
| * libbpf: Support subprog address relocationYonghong Song2021-02-261-3/+61
| * libbpf: Move function is_ldimm64() earlier in libbpf.cYonghong Song2021-02-261-6/+6
| * bpf: Add bpf_for_each_map_elem() helperYonghong Song2021-02-261-0/+38
| * selftests/bpf: Copy extras in out-of-srctree buildsIlya Leoshkevich2021-02-261-3/+4
| * selftests/bpf: Propagate error code of the command to vmtest.shKP Singh2021-02-261-7/+19
| * sock_map: Rename skb_parser and skb_verdictCong Wang2021-02-262-6/+6
| * bpf: Remove blank line in bpf helper description commentHangbin Liu2021-02-261-1/+0
| * selftests/bpf: Introduce xsk statistics testsCiara Loftus2021-02-262-14/+136
| * selftests/bpf: Restructure xsk selftestsCiara Loftus2021-02-264-228/+159
| * selftests/bpf: Expose and rename debug argumentCiara Loftus2021-02-263-5/+14
| * selftest/bpf: Make xsk tests less verboseMagnus Karlsson2021-02-264-30/+50
| * bpf: runqslower: Use task local storageSong Liu2021-02-261-12/+21
| * bpf: runqslower: Prefer using local vmlimux to generate vmlinux.hSong Liu2021-02-261-1/+4
| * selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete]Song Liu2021-02-262-0/+93
| * selftests/bpf: Add non-BPF_LSM test for task local storageSong Liu2021-02-263-0/+165