index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-04
bpftool: Add support for dumping streams
Kumar Kartikeya Dwivedi
3
-2
/
+70
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
1
-1
/
+1
2025-06-20
bpftool: Fix memory leak in dump_xx_nlmsg on realloc failure
Yuan Chen
1
-6
/
+9
2025-06-20
bpftool: Use appropriate permissions for map access
Slava Imameev
8
-51
/
+96
2025-06-17
bpftool: Fix JSON writer resource leak in version command
Yuan Chen
1
-3
/
+3
2025-06-13
tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()
Ruslan Semchenko
1
-0
/
+2
2025-06-10
tools/resolve_btfids: Fix build when cross compiling kernel with clang.
Suleiman Souhlal
1
-1
/
+1
2025-06-10
bpftool: Display cookie for tracing link probe
Tao Chen
1
-0
/
+3
2025-06-05
bpftool: Display cookie for raw_tp link probe
Tao Chen
1
-0
/
+3
2025-05-27
bpftool: Add support for custom BTF path in prog load/loadall
Jiayuan Chen
3
-5
/
+21
2025-05-09
bpftool: Display ref_ctr_offset for uprobe link info
Jiri Olsa
1
-0
/
+3
2025-05-08
bpftool: Fix cgroup command to only show cgroup bpf programs
Martin KaFai Lau
1
-6
/
+6
2025-05-06
bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernels
YiFei Zhu
1
-1
/
+1
2025-03-30
Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
17
-55
/
+68
2025-03-17
bpftool: Using the right format specifiers
Jiayuan Chen
11
-30
/
+31
2025-03-17
bpftool: Add -Wformat-signedness flag to detect format errors
Jiayuan Chen
1
-1
/
+6
2025-03-15
bpf: bpftool: Setting error code in do_loader()
Sewon Nam
1
-0
/
+1
2025-02-26
Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/p...
Linus Torvalds
5
-24
/
+1
2025-02-18
tools: Remove redundant quiet setup
Charlie Jenkins
5
-24
/
+1
2025-02-14
bpftool: Check map name length when map create
Rong Tao
1
-0
/
+4
2025-02-11
bpftool: Using the right format specifiers
Jiayuan Chen
4
-22
/
+22
2025-02-03
bpftool: Fix readlink usage in get_fd_type
Viktor Malik
1
-1
/
+2
2025-02-03
selftests/bpf: Fix runqslower cross-endian build
Tony Ambardar
1
-1
/
+2
2025-01-24
Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-0
/
+7
2025-01-11
bpftool: Fix control flow graph segfault during edge creation
Christoph Werle
1
-0
/
+1
2024-12-18
bpftool: Link zstd lib required by libelf
Leo Yan
1
-0
/
+7
2024-12-14
bpftool: bash: Add bash completion for root_id argument
Daniel Xu
1
-1
/
+6
2024-12-14
bpftool: btf: Support dumping a specific types from file
Daniel Xu
2
-4
/
+44
2024-12-14
bpftool: btf: Validate root_type_ids early
Daniel Xu
1
-0
/
+12
2024-12-14
bpftool: man: Add missing format argument to command description
Daniel Xu
1
-1
/
+1
2024-12-12
bpftool: Probe for ISA v4 instruction set extension
Simone Magnani
1
-0
/
+23
2024-12-10
tools/resolve_btfids: Add --fatal_warnings option
Thomas Weißschuh
1
-2
/
+10
2024-12-07
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
1
-5
/
+12
2024-11-26
Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+2
2024-11-26
bpftool: fix potential NULL pointer dereferencing in prog_dump()
Amir Mohammadi
1
-5
/
+12
2024-11-13
bpftool: Cast variable `var` to long long
Luo Yifan
1
-1
/
+1
2024-11-12
tools/bpf: Fix the wrong format specifier in bpf_jit_disasm
Luo Yifan
1
-1
/
+1
2024-11-06
bpftool: ensure task comm is always NUL-terminated
Yafang Shao
1
-0
/
+2
2024-11-01
bpftool: Prevent setting duplicate _GNU_SOURCE in Makefile
Viktor Malik
1
-1
/
+5
2024-11-01
bpf, bpftool: Fix incorrect disasm pc
Leon Hwang
1
-11
/
+29
2024-10-24
resolve_btfids: Fix compiler warnings
Eder Zulian
1
-2
/
+2
2024-10-04
bpftool: __bpf_fastcall for kfuncs marked with special decl_tag
Eduard Zingerman
1
-10
/
+88
2024-10-04
tools/bpf: Remove unused variable from runqslower
Zhu Jun
1
-1
/
+0
2024-09-10
bpftool: Fix undefined behavior in qsort(NULL, 0, ...)
Kuan-Wei Chiu
1
-0
/
+3
2024-09-10
bpftool: Fix typos
Andrew Kreimer
1
-1
/
+1
2024-09-10
bpftool: Fix undefined behavior caused by shifting into the sign bit
Kuan-Wei Chiu
1
-4
/
+4
2024-09-07
bpftool: Improve btf c dump sorting stability
Mykyta Yatsenko
1
-5
/
+75
2024-09-05
bpftool: fix some typos in bpftool
Lin Yikai
2
-6
/
+6
2024-09-02
bpftool: Fix handling enum64 in btf dump sorting
Mykyta Yatsenko
1
-3
/
+4
2024-09-02
bpftool: Add missing blank lines in bpftool-net doc example
Quentin Monnet
1
-0
/
+2
[next]