index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpftool: Fix linkage with statically built libllvm
Anton Protopopov
2022-12-22
1
-0
/
+4
*
bpftool: Fix memory leak in do_build_table_cb
Miaoqian Lin
2022-12-06
1
-0
/
+1
*
bpftool: remove function free_btf_vmlinux()
Sahid Orentino Ferdjaoui
2022-11-20
1
-6
/
+1
*
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
2022-11-20
8
-45
/
+39
*
bpftool: fix error message when function can't register struct_ops
Sahid Orentino Ferdjaoui
2022-11-20
1
-3
/
+2
*
bpftool: replace return value PTR_ERR(NULL) with 0
Sahid Orentino Ferdjaoui
2022-11-20
1
-4
/
+2
*
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
2022-11-20
6
-33
/
+3
*
bpftool: Check argc first before "file" in do_batch()
Tiezhu Yang
2022-11-15
1
-3
/
+3
*
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2022-11-11
8
-71
/
+43
|
\
|
*
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-09
8
-71
/
+43
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-11-10
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
bpftool: Fix NULL pointer dereference when pin {PROG, MAP, LINK} without FILE
Pu Lehui
2022-11-02
1
-0
/
+3
*
|
bpftool: Fix spelling mistake "disasembler" -> "disassembler"
Colin Ian King
2022-10-26
1
-1
/
+1
*
|
bpftool: Support new cgroup local storage
Yonghong Song
2022-10-25
2
-2
/
+2
*
|
bpftool: Add llvm feature to "bpftool version"
Quentin Monnet
2022-10-25
2
-4
/
+11
*
|
bpftool: Support setting alternative arch for JIT disasm with LLVM
Quentin Monnet
2022-10-25
4
-18
/
+16
*
|
bpftool: Add LLVM as default library for disassembling JIT-ed programs
Quentin Monnet
2022-10-25
3
-23
/
+141
*
|
bpftool: Refactor disassembler for JIT-ed programs
Quentin Monnet
2022-10-25
1
-45
/
+88
*
|
bpftool: Group libbfd defs in Makefile, only pass them if we use libbfd
Quentin Monnet
2022-10-25
1
-12
/
+15
*
|
bpftool: Split FEATURE_TESTS/FEATURE_DISPLAY definitions in Makefile
Quentin Monnet
2022-10-25
1
-5
/
+14
*
|
bpftool: Remove asserts from JIT disassembler
Quentin Monnet
2022-10-25
4
-35
/
+57
*
|
bpftool: Define _GNU_SOURCE only once
Quentin Monnet
2022-10-25
7
-0
/
+14
*
|
bpftool: Add "bootstrap" feature to version output
Quentin Monnet
2022-10-21
1
-32
/
+49
*
|
bpftool: Set binary name to "bpftool" in help and version output
Quentin Monnet
2022-10-21
1
-1
/
+1
*
|
bpftool: Update the bash completion(add autoattach to prog load)
Wang Yufen
2022-10-21
1
-0
/
+1
*
|
bpftool: Update doc (add autoattach to prog load)
Wang Yufen
2022-10-21
1
-2
/
+13
*
|
bpftool: Add autoattach for bpf prog load|loadall
Wang Yufen
2022-10-21
1
-2
/
+74
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-10-03
1
-5
/
+49
|
\
|
*
bpftool: Fix wrong cgroup attach flags being assigned to effective progs
Pu Lehui
2022-09-21
1
-5
/
+49
*
|
bpftool: Fix error message of strerror
Tianyi Liu
2022-09-30
3
-12
/
+10
*
|
bpftool: Remove unused struct event_ring_info
Yuan Can
2022-09-30
1
-7
/
+0
*
|
bpftool: Remove unused struct btf_attach_point
Yuan Can
2022-09-30
1
-5
/
+0
*
|
bpftool: Show parameters of BPF task iterators.
Kui-Feng Lee
2022-09-28
1
-0
/
+19
*
|
bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map type
David Vernet
2022-09-21
2
-2
/
+2
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
2
-1
/
+36
|
\
\
|
*
|
bpftool: Add support for querying cgroup_iter link
Hao Luo
2022-08-30
1
-0
/
+35
|
*
|
bpftool: Fix a wrong type cast in btf_dumper_int
Lam Thai
2022-08-25
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-18
1
-2
/
+4
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
bpftool: Complete libbfd feature detection
Roberto Sassu
2022-08-10
1
-2
/
+4
*
|
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2022-08-17
3
-4
/
+23
|
\
\
|
|
/
|
/
|
|
*
bpftool: Clear errno after libcap's checks
Quentin Monnet
2022-08-15
1
-0
/
+10
|
*
bpftool: Fix a typo in a comment
Quentin Monnet
2022-08-15
1
-1
/
+1
|
*
bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
Manu Bretelle
2022-08-04
1
-3
/
+12
*
|
Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
2022-08-06
4
-13
/
+49
|
\
\
|
|
/
|
/
|
|
*
tools bpftool: Don't display disassembler-four-args feature test
Andres Freund
2022-08-01
1
-2
/
+1
|
*
tools bpftool: Fix compilation error with new binutils
Andres Freund
2022-08-01
2
-9
/
+38
|
*
tools bpf_jit_disasm: Don't display disassembler-four-args feature test
Andres Freund
2022-08-01
1
-1
/
+1
|
*
tools bpf_jit_disasm: Fix compilation error with new binutils
Andres Freund
2022-08-01
2
-2
/
+8
*
|
bpftool: Don't try to return value from void function in skeleton
Jörn-Thorben Hinz
2022-07-29
1
-1
/
+1
*
|
bpftool: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macro
Rongguang Wei
2022-07-29
1
-1
/
+1
[next]