summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-03-05bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang
2021-03-04selftests/bpf: Simplify the calculation of variablesJiapeng Chong
2021-03-04bpf: Simplify the calculation of variablesJiapeng Chong
2021-03-04selftests: bpf: Don't run sk_lookup in verifier testsLorenz Bauer
2021-03-04selftests: bpf: Check that PROG_TEST_RUN repeats as requestedLorenz Bauer
2021-03-04selftests: bpf: Convert sk_lookup ctx access tests to PROG_TEST_RUNLorenz Bauer
2021-03-04bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer
2021-03-04tools: Sync uapi bpf.h header with latest changesJoe Stringer
2021-03-04selftests/bpf: Test syscall command parsingJoe Stringer
2021-03-04selftests/bpf: Templatize man page generationJoe Stringer
2021-03-04tools/bpf: Remove bpf-helpers from bpftool docsJoe Stringer
2021-03-04scripts/bpf: Abstract eBPF API target parameterJoe Stringer
2021-03-04selftests/bpf: Add BTF_KIND_FLOAT to the existing deduplication testsIlya Leoshkevich
2021-03-04selftest/bpf: Add BTF_KIND_FLOAT testsIlya Leoshkevich
2021-03-04selftests/bpf: Use the 25th bit in the "invalid BTF_INFO" testIlya Leoshkevich
2021-03-04tools/bpftool: Add BTF_KIND_FLOAT supportIlya Leoshkevich
2021-03-04libbpf: Add BTF_KIND_FLOAT supportIlya Leoshkevich
2021-03-04libbpf: Fix whitespace in btf_add_composite() commentIlya Leoshkevich
2021-03-04bpf: Add BTF_KIND_FLOAT to uapiIlya Leoshkevich
2021-03-04selftests/bpf: Add a verifier scale test with unknown bounded loopYonghong Song
2021-03-02tools/runqslower: Allow substituting custom vmlinux.h for the buildAndrii Nakryiko
2021-02-26tools, bpf_asm: Exit non-zero on errorsIan Denhardt
2021-02-26tools, bpf_asm: Hard error on out of range jumpsIan Denhardt
2021-02-26selftests/bpf: Add arraymap test for bpf_for_each_map_elem() helperYonghong Song
2021-02-26selftests/bpf: Add hashmap test for bpf_for_each_map_elem() helperYonghong Song
2021-02-26bpftool: Print subprog address properlyYonghong Song
2021-02-26libbpf: Support subprog address relocationYonghong Song
2021-02-26libbpf: Move function is_ldimm64() earlier in libbpf.cYonghong Song
2021-02-26bpf: Add bpf_for_each_map_elem() helperYonghong Song
2021-02-26selftests/bpf: Copy extras in out-of-srctree buildsIlya Leoshkevich
2021-02-26selftests/bpf: Propagate error code of the command to vmtest.shKP Singh
2021-02-26sock_map: Rename skb_parser and skb_verdictCong Wang
2021-02-26bpf: Remove blank line in bpf helper description commentHangbin Liu
2021-02-26selftests/bpf: Introduce xsk statistics testsCiara Loftus
2021-02-26selftests/bpf: Restructure xsk selftestsCiara Loftus
2021-02-26selftests/bpf: Expose and rename debug argumentCiara Loftus
2021-02-26selftest/bpf: Make xsk tests less verboseMagnus Karlsson
2021-02-26bpf: runqslower: Use task local storageSong Liu
2021-02-26bpf: runqslower: Prefer using local vmlimux to generate vmlinux.hSong Liu
2021-02-26selftests/bpf: Test deadlock from recursive bpf_task_storage_[get|delete]Song Liu
2021-02-26selftests/bpf: Add non-BPF_LSM test for task local storageSong Liu
2021-02-24bpf: Add kernel/modules BTF presence checks to bpftool feature commandGrant Seltzer
2021-02-21Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-21Merge tag 'locking-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-02-21Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-02-20Merge tag 'acpi-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-02-20Merge tag 'pm-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-02-20Merge tag 'x86_cpu_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-02-20Merge tag 'x86_misc_for_v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf