summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
AgeCommit message (Expand)AuthorFilesLines
2025-11-13bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21Tom Stellard2-2/+2
2025-08-20bpftool: Fix JSON writer resource leak in version commandYuan Chen1-3/+3
2025-08-15bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen1-6/+9
2025-06-27bpftool: Fix cgroup command to only show cgroup bpf programsMartin KaFai Lau1-6/+6
2025-06-19bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernelsYiFei Zhu1-1/+1
2025-05-29bpftool: Fix readlink usage in get_fd_typeViktor Malik1-1/+2
2025-05-02bpf: bpftool: Setting error code in do_loader()Sewon Nam1-0/+1
2024-12-14bpftool: fix potential NULL pointer dereferencing in prog_dump()Amir Mohammadi1-5/+12
2024-12-05bpf, bpftool: Fix incorrect disasm pcLeon Hwang1-11/+29
2024-09-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu1-0/+3
2024-09-10bpftool: Fix typosAndrew Kreimer1-1/+1
2024-09-10bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu1-4/+4
2024-09-07bpftool: Improve btf c dump sorting stabilityMykyta Yatsenko1-5/+75
2024-09-05bpftool: fix some typos in bpftoolLin Yikai2-6/+6
2024-09-02bpftool: Fix handling enum64 in btf dump sortingMykyta Yatsenko1-3/+4
2024-09-02bpftool: Add missing blank lines in bpftool-net doc exampleQuentin Monnet1-0/+2
2024-07-30tools/bpf: Fix the wrong format specifierZhu Jun1-2/+2
2024-07-29bpftool: Add document for net attach/detach on tcx subcommandTao Chen1-1/+21
2024-07-29bpftool: Add bash-completion for tcx subcommandTao Chen1-1/+1
2024-07-29bpftool: Add net attach/detach command to tcx progTao Chen1-1/+42
2024-07-29bpftool: Refactor xdp attach/detach type judgmentTao Chen1-5/+21
2024-07-17bpftool: Fix typo in usage helpDonald Hunter1-1/+1
2024-07-10bpftool: improve skeleton backwards compat with old buggy libbpfsAndrii Nakryiko1-14/+32
2024-07-02bpftool: Mount bpffs when pinmaps path not under the bpffsTao Chen1-0/+4
2024-06-21bpftool: Allow compile-time checks of BPF map auto-attach support in skeletonAndrii Nakryiko1-0/+2
2024-06-12bpftool: Support dumping kfunc prototypes from BTFDaniel Xu1-0/+55
2024-06-11bpftool: Query only cgroup-related attach typesKenta Tada1-4/+36
2024-06-06libbpf: Auto-attach struct_ops BPF maps in BPF skeletonMykyta Yatsenko1-4/+32
2024-06-05bpftool: Use BTF field iterator in btfgenAndrii Nakryiko1-10/+6
2024-06-03bpftool: Fix typo in MAX_NUM_METRICS macro nameSwan Beaujard1-7/+7
2024-05-31bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.Kui-Feng Lee1-1/+6
2024-05-21bpftool: Un-const bpf_func_info to fix it for llvm 17 and newerIvan Babrou1-1/+1
2024-05-18bpftool: Fix make dependencies for vmlinux.hArtem Savkov1-1/+2
2024-05-18bpftool: Introduce btf c dump sortingMykyta Yatsenko3-7/+140
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