summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-07-04bpftool: Add support for dumping streamsKumar Kartikeya Dwivedi3-2/+70
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov1-1/+1
2025-06-20bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen1-6/+9
2025-06-20bpftool: Use appropriate permissions for map accessSlava Imameev8-51/+96
2025-06-17bpftool: Fix JSON writer resource leak in version commandYuan Chen1-3/+3
2025-06-13tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()Ruslan Semchenko1-0/+2
2025-06-10tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal1-1/+1
2025-06-10bpftool: Display cookie for tracing link probeTao Chen1-0/+3
2025-06-05bpftool: Display cookie for raw_tp link probeTao Chen1-0/+3
2025-05-27bpftool: Add support for custom BTF path in prog load/loadallJiayuan Chen3-5/+21
2025-05-09bpftool: Display ref_ctr_offset for uprobe link infoJiri Olsa1-0/+3
2025-05-08bpftool: Fix cgroup command to only show cgroup bpf programsMartin KaFai Lau1-6/+6
2025-05-06bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernelsYiFei Zhu1-1/+1
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds17-55/+68
2025-03-17bpftool: Using the right format specifiersJiayuan Chen11-30/+31
2025-03-17bpftool: Add -Wformat-signedness flag to detect format errorsJiayuan Chen1-1/+6
2025-03-15bpf: bpftool: Setting error code in do_loader()Sewon Nam1-0/+1
2025-02-26Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...Linus Torvalds5-24/+1
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins5-24/+1
2025-02-14bpftool: Check map name length when map createRong Tao1-0/+4
2025-02-11bpftool: Using the right format specifiersJiayuan Chen4-22/+22
2025-02-03bpftool: Fix readlink usage in get_fd_typeViktor Malik1-1/+2
2025-02-03selftests/bpf: Fix runqslower cross-endian buildTony Ambardar1-1/+2
2025-01-24Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-0/+7
2025-01-11bpftool: Fix control flow graph segfault during edge creationChristoph Werle1-0/+1
2024-12-18bpftool: Link zstd lib required by libelfLeo Yan1-0/+7
2024-12-14bpftool: bash: Add bash completion for root_id argumentDaniel Xu1-1/+6
2024-12-14bpftool: btf: Support dumping a specific types from fileDaniel Xu2-4/+44
2024-12-14bpftool: btf: Validate root_type_ids earlyDaniel Xu1-0/+12
2024-12-14bpftool: man: Add missing format argument to command descriptionDaniel Xu1-1/+1
2024-12-12bpftool: Probe for ISA v4 instruction set extensionSimone Magnani1-0/+23
2024-12-10tools/resolve_btfids: Add --fatal_warnings optionThomas Weißschuh1-2/+10
2024-12-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-5/+12
2024-11-26Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+2
2024-11-26bpftool: fix potential NULL pointer dereferencing in prog_dump()Amir Mohammadi1-5/+12
2024-11-13bpftool: Cast variable `var` to long longLuo Yifan1-1/+1
2024-11-12tools/bpf: Fix the wrong format specifier in bpf_jit_disasmLuo Yifan1-1/+1
2024-11-06bpftool: ensure task comm is always NUL-terminatedYafang Shao1-0/+2
2024-11-01bpftool: Prevent setting duplicate _GNU_SOURCE in MakefileViktor Malik1-1/+5
2024-11-01bpf, bpftool: Fix incorrect disasm pcLeon Hwang1-11/+29
2024-10-24resolve_btfids: Fix compiler warningsEder Zulian1-2/+2
2024-10-04bpftool: __bpf_fastcall for kfuncs marked with special decl_tagEduard Zingerman1-10/+88
2024-10-04tools/bpf: Remove unused variable from runqslowerZhu Jun1-1/+0
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