summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)Author
2025-07-03bpftool: Add support for dumping streamsKumar Kartikeya Dwivedi
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov
2025-06-20bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen
2025-06-20bpftool: Use appropriate permissions for map accessSlava Imameev
2025-06-17bpftool: Fix JSON writer resource leak in version commandYuan Chen
2025-06-12tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()Ruslan Semchenko
2025-06-10tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal
2025-06-09bpftool: Display cookie for tracing link probeTao Chen
2025-06-05bpftool: Display cookie for raw_tp link probeTao Chen
2025-05-27bpftool: Add support for custom BTF path in prog load/loadallJiayuan Chen
2025-05-09bpftool: Display ref_ctr_offset for uprobe link infoJiri Olsa
2025-05-08bpftool: Fix cgroup command to only show cgroup bpf programsMartin KaFai Lau
2025-05-06bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernelsYiFei Zhu
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds
2025-03-17bpftool: Using the right format specifiersJiayuan Chen
2025-03-17bpftool: Add -Wformat-signedness flag to detect format errorsJiayuan Chen
2025-03-15bpf: bpftool: Setting error code in do_loader()Sewon Nam
2025-02-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...Linus Torvalds
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins
2025-02-13bpftool: Check map name length when map createRong Tao
2025-02-10bpftool: Using the right format specifiersJiayuan Chen
2025-02-03bpftool: Fix readlink usage in get_fd_typeViktor Malik
2025-02-03selftests/bpf: Fix runqslower cross-endian buildTony Ambardar
2025-01-24Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2025-01-10bpftool: Fix control flow graph segfault during edge creationChristoph Werle
2024-12-18bpftool: Link zstd lib required by libelfLeo Yan
2024-12-13bpftool: bash: Add bash completion for root_id argumentDaniel Xu
2024-12-13bpftool: btf: Support dumping a specific types from fileDaniel Xu
2024-12-13bpftool: btf: Validate root_type_ids earlyDaniel Xu
2024-12-13bpftool: man: Add missing format argument to command descriptionDaniel Xu
2024-12-12bpftool: Probe for ISA v4 instruction set extensionSimone Magnani
2024-12-10tools/resolve_btfids: Add --fatal_warnings optionThomas Weißschuh
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds
2024-11-25bpftool: fix potential NULL pointer dereferencing in prog_dump()Amir Mohammadi
2024-11-13bpftool: Cast variable `var` to long longLuo Yifan
2024-11-11tools/bpf: Fix the wrong format specifier in bpf_jit_disasmLuo Yifan
2024-11-05bpftool: ensure task comm is always NUL-terminatedYafang Shao
2024-11-01bpftool: Prevent setting duplicate _GNU_SOURCE in MakefileViktor Malik
2024-11-01bpf, bpftool: Fix incorrect disasm pcLeon Hwang
2024-10-23resolve_btfids: Fix compiler warningsEder Zulian
2024-10-03bpftool: __bpf_fastcall for kfuncs marked with special decl_tagEduard Zingerman
2024-10-03tools/bpf: Remove unused variable from runqslowerZhu Jun
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