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.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
2023-02-17
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
9
-36
/
+41
2023-02-11
tools: runqslower: Add EXTRA_CFLAGS and EXTRA_LDFLAGS support
Ilya Leoshkevich
1
-0
/
+2
2023-02-09
tools/resolve_btfids: Pass HOSTCFLAGS as EXTRA_CFLAGS to prepare targets
Jiri Olsa
1
-1
/
+1
2023-02-08
tools/resolve_btfids: Tidy HOST_OVERRIDES
Ian Rogers
1
-2
/
+2
2023-02-08
tools/resolve_btfids: Compile resolve_btfids as host program
Jiri Olsa
2
-4
/
+9
2023-02-03
bpftool: profile online CPUs instead of possible
Tonghao Zhang
1
-8
/
+30
2023-01-25
tools/resolve_btfids: Alter how HOSTCC is forced
Ian Rogers
1
-10
/
+7
2023-01-25
tools/resolve_btfids: Install subcmd headers
Ian Rogers
2
-6
/
+15
2023-01-13
bpftool: Always disable stack protection for BPF objects
Holger Hoffstätte
1
-1
/
+2
2023-01-11
bpftool: fix output for skipping kernel config check
Chethan Suresh
1
-4
/
+4
2023-01-11
bpftool: Add missing quotes to libbpf bootstrap submake vars
James Hilliard
1
-1
/
+1
2023-01-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2022-12-22
bpftool: Fix linkage with statically built libllvm
Anton Protopopov
1
-0
/
+4
2022-12-21
bpf: makefiles: Do not generate empty vmlinux.h
Changbin Du
1
-0
/
+3
2022-12-16
tools/resolve_btfids: Use pkg-config to locate libelf
Shen Jiamin
1
-2
/
+6
2022-12-06
bpftool: Fix memory leak in do_build_table_cb
Miaoqian Lin
1
-0
/
+1
2022-11-21
bpftool: remove function free_btf_vmlinux()
Sahid Orentino Ferdjaoui
1
-6
/
+1
2022-11-21
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
8
-45
/
+39
2022-11-21
bpftool: fix error message when function can't register struct_ops
Sahid Orentino Ferdjaoui
1
-3
/
+2
2022-11-21
bpftool: replace return value PTR_ERR(NULL) with 0
Sahid Orentino Ferdjaoui
1
-4
/
+2
2022-11-21
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
6
-33
/
+3
2022-11-16
bpftool: Check argc first before "file" in do_batch()
Tiezhu Yang
1
-3
/
+3
2022-11-12
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
8
-71
/
+43
2022-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2022-11-10
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
8
-71
/
+43
2022-11-02
bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
Pu Lehui
1
-0
/
+3
2022-10-27
bpftool: Fix spelling mistake "disasembler" -> "disassembler"
Colin Ian King
1
-1
/
+1
2022-10-26
bpftool: Support new cgroup local storage
Yonghong Song
2
-2
/
+2
2022-10-25
bpftool: Add llvm feature to "bpftool version"
Quentin Monnet
2
-4
/
+11
2022-10-25
bpftool: Support setting alternative arch for JIT disasm with LLVM
Quentin Monnet
4
-18
/
+16
2022-10-25
bpftool: Add LLVM as default library for disassembling JIT-ed programs
Quentin Monnet
3
-23
/
+141
2022-10-25
bpftool: Refactor disassembler for JIT-ed programs
Quentin Monnet
1
-45
/
+88
2022-10-25
bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
Quentin Monnet
1
-12
/
+15
2022-10-25
bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
Quentin Monnet
1
-5
/
+14
2022-10-25
bpftool: Remove asserts from JIT disassembler
Quentin Monnet
4
-35
/
+57
2022-10-25
bpftool: Define _GNU_SOURCE only once
Quentin Monnet
7
-0
/
+14
2022-10-22
bpftool: Add "bootstrap" feature to version output
Quentin Monnet
1
-32
/
+49
2022-10-22
bpftool: Set binary name to "bpftool" in help and version output
Quentin Monnet
1
-1
/
+1
2022-10-21
bpftool: Update the bash completion(add autoattach to prog load)
Wang Yufen
1
-0
/
+1
2022-10-21
bpftool: Update doc (add autoattach to prog load)
Wang Yufen
1
-2
/
+13
2022-10-21
bpftool: Add autoattach for bpf prog load|loadall
Wang Yufen
1
-2
/
+74
2022-10-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+49
2022-10-01
bpftool: Fix error message of strerror
Tianyi Liu
3
-12
/
+10
2022-10-01
bpftool: Remove unused struct event_ring_info
Yuan Can
1
-7
/
+0
2022-10-01
bpftool: Remove unused struct btf_attach_point
Yuan Can
1
-5
/
+0
2022-09-29
bpftool: Show parameters of BPF task iterators.
Kui-Feng Lee
1
-0
/
+19
2022-09-22
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2
-2
/
+2
2022-09-21
bpftool: Fix wrong cgroup attach flags being assigned to effective progs
Pu Lehui
1
-5
/
+49
2022-09-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2
-1
/
+36
2022-08-30
bpftool: Add support for querying cgroup_iter link
Hao Luo
1
-0
/
+35
[next]