summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorLines
2025-05-06bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernelsYiFei Zhu-1/+1
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds-55/+68
2025-03-17bpftool: Using the right format specifiersJiayuan Chen-30/+31
2025-03-17bpftool: Add -Wformat-signedness flag to detect format errorsJiayuan Chen-1/+6
2025-03-15bpf: bpftool: Setting error code in do_loader()Sewon Nam-0/+1
2025-02-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...Linus Torvalds-24/+1
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins-24/+1
2025-02-13bpftool: Check map name length when map createRong Tao-0/+4
2025-02-10bpftool: Using the right format specifiersJiayuan Chen-22/+22
2025-02-03bpftool: Fix readlink usage in get_fd_typeViktor Malik-1/+2
2025-02-03selftests/bpf: Fix runqslower cross-endian buildTony Ambardar-1/+2
2025-01-24Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/l...Linus Torvalds-0/+7
2025-01-10bpftool: Fix control flow graph segfault during edge creationChristoph Werle-0/+1
2024-12-18bpftool: Link zstd lib required by libelfLeo Yan-0/+7
2024-12-13bpftool: bash: Add bash completion for root_id argumentDaniel Xu-1/+6
2024-12-13bpftool: btf: Support dumping a specific types from fileDaniel Xu-4/+44
2024-12-13bpftool: btf: Validate root_type_ids earlyDaniel Xu-0/+12
2024-12-13bpftool: man: Add missing format argument to command descriptionDaniel Xu-1/+1
2024-12-12bpftool: Probe for ISA v4 instruction set extensionSimone Magnani-0/+23
2024-12-10tools/resolve_btfids: Add --fatal_warnings optionThomas Weißschuh-2/+10
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-5/+12
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+2
2024-11-25bpftool: fix potential NULL pointer dereferencing in prog_dump()Amir Mohammadi-5/+12
2024-11-13bpftool: Cast variable `var` to long longLuo Yifan-1/+1
2024-11-11tools/bpf: Fix the wrong format specifier in bpf_jit_disasmLuo Yifan-1/+1
2024-11-05bpftool: ensure task comm is always NUL-terminatedYafang Shao-0/+2
2024-11-01bpftool: Prevent setting duplicate _GNU_SOURCE in MakefileViktor Malik-1/+5
2024-11-01bpf, bpftool: Fix incorrect disasm pcLeon Hwang-11/+29
2024-10-23resolve_btfids: Fix compiler warningsEder Zulian-2/+2
2024-10-03bpftool: __bpf_fastcall for kfuncs marked with special decl_tagEduard Zingerman-10/+88
2024-10-03tools/bpf: Remove unused variable from runqslowerZhu Jun-1/+0
2024-09-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu-0/+3
2024-09-09bpftool: Fix typosAndrew Kreimer-1/+1
2024-09-09bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu-4/+4
2024-09-06bpftool: Improve btf c dump sorting stabilityMykyta Yatsenko-5/+75
2024-09-05bpftool: fix some typos in bpftoolLin Yikai-6/+6
2024-09-02bpftool: Fix handling enum64 in btf dump sortingMykyta Yatsenko-3/+4
2024-09-02bpftool: Add missing blank lines in bpftool-net doc exampleQuentin Monnet-0/+2
2024-07-30tools/bpf: Fix the wrong format specifierZhu Jun-2/+2
2024-07-29tools/runqslower: Fix LDFLAGS and add LDLIBS supportTony Ambardar-1/+2
2024-07-29bpftool: Add document for net attach/detach on tcx subcommandTao Chen-1/+21
2024-07-29bpftool: Add bash-completion for tcx subcommandTao Chen-1/+1
2024-07-29bpftool: Add net attach/detach command to tcx progTao Chen-1/+42
2024-07-29bpftool: Refactor xdp attach/detach type judgmentTao Chen-5/+21
2024-07-22tools/resolve_btfids: Fix comparison of distinct pointer types warning in res...Liwei Song-1/+1
2024-07-17bpftool: Fix typo in usage helpDonald Hunter-1/+1
2024-07-09bpftool: improve skeleton backwards compat with old buggy libbpfsAndrii Nakryiko-14/+32
2024-07-02bpftool: Mount bpffs when pinmaps path not under the bpffsTao Chen-0/+4
2024-06-21bpftool: Allow compile-time checks of BPF map auto-attach support in skeletonAndrii Nakryiko-0/+2
2024-06-17resolve_btfids: Handle presence of .BTF.base sectionAlan Maguire-0/+8