summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-11-15bpftool: Use libbpf_get_error() to check errorHengqi Chen5-23/+27
2021-11-15Merge branch 'bpftool: miscellaneous fixes'Andrii Nakryiko14-63/+67
2021-11-15bpftool: Fix mixed indentation in documentationQuentin Monnet2-38/+38
2021-11-15bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet4-3/+6
2021-11-15bpftool: Fix indent in option lists in the documentationQuentin Monnet7-14/+14
2021-11-15bpftool: Remove inclusion of utilities.mak from MakefilesQuentin Monnet2-2/+0
2021-11-15bpftool: Fix memory leak in prog_dump()Quentin Monnet1-6/+9
2021-11-13selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warningYonghong Song1-6/+11
2021-11-13selftests/bpf: Fix an unused-but-set-variable compiler warningYonghong Song1-2/+0
2021-11-12Merge branch 'introduce btf_tracing_ids'Alexei Starovoitov8-25/+33
2021-11-12bpf: Introduce btf_tracing_idsSong Liu7-17/+29
2021-11-12bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDsSong Liu3-9/+5
2021-11-12bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev5-19/+48
2021-11-12Merge branch 'Support BTF_KIND_TYPE_TAG for btf_type_tag attributes'Alexei Starovoitov19-53/+370
2021-11-12docs/bpf: Update documentation for BTF_KIND_TYPE_TAG supportYonghong Song1-1/+12
2021-11-12selftests/bpf: Clarify llvm dependency with btf_tag selftestYonghong Song1-4/+5
2021-11-12selftests/bpf: Add a C test for btf_type_tagYonghong Song2-0/+49
2021-11-12selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.cYonghong Song2-11/+13
2021-11-12selftests/bpf: Test BTF_KIND_DECL_TAG for deduplicationYonghong Song1-4/+135
2021-11-12selftests/bpf: Add BTF_KIND_TYPE_TAG unit testsYonghong Song2-0/+21
2021-11-12selftests/bpf: Test libbpf API function btf__add_type_tag()Yonghong Song2-28/+43
2021-11-12bpftool: Support BTF_KIND_TYPE_TAGYonghong Song1-0/+2
2021-11-12libbpf: Support BTF_KIND_TYPE_TAGYonghong Song6-2/+73
2021-11-12bpf: Support BTF_KIND_TYPE_TAG for btf_type_tag attributesYonghong Song3-3/+17
2021-11-12Merge branch 'Future-proof more tricky libbpf APIs'Alexei Starovoitov24-194/+318
2021-11-12bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko3-8/+5
2021-11-12tools/runqslower: Update perf_buffer__new() callsAndrii Nakryiko1-4/+2
2021-11-12selftests/bpf: Update btf_dump__new() uses to v1.0+ variantAndrii Nakryiko3-26/+15
2021-11-12selftests/bpf: Migrate all deprecated perf_buffer usesAndrii Nakryiko6-25/+11
2021-11-12libbpf: Make perf_buffer__new() use OPTS-based interfaceAndrii Nakryiko3-28/+132
2021-11-12libbpf: Ensure btf_dump__new() and btf_dump_opts are future-proofAndrii Nakryiko3-13/+71
2021-11-12libbpf: Turn btf_dedup_opts into OPTS-based structAndrii Nakryiko6-66/+58
2021-11-12selftests/bpf: Minor cleanups and normalization of MakefileAndrii Nakryiko1-16/+16
2021-11-12bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko1-8/+8
2021-11-12Merge branch 'selftests/bpf: fix test_progs' log_level logic'Alexei Starovoitov4-1/+25
2021-11-12selftests/bpf: Fix bpf_prog_test_load() logic to pass extra log levelAndrii Nakryiko1-1/+6
2021-11-12libbpf: Add ability to get/set per-program load flagsAndrii Nakryiko3-0/+19
2021-11-11Merge branch 'Get ingress_ifindex in BPF_SK_LOOKUP prog type'Alexei Starovoitov11-18/+101
2021-11-11selftests/bpf: Add tests for accessing ingress_ifindex in bpf_sk_lookupMark Pashmfouroush3-0/+71
2021-11-11bpf: Add ingress_ifindex to bpf_sk_lookupMark Pashmfouroush8-18/+30
2021-11-10bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet3-3/+3
2021-11-10libbpf: Compile using -std=gnu89Kumar Kartikeya Dwivedi1-0/+1
2021-11-09selftests/bpf: Add exception handling selftests for tp_bpf programAlan Maguire2-0/+86
2021-11-09arm64/bpf: Remove 128MB limit for BPF JIT programsRussell King5-21/+4
2021-11-07Merge branch 'introduce bpf_find_vma'Alexei Starovoitov13-81/+466
2021-11-07selftests/bpf: Add tests for bpf_find_vmaSong Liu4-0/+244
2021-11-07bpf: Introduce helper bpf_find_vmaSong Liu9-81/+222
2021-11-07Merge branch 'Fix leaks in libbpf and selftests'Alexei Starovoitov9-16/+29
2021-11-07selftests/bpf: Fix bpf_object leak in skb_ctx selftestAndrii Nakryiko1-0/+2
2021-11-07selftests/bpf: Destroy XDP link correctlyAndrii Nakryiko1-2/+2