summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet2021-11-144-3/+6
| | * bpftool: Fix indent in option lists in the documentationQuentin Monnet2021-11-147-14/+14
| | * bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2021-11-142-2/+0
| | * bpftool: Fix memory leak in prog_dump()Quentin Monnet2021-11-141-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
| * Merge branch 'introduce btf_tracing_ids'Alexei Starovoitov2021-11-128-25/+33
| |\
| | * bpf: Introduce btf_tracing_idsSong Liu2021-11-127-17/+29
| | * bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu2021-11-123-9/+5
| |/
| * bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev2021-11-125-19/+48
| * Merge branch 'Support BTF_KIND_TYPE_TAG for btf_type_tag attributes'Alexei Starovoitov2021-11-1119-53/+370
| |\
| | * docs/bpf: Update documentation for BTF_KIND_TYPE_TAG supportYonghong Song2021-11-111-1/+12
| | * selftests/bpf: Clarify llvm dependency with btf_tag selftestYonghong Song2021-11-111-4/+5
| | * selftests/bpf: Add a C test for btf_type_tagYonghong Song2021-11-112-0/+49
| | * selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song2021-11-112-11/+13
| | * selftests/bpf: Test BTF_KIND_DECL_TAG for deduplicationYonghong Song2021-11-111-4/+135
| | * selftests/bpf: Add BTF_KIND_TYPE_TAG unit testsYonghong Song2021-11-112-0/+21
| | * selftests/bpf: Test libbpf API function btf__add_type_tag()Yonghong Song2021-11-112-28/+43
| | * bpftool: Support BTF_KIND_TYPE_TAGYonghong Song2021-11-111-0/+2
| | * libbpf: Support BTF_KIND_TYPE_TAGYonghong Song2021-11-116-2/+73
| | * bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song2021-11-113-3/+17
| |/
| * Merge branch 'Future-proof more tricky libbpf APIs'Alexei Starovoitov2021-11-1124-194/+318
| |\
| | * bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko2021-11-113-8/+5
| | * tools/runqslower: Update perf_buffer__new() callsAndrii Nakryiko2021-11-111-4/+2
| | * selftests/bpf: Update btf_dump__new() uses to v1.0+ variantAndrii Nakryiko2021-11-113-26/+15
| | * selftests/bpf: Migrate all deprecated perf_buffer usesAndrii Nakryiko2021-11-116-25/+11
| | * libbpf: Make perf_buffer__new() use OPTS-based interfaceAndrii Nakryiko2021-11-113-28/+132
| | * libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proofAndrii Nakryiko2021-11-113-13/+71
| | * libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko2021-11-116-66/+58
| | * selftests/bpf: Minor cleanups and normalization of MakefileAndrii Nakryiko2021-11-111-16/+16
| | * bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko2021-11-111-8/+8
| |/
| * Merge branch 'selftests/bpf: fix test_progs' log_level logic'Alexei Starovoitov2021-11-114-1/+25
| |\
| | * selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log levelAndrii Nakryiko2021-11-111-1/+6
| | * libbpf: Add ability to get/set per-program load flagsAndrii Nakryiko2021-11-113-0/+19
| |/
| * Merge branch 'Get ingress_ifindex in BPF_SK_LOOKUP prog type'Alexei Starovoitov2021-11-1011-18/+101
| |\
| | * selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookupMark Pashmfouroush2021-11-103-0/+71
| | * bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush2021-11-108-18/+30
| |/
| * 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
| * arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King2021-11-085-21/+4
| * Merge branch 'introduce bpf_find_vma'Alexei Starovoitov2021-11-0713-81/+466
| |\
| | * selftests/bpf: Add tests for bpf_find_vmaSong Liu2021-11-074-0/+244
| | * bpf: Introduce helper bpf_find_vmaSong Liu2021-11-079-81/+222
| |/
| * Merge branch 'Fix leaks in libbpf and selftests'Alexei Starovoitov2021-11-079-16/+29
| |\
| | * 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