index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-22
Merge tag 'perf-tools-for-v7.3-2026-08-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools
Linus Torvalds
1
-3
/
+0
2026-08-13
bpftool: Fix double close in map dump
Yuan Chen
1
-3
/
+1
2026-08-13
bpftool: Generate skeleton for global percpu data
Leon Hwang
1
-12
/
+41
2026-08-12
resolve_btfids: Emit arena attributes from kfunc parameter suffixes
Kumar Kartikeya Dwivedi
1
-20
/
+52
2026-08-08
bpf: Do not print a newline after disassembly in bpf_verbose_insn()
Eduard Zingerman
1
-15
/
+4
2026-08-06
docs, resolve_btfids: Document kfunc BTF annotation emission
Ihor Solodrai
1
-0
/
+11
2026-08-06
resolve_btfids: Emit bpf_kfunc and bpf_fastcall decl tags
Ihor Solodrai
1
-1
/
+30
2026-08-06
resolve_btfids: Process KF_ARENA_* flags in resolve_btfids
Ihor Solodrai
1
-5
/
+134
2026-08-06
resolve_btfids: Deduplicate BTF after btf2btf transformations
Ihor Solodrai
1
-0
/
+6
2026-07-30
resolve_btfids: Enforce consistent kfunc flags across BTF ID sets
Ihor Solodrai
1
-4
/
+13
2026-07-30
resolve_btfids: Discover kfuncs from BTF ID sets
Ihor Solodrai
1
-60
/
+29
2026-07-30
resolve_btfids: Fix the _impl lookup for module BTF
Ihor Solodrai
1
-1
/
+1
2026-07-30
resolve_btfids: Keep collected kfuncs in a rbtree
Ihor Solodrai
1
-8
/
+42
2026-07-30
resolve_btfids: Index BTF ID symbols by address
Ihor Solodrai
1
-23
/
+71
2026-07-30
resolve_btfids: Implement generic ensure_mem() to grow arrays
Ihor Solodrai
1
-22
/
+33
2026-07-25
tools/build: selftests: Remove some duplicate toolchain definitions
James Clark
1
-3
/
+0
2026-07-20
bpftool: Skip prog/map that disappears while looking it up by name
Jiayuan Chen
1
-0
/
+4
2026-07-08
bpftool: Cover loader metadata with the program signature
Daniel Borkmann
2
-2
/
+17
2026-07-08
bpftool: Check EVP_Digest when computing excl_prog_hash
Daniel Borkmann
1
-2
/
+5
2026-07-08
tools/resolve_btfids: Include libsubcmd headers directly from source tree
Thomas Weißschuh
1
-3
/
+2
2026-07-02
bpftool: Use btf_vlen()/btf_kind()/btf_kflag() helpers consistently
luoliang
2
-14
/
+13
2026-07-01
bpftool: Add tracing_multi link info output
Jiri Olsa
1
-0
/
+133
2026-07-01
tools/bpf/bpftool: Reset vmlinux BTF after struct_ops commands
Yichong Chen
1
-0
/
+4
2026-07-01
tools/bpf/bpftool: Reset vmlinux BTF after map commands
Yichong Chen
1
-3
/
+9
2026-07-01
bpftool: Strip all -Wformat* flags from bootstrap libbpf build
Andrii Nakryiko
1
-1
/
+1
2026-06-21
bpftool: Fix vmlinux BTF leak in cgroup commands
Yichong Chen
1
-1
/
+13
2026-06-14
tools/bpf: build: Append extra cflags
Leo Yan
1
-0
/
+1
2026-06-14
bpftool: Append extra host flags
Leo Yan
1
-0
/
+1
2026-06-14
bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS
Leo Yan
1
-2
/
+6
2026-06-14
bpftool: Pass host flags to bootstrap libbpf
Leo Yan
1
-1
/
+5
2026-06-05
bpftool: Restrict feature tests during bootstrap compilation
Ian Rogers
1
-0
/
+5
2026-06-05
bpftool: Add rhash map documentation
Mykyta Yatsenko
2
-2
/
+2
2026-06-03
bpftool: Use libbpf error code for flow dissector query
Woojin Ji
1
-2
/
+2
2026-05-28
bpftool: Fix typo in struct_ops map FD generation for light skeleton
Siddharth Nayyar
1
-1
/
+1
2026-04-20
bpftool: Support 24-bit vlen
Alan Maguire
3
-20
/
+17
2026-04-12
bpftool: add missing fsession to the usage and docs of bpftool
Menglong Dong
3
-3
/
+3
2026-03-29
bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGS
Ihor Solodrai
1
-0
/
+1
2026-03-24
bpftool: Enable aarch64 ISA extensions for JIT disassembly
Puranjay Mohan
1
-1
/
+10
2026-03-16
bpftool: Allow explicitly skip llvm, libbfd and libcrypto dependencies
Mykyta Yatsenko
3
-4
/
+47
2026-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3
Alexei Starovoitov
1
-2
/
+7
2026-03-07
resolve_btfids: Fix linker flags detection
Ihor Solodrai
1
-2
/
+7
2026-03-05
bpftool: Support merging multiple module BTFs in btf dump
Josef Bacik
3
-17
/
+121
2026-02-24
resolve_btfids: Fix memory leaks reported by ASAN
Ihor Solodrai
1
-27
/
+54
2026-02-24
selftests/bpf: Pass through build flags to bpftool and resolve_btfids
Ihor Solodrai
1
-2
/
+5
2026-02-17
bpftool: Fix truncated netlink dumps
Jakub Kicinski
1
-1
/
+4
2026-02-04
resolve_btfids: Refactor the sort_btf_by_name function
Donglin Peng
1
-7
/
+11
2026-01-28
bpftool: Fix dependencies for static build
Ihor Solodrai
1
-2
/
+2
2026-01-24
bpftool: add fsession support
Menglong Dong
1
-0
/
+1
2026-01-20
resolve_btfids: Support for KF_IMPLICIT_ARGS
Ihor Solodrai
1
-0
/
+382
2026-01-20
resolve_btfids: Introduce finalize_btf() step
Ihor Solodrai
1
-21
/
+48
[next]