aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-10bpftool: Restore support for BPF offload-enabled feature probingNiklas Söderlund1-13/+139
2022-02-28bpftool: Remove redundant slashesYuntao Wang1-7/+7
2022-02-23bpftool: Bpf skeletons assert type sizesDelyan Kratunov1-22/+105
2022-02-23bpftool: Remove usage of reallocarray()Mauricio Vásquez4-11/+9
2022-02-16bpftool: Fix C++ additions to skeletonAndrii Nakryiko1-7/+7
2022-02-16bpftool: Fix pretty print dump for maps without BTF loadedJiri Olsa1-16/+15
2022-02-16bpftool: Gen min_core_btf explanation and examplesRafael David Tinoco1-0/+90
2022-02-16bpftool: Implement btfgen_get_btf()Mauricio Vásquez1-1/+99
2022-02-16bpftool: Implement "gen min_core_btf" logicMauricio Vásquez2-6/+457
2022-02-16bpftool: Add gen min_core_btf commandMauricio Vásquez2-4/+44
2022-02-15bpftool: Add C++-specific open/load/etc skeleton wrappersAndrii Nakryiko1-2/+22
2022-02-15bpftool: Fix the error when lookup in no-btf mapsYinjun Zhang1-4/+2
2022-02-15kbuild: replace $(if A,A,B) with $(or A,B)Masahiro Yamada1-2/+2
2022-02-10bpftool: Update versioning scheme, align on libbpf's version numberQuentin Monnet2-4/+23
2022-02-10bpftool: Add libbpf's version number to "bpftool version" outputQuentin Monnet2-6/+11
2022-02-10bpftool: Generalize light skeleton generation.Alexei Starovoitov1-19/+20
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-02bpftool: Migrate from bpf_prog_test_run_xattrDelyan Kratunov1-3/+2
2022-02-01libbpf: Open code raw_tp_open and link_create commands.Alexei Starovoitov1-3/+3
2022-02-01libbpf: Add support for bpf iter in light skeleton.Alexei Starovoitov1-1/+4
2022-01-25bpftool: use preferred setters/getters instead of deprecated onesAndrii Nakryiko2-5/+5
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski12-29/+94
2022-01-20bpftool: use new API for attaching XDP programAndrii Nakryiko1-1/+1
2022-01-20libbpf: 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_kernel_str to get task commYafang Shao1-2/+2
2022-01-19bpftool: Adding support for BTF program namesRaman Shukhau4-12/+70
2022-01-12bpftool: Stop using bpf_map__def() APIChristy Lee2-9/+7
2022-01-12bpftool: Only set obj->skeleton on complete successWei Fu1-1/+1
2022-01-12bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez5-5/+7
2022-01-05libbpf 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-21bpftool: Enable line buffering for stdoutPaul Chaignon1-0/+2
2021-12-17bpftool: Reimplement large insn size limit feature probingAndrii Nakryiko1-3/+23
2021-12-16bpftool: Enable cross-building with clangJean-Philippe Brucker1-6/+7
2021-12-10bpftool: 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-02bpftool: 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-14bpftool: Use libbpf_get_error() to check errorHengqi Chen5-23/+27
2021-11-14bpftool: Fix mixed indentation in documentationQuentin Monnet2-38/+38
2021-11-14bpftool: Update the lists of names for maps and prog-attach typesQuentin Monnet4-3/+6
2021-11-14bpftool: Fix indent in option lists in the documentationQuentin Monnet7-14/+14