summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)Author
2024-05-24bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock
2024-05-06bpftool, selftests/hid/bpf: Fix 29 clang warningsJohn Hubbard
2024-04-16bpftool: Address minor issues in bash completionQuentin Monnet
2024-04-16bpftool: Update documentation where progs/maps can be passed by nameQuentin Monnet
2024-04-12bpftool: Fix typo in error messageThorsten Blum
2024-04-10bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAPYonghong Song
2024-04-04bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq
2024-04-02bpftool: Use __typeof__() instead of typeof() in BPF skeletonAndrii Nakryiko
2024-04-02bpftool: Clean-up typos, punctuation, list formatting in docsRameez Rehman
2024-04-02bpftool: Remove useless emphasis on command description in man pagesRameez Rehman
2024-04-02bpftool: Use simpler indentation in source rST for documentationRameez Rehman
2024-03-28bpf: improve error message for unsupported helperMykyta Yatsenko
2024-03-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-20bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftoolQuentin Monnet
2024-03-19bpftool: Remove unnecessary source files from bootstrap versionQuentin Monnet
2024-03-19bpftool: Enable libbpf logs when loading pid_iter in debug modeQuentin Monnet
2024-03-15libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov
2024-03-14bpftool: Fix missing pids during link showYonghong Song
2024-03-14bpftool: Cast pointers for shadow types explicitly.Kui-Feng Lee
2024-03-11libbpf: Recognize __arena global variables.Andrii Nakryiko
2024-03-11bpftool: Recognize arena map typeAlexei Starovoitov
2024-03-07bpftool: rename is_internal_mmapable_map into is_mmapable_mapAndrii Nakryiko
2024-02-29bpftool: Add an example for struct_ops map and shadow type.Kui-Feng Lee
2024-02-29bpftool: Generated shadow variables for struct_ops maps.Kui-Feng Lee
2024-02-07tools/resolve_btfids: Fix cross-compilation to non-host endiannessViktor Malik
2024-02-07tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik
2024-01-29bpftool: Be more portable by using POSIX's basename()Arnaldo Carvalho de Melo
2024-01-23bpftool: Display cookie for kprobe multi linkJiri Olsa
2024-01-23bpftool: Display cookie for perf event link probesJiri Olsa
2024-01-23bpftool: Fix wrong free call in do_show_linkJiri Olsa
2024-01-23bpftool: Silence build warning about calloc()Tiezhu Yang
2024-01-04bpfilter: remove bpfilterQuentin Deslandes
2023-11-28bpftool: Add support to display uprobe_multi linksJiri Olsa
2023-11-27bpftool: mark orphaned programs during prog showStanislav Fomichev
2023-11-09bpftool: Fix prog object type in manpageArtem Savkov
2023-10-24bpftool: Extend net dump with netkit progsDaniel Borkmann
2023-10-24bpftool: Implement link show support for netkitDaniel Borkmann
2023-10-19bpftool: Wrap struct_ops dump in an arrayManu Bretelle
2023-10-19bpftool: Fix printing of pointer valueManu Bretelle
2023-10-11bpftool: Add support for cgroup unix socket address hooksDaan De Meyer
2023-10-09bpftool: Align bpf_load_and_run_opts insns and dataIan Rogers
2023-10-09bpftool: Align output skeleton ELF codeIan Rogers
2023-09-25bpftool: Display missed count for kprobe perf linkJiri Olsa
2023-09-25bpftool: Display missed count for kprobe_multi linkJiri Olsa
2023-09-08bpftool: Fix -Wcast-qual warningDenys Zagorui
2023-08-30bpftool: Fix build warnings with -Wtype-limitsYafang Shao
2023-08-16bpftool: Implement link show support for xdpDaniel Borkmann
2023-08-16bpftool: Implement link show support for tcxDaniel Borkmann
2023-08-11bpftool: fix perf help messageDaniel T. Lee
2023-07-19bpftool: Extend net dump with tcx progsDaniel Borkmann