summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
9 daysbpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock1-1/+1
2024-05-07bpftool, selftests/hid/bpf: Fix 29 clang warningsJohn Hubbard1-1/+1
2024-04-16bpftool: Address minor issues in bash completionQuentin Monnet1-36/+25
2024-04-16bpftool: Update documentation where progs/maps can be passed by nameQuentin Monnet4-4/+4
2024-04-12bpftool: Fix typo in error messageThorsten Blum1-1/+1
2024-04-11bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAPYonghong Song1-0/+9
2024-04-05bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq5-16/+92
2024-04-02bpftool: Use __typeof__() instead of typeof() in BPF skeletonAndrii Nakryiko1-2/+2
2024-04-02bpftool: Clean-up typos, punctuation, list formatting in docsRameez Rehman3-40/+35
2024-04-02bpftool: Remove useless emphasis on command description in man pagesRameez Rehman11-61/+61
2024-04-02bpftool: Use simpler indentation in source rST for documentationRameez Rehman14-991/+908
2024-03-29bpf: improve error message for unsupported helperMykyta Yatsenko1-1/+2
2024-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2024-03-21bpftool: Clean up HOST_CFLAGS, HOST_LDFLAGS for bootstrap bpftoolQuentin Monnet1-4/+5
2024-03-20bpftool: Remove unnecessary source files from bootstrap versionQuentin Monnet1-4/+1
2024-03-20bpftool: Enable libbpf logs when loading pid_iter in debug modeQuentin Monnet1-7/+12
2024-03-16libbpf, selftests/bpf: Adjust libbpf, bpftool, selftests to match LLVMAlexei Starovoitov1-1/+1
2024-03-14bpftool: Fix missing pids during link showYonghong Song1-2/+2
2024-03-14bpftool: Cast pointers for shadow types explicitly.Kui-Feng Lee1-1/+2
2024-03-12libbpf: Recognize __arena global variables.Andrii Nakryiko1-0/+13
2024-03-12bpftool: Recognize arena map typeAlexei Starovoitov2-2/+2
2024-03-08bpftool: rename is_internal_mmapable_map into is_mmapable_mapAndrii Nakryiko1-9/+9
2024-03-01bpftool: Add an example for struct_ops map and shadow type.Kui-Feng Lee1-6/+52
2024-03-01bpftool: Generated shadow variables for struct_ops maps.Kui-Feng Lee1-1/+236
2024-02-08tools/resolve_btfids: Fix cross-compilation to non-host endiannessViktor Malik1-0/+35
2024-02-08tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik1-14/+21
2024-01-29bpftool: Be more portable by using POSIX's basename()Arnaldo Carvalho de Melo1-3/+6
2024-01-24bpftool: Display cookie for kprobe multi linkJiri Olsa1-15/+63
2024-01-24bpftool: Display cookie for perf event link probesJiri Olsa1-0/+14
2024-01-24bpftool: Fix wrong free call in do_show_linkJiri Olsa1-1/+1
2024-01-24bpftool: Silence build warning about calloc()Tiezhu Yang1-1/+1
2024-01-04bpfilter: remove bpfilterQuentin Deslandes1-4/+0
2023-11-29bpftool: Add support to display uprobe_multi linksJiri Olsa1-2/+103
2023-11-28bpftool: mark orphaned programs during prog showStanislav Fomichev1-5/+9
2023-11-10bpftool: Fix prog object type in manpageArtem Savkov1-1/+1
2023-10-25bpftool: Extend net dump with netkit progsDaniel Borkmann2-5/+10
2023-10-25bpftool: Implement link show support for netkitDaniel Borkmann1-0/+9
2023-10-19bpftool: Wrap struct_ops dump in an arrayManu Bretelle1-0/+6
2023-10-19bpftool: Fix printing of pointer valueManu Bretelle1-1/+1
2023-10-12bpftool: Add support for cgroup unix socket address hooksDaan De Meyer5-23/+38
2023-10-09bpftool: Align bpf_load_and_run_opts insns and dataIan Rogers1-20/+23
2023-10-09bpftool: Align output skeleton ELF codeIan Rogers1-6/+9
2023-09-26bpftool: Display missed count for kprobe perf linkJiri Olsa1-0/+3
2023-09-26bpftool: Display missed count for kprobe_multi linkJiri Olsa1-0/+3
2023-09-09bpftool: Fix -Wcast-qual warningDenys Zagorui1-1/+1
2023-08-30bpftool: Fix build warnings with -Wtype-limitsYafang Shao1-1/+1
2023-08-16bpftool: Implement link show support for xdpDaniel Borkmann1-0/+7
2023-08-16bpftool: Implement link show support for tcxDaniel Borkmann1-0/+37
2023-08-12bpftool: fix perf help messageDaniel T. Lee1-1/+1
2023-07-19bpftool: Extend net dump with tcx progsDaniel Borkmann3-16/+116