aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-11-14bpftool: Use libbpf_get_error() to check errorHengqi Chen
2021-11-14bpftool: Fix mixed indentation in documentationQuentin Monnet
2021-11-14bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet
2021-11-14bpftool: Fix indent in option lists in the documentationQuentin Monnet
2021-11-14bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet
2021-11-14bpftool: Fix memory leak in prog_dump()Quentin Monnet
2021-11-12selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warningYonghong Song
2021-11-12selftests/bpf: Fix an unused-but-set-variable compiler warningYonghong Song
2021-11-12tools/lib/lockdep: drop liblockdepSasha Levin
2021-11-12bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev
2021-11-11selftests/bpf: Clarify llvm dependency with btf_tag selftestYonghong Song
2021-11-11selftests/bpf: Add a C test for btf_type_tagYonghong Song
2021-11-11selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song
2021-11-11selftests/bpf: Test BTF_KIND_DECL_TAG for deduplicationYonghong Song
2021-11-11selftests/bpf: Add BTF_KIND_TYPE_TAG unit testsYonghong Song
2021-11-11selftests/bpf: Test libbpf API function btf__add_type_tag()Yonghong Song
2021-11-11bpftool: Support BTF_KIND_TYPE_TAGYonghong Song
2021-11-11libbpf: Support BTF_KIND_TYPE_TAGYonghong Song
2021-11-11bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song
2021-11-11bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko
2021-11-11tools/runqslower: Update perf_buffer__new() callsAndrii Nakryiko
2021-11-11selftests/bpf: Update btf_dump__new() uses to v1.0+ variantAndrii Nakryiko
2021-11-11selftests/bpf: Migrate all deprecated perf_buffer usesAndrii Nakryiko
2021-11-11libbpf: Make perf_buffer__new() use OPTS-based interfaceAndrii Nakryiko
2021-11-11libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proofAndrii Nakryiko
2021-11-11libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko
2021-11-11selftests/bpf: Minor cleanups and normalization of MakefileAndrii Nakryiko
2021-11-11bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko
2021-11-11selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log levelAndrii Nakryiko
2021-11-11libbpf: Add ability to get/set per-program load flagsAndrii Nakryiko
2021-11-11Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-11-11selftests/net: udpgso_bench_rx: fix port argumentWillem de Bruijn
2021-11-10selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookupMark Pashmfouroush
2021-11-10bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush
2021-11-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2021-11-10bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet
2021-11-10selftests: forwarding: Fix packet matching in mirroring selftestsPetr Machata
2021-11-10selftests: net: test_vxlan_under_vrf: fix HV connectivity testAndrea Righi
2021-11-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-11-09libbpf: Compile using -std=gnu89Kumar Kartikeya Dwivedi
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09selftests/kselftest/runner/run_one(): allow running non-executable filesSeongJae Park
2021-11-09procfs: do not list TID 0 in /proc/<pid>/taskFlorian Weimer
2021-11-08selftests/bpf: Add exception handling selftests for tp_bpf programAlan Maguire
2021-11-08Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-11-08Add 'tools/perf/libbpf/' to ignored filesLinus Torvalds
2021-11-08Merge tag 'perf-tools-for-v5.16-2021-11-07-without-bpftool-fix' of git://git....Linus Torvalds
2021-11-08arm64: mte: change PR_MTE_TCF_NONE back into an unsigned longPeter Collingbourne
2021-11-07selftests/bpf: Add tests for bpf_find_vmaSong Liu