summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
AgeCommit message (Expand)Author
2022-02-15bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada
2022-02-10bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet
2022-02-10bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet
2022-02-10bpftool: Generalize light skeleton generation.Alexei Starovoitov
2022-02-07bpftool: Fix strict mode calculationMauricio Vásquez
2022-02-03bpftool: Fix uninit variable compilation warningAndrii Nakryiko
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko
2022-02-02bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov
2022-02-01libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov
2022-02-01libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov
2022-01-25bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-20bpftool: use new API for attaching XDP programAndrii Nakryiko
2022-01-20libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao
2022-01-19bpftool: Adding support for BTF program namesRaman Shukhau
2022-01-12bpftool: Stop using bpf_map__def() APIChristy Lee
2022-01-12bpftool: Only set obj->skeleton on complete successWei Fu
2022-01-12bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez
2022-01-05libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee
2022-01-05bpftool: Probe for instruction set extensionsPaul Chaignon
2022-01-05bpftool: Probe for bounded loop supportPaul Chaignon
2022-01-05bpftool: Refactor misc. feature probePaul Chaignon
2021-12-21bpftool: Enable line buffering for stdoutPaul Chaignon
2021-12-17bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko
2021-12-16bpftool: Enable cross-building with clangJean-Philippe Brucker
2021-12-10bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko
2021-12-05bpftool: Add debug mode for gen_loader.Alexei Starovoitov
2021-12-02bpftool: Migrate off of deprecated bpf_create_map_xattr() APIAndrii Nakryiko
2021-11-16bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet
2021-11-16bpftool: Add SPDX tags to RST documentation filesQuentin Monnet
2021-11-16bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev
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-12bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev
2021-11-11bpftool: Support BTF_KIND_TYPE_TAGYonghong Song
2021-11-11bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko
2021-11-11bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko
2021-11-10bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet
2021-11-07bpftool: Stop using deprecated bpf_load_program()Andrii Nakryiko
2021-11-05bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet
2021-11-03bpftool: Use bpf_obj_get_info_by_fd directlyDave Marchevsky
2021-11-03bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky