summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)Author
2024-09-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu
2024-09-09bpftool: Fix typosAndrew Kreimer
2024-09-09bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu
2024-09-06bpftool: Improve btf c dump sorting stabilityMykyta Yatsenko
2024-09-05bpftool: fix some typos in bpftoolLin Yikai
2024-09-02bpftool: Fix handling enum64 in btf dump sortingMykyta Yatsenko
2024-09-02bpftool: Add missing blank lines in bpftool-net doc exampleQuentin Monnet
2024-07-30tools/bpf: Fix the wrong format specifierZhu Jun
2024-07-29tools/runqslower: Fix LDFLAGS and add LDLIBS supportTony Ambardar
2024-07-29bpftool: Add document for net attach/detach on tcx subcommandTao Chen
2024-07-29bpftool: Add bash-completion for tcx subcommandTao Chen
2024-07-29bpftool: Add net attach/detach command to tcx progTao Chen
2024-07-29bpftool: Refactor xdp attach/detach type judgmentTao Chen
2024-07-22tools/resolve_btfids: Fix comparison of distinct pointer types warning in res...Liwei Song
2024-07-17bpftool: Fix typo in usage helpDonald Hunter
2024-07-09bpftool: improve skeleton backwards compat with old buggy libbpfsAndrii Nakryiko
2024-07-02bpftool: Mount bpffs when pinmaps path not under the bpffsTao Chen
2024-06-21bpftool: Allow compile-time checks of BPF map auto-attach support in skeletonAndrii Nakryiko
2024-06-17resolve_btfids: Handle presence of .BTF.base sectionAlan Maguire
2024-06-12bpftool: Support dumping kfunc prototypes from BTFDaniel Xu
2024-06-11bpftool: Query only cgroup-related attach typesKenta Tada
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-06libbpf: Auto-attach struct_ops BPF maps in BPF skeletonMykyta Yatsenko
2024-06-05bpftool: Use BTF field iterator in btfgenAndrii Nakryiko
2024-06-03bpftool: Fix typo in MAX_NUM_METRICS macro nameSwan Beaujard
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-30bpftool: Change pid_iter.bpf.c to comply with the change of bpf_link_fops.Kui-Feng Lee
2024-05-24bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock
2024-05-21bpftool: Un-const bpf_func_info to fix it for llvm 17 and newerIvan Babrou
2024-05-18bpftool: Fix make dependencies for vmlinux.hArtem Savkov
2024-05-18bpftool: Introduce btf c dump sortingMykyta Yatsenko
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