summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet2021-11-1614-25/+102
* bpftool: Add SPDX tags to RST documentation filesQuentin Monnet2021-11-1614-1/+27
* selftests/bpf: Add a dedup selftest with equivalent structure typesYonghong Song2021-11-161-0/+26
* libbpf: Fix a couple of missed btf_type_tag handling in btf.cYonghong Song2021-11-161-0/+2
* bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev2021-11-161-1/+11
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-15137-970/+2067
|\
| * bpftool: Use libbpf_get_error() to check errorHengqi Chen2021-11-155-23/+27
| * bpftool: Fix mixed indentation in documentationQuentin Monnet2021-11-152-38/+38
| * bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet2021-11-154-3/+6
| * bpftool: Fix indent in option lists in the documentationQuentin Monnet2021-11-157-14/+14
| * bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2021-11-152-2/+0
| * bpftool: Fix memory leak in prog_dump()Quentin Monnet2021-11-151-6/+9
| * selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warningYonghong Song2021-11-121-6/+11
| * selftests/bpf: Fix an unused-but-set-variable compiler warningYonghong Song2021-11-121-2/+0
| * bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev2021-11-125-19/+48
| * selftests/bpf: Clarify llvm dependency with btf_tag selftestYonghong Song2021-11-121-4/+5
| * selftests/bpf: Add a C test for btf_type_tagYonghong Song2021-11-122-0/+49
| * selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song2021-11-122-11/+13
| * selftests/bpf: Test BTF_KIND_DECL_TAG for deduplicationYonghong Song2021-11-121-4/+135
| * selftests/bpf: Add BTF_KIND_TYPE_TAG unit testsYonghong Song2021-11-122-0/+21
| * selftests/bpf: Test libbpf API function btf__add_type_tag()Yonghong Song2021-11-122-28/+43
| * bpftool: Support BTF_KIND_TYPE_TAGYonghong Song2021-11-121-0/+2
| * libbpf: Support BTF_KIND_TYPE_TAGYonghong Song2021-11-126-2/+73
| * bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song2021-11-121-1/+2
| * bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko2021-11-123-8/+5
| * tools/runqslower: Update perf_buffer__new() callsAndrii Nakryiko2021-11-121-4/+2
| * selftests/bpf: Update btf_dump__new() uses to v1.0+ variantAndrii Nakryiko2021-11-123-26/+15
| * selftests/bpf: Migrate all deprecated perf_buffer usesAndrii Nakryiko2021-11-126-25/+11
| * libbpf: Make perf_buffer__new() use OPTS-based interfaceAndrii Nakryiko2021-11-123-28/+132
| * libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proofAndrii Nakryiko2021-11-123-13/+71
| * libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko2021-11-126-66/+58
| * selftests/bpf: Minor cleanups and normalization of MakefileAndrii Nakryiko2021-11-121-16/+16
| * bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko2021-11-121-8/+8
| * selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log levelAndrii Nakryiko2021-11-121-1/+6
| * libbpf: Add ability to get/set per-program load flagsAndrii Nakryiko2021-11-123-0/+19
| * selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookupMark Pashmfouroush2021-11-113-0/+71
| * bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-111-0/+1
| * bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet2021-11-103-3/+3
| * libbpf: Compile using -std=gnu89Kumar Kartikeya Dwivedi2021-11-091-0/+1
| * selftests/bpf: Add exception handling selftests for tp_bpf programAlan Maguire2021-11-082-0/+86
| * selftests/bpf: Add tests for bpf_find_vmaSong Liu2021-11-074-0/+244
| * bpf: Introduce helper bpf_find_vmaSong Liu2021-11-071-0/+20
| * selftests/bpf: Fix bpf_object leak in skb_ctx selftestAndrii Nakryiko2021-11-071-0/+2
| * selftests/bpf: Destroy XDP link correctlyAndrii Nakryiko2021-11-071-2/+2
| * selftests/bpf: Avoid duplicate btf__parse() callAndrii Nakryiko2021-11-071-1/+1
| * selftests/bpf: Clean up btf and btf_dump in dump_datasec testAndrii Nakryiko2021-11-071-2/+6
| * selftests/bpf: Free inner strings index in btf selftestAndrii Nakryiko2021-11-071-4/+2
| * selftests/bpf: Free per-cpu values array in bpf_iter selftestAndrii Nakryiko2021-11-071-4/+4
| * selftests/bpf: Fix memory leaks in btf_type_c_dump() helperAndrii Nakryiko2021-11-071-2/+7
| * libbpf: Free up resources used by inner map definitionAndrii Nakryiko2021-11-071-1/+4