summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
AgeCommit message (Expand)AuthorFilesLines
2022-02-07bpftool: Fix strict mode calculationMauricio Vásquez1-4/+1
2022-02-03bpftool: Fix uninit variable compilation warningAndrii Nakryiko1-1/+1
2022-02-03bpftool: Stop supporting BPF offload-enabled feature probingAndrii Nakryiko1-12/+17
2022-02-03bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov1-3/+2
2022-02-02libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov1-3/+3
2022-02-02libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov1-1/+4
2022-01-26bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko2-5/+5
2022-01-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-29/+94
2022-01-21bpftool: use new API for attaching XDP programAndrii Nakryiko1-1/+1
2022-01-21libbpf: deprecate legacy BPF map definitionsAndrii Nakryiko1-1/+8
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2022-01-20tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao1-2/+2
2022-01-19bpftool: Adding support for BTF program namesRaman Shukhau4-12/+70
2022-01-13bpftool: Stop using bpf_map__def() APIChristy Lee2-9/+7
2022-01-13bpftool: Only set obj->skeleton on complete successWei Fu1-1/+1
2022-01-13bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez5-5/+7
2022-01-06libbpf 1.0: Deprecate bpf_map__is_offload_neutral()Christy Lee1-1/+1
2022-01-05bpftool: Probe for instruction set extensionsPaul Chaignon1-0/+44
2022-01-05bpftool: Probe for bounded loop supportPaul Chaignon1-0/+22
2022-01-05bpftool: Refactor misc. feature probePaul Chaignon1-16/+29
2021-12-22bpftool: Enable line buffering for stdoutPaul Chaignon1-0/+2
2021-12-18bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko1-3/+23
2021-12-16bpftool: Enable cross-building with clangJean-Philippe Brucker1-6/+7
2021-12-11bpftool: Switch bpf_object__load_xattr() to bpf_object__load()Andrii Nakryiko3-29/+21
2021-12-05bpftool: Add debug mode for gen_loader.Alexei Starovoitov1-9/+11
2021-12-03bpftool: Migrate off of deprecated bpf_create_map_xattr() APIAndrii Nakryiko1-10/+13
2021-11-16bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.pyQuentin Monnet13-18/+39
2021-11-16bpftool: Add SPDX tags to RST documentation filesQuentin Monnet14-1/+27
2021-11-16bpftool: Add current libbpf_strict mode to version outputStanislav Fomichev1-1/+11
2021-11-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski25-177/+312
2021-11-15bpftool: Use libbpf_get_error() to check errorHengqi Chen5-23/+27
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-12bpftool: Enable libbpf's strict mode by defaultStanislav Fomichev5-19/+48
2021-11-12bpftool: Support BTF_KIND_TYPE_TAGYonghong Song1-0/+2
2021-11-12bpftool: Update btf_dump__new() and perf_buffer__new_raw() callsAndrii Nakryiko3-8/+5
2021-11-12bpftool: Normalize compile rules to specify output file lastAndrii Nakryiko1-8/+8
2021-11-10bpftool: Fix SPDX tag for Makefiles and .gitignoreQuentin Monnet3-3/+3
2021-11-07bpftool: Stop using deprecated bpf_load_program()Andrii Nakryiko1-1/+1
2021-11-05bpftool: Install libbpf headers for the bootstrap version, tooQuentin Monnet1-10/+22
2021-11-03bpftool: Use bpf_obj_get_info_by_fd directlyDave Marchevsky2-50/+149
2021-11-03bpftool: Migrate -1 err checks of libbpf fn callsDave Marchevsky2-2/+2
2021-10-26bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet7-65/+72
2021-10-26bpftool: Switch to libbpf's hashmap for programs/maps in BTF listingQuentin Monnet2-68/+62
2021-10-26bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet6-84/+111
2021-10-26bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet5-18/+24
2021-10-26bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)Quentin Monnet1-2/+2