index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-20
bpftool: remove function free_btf_vmlinux()
Sahid Orentino Ferdjaoui
1
-6
/
+1
2022-11-20
bpftool: clean-up usage of libbpf_get_error()
Sahid Orentino Ferdjaoui
8
-45
/
+39
2022-11-20
bpftool: fix error message when function can't register struct_ops
Sahid Orentino Ferdjaoui
1
-3
/
+2
2022-11-20
bpftool: replace return value PTR_ERR(NULL) with 0
Sahid Orentino Ferdjaoui
1
-4
/
+2
2022-11-20
bpftool: remove support of --legacy option for bpftool
Sahid Orentino Ferdjaoui
6
-33
/
+3
2022-11-15
bpftool: Check argc first before "file" in do_batch()
Tiezhu Yang
1
-3
/
+3
2022-11-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
8
-71
/
+43
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2022-11-09
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-26
bpftool: Fix spelling mistake "disasembler" -> "disassembler"
Colin Ian King
1
-1
/
+1
2022-10-25
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-21
bpftool: Add "bootstrap" feature to version output
Quentin Monnet
1
-32
/
+49
2022-10-21
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-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+49
2022-09-30
bpftool: Fix error message of strerror
Tianyi Liu
3
-12
/
+10
2022-09-30
bpftool: Remove unused struct event_ring_info
Yuan Can
1
-7
/
+0
2022-09-30
bpftool: Remove unused struct btf_attach_point
Yuan Can
1
-5
/
+0
2022-09-28
bpftool: Show parameters of BPF task iterators.
Kui-Feng Lee
1
-0
/
+19
2022-09-21
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-06
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
2022-08-25
bpftool: Fix a wrong type cast in btf_dumper_int
Lam Thai
1
-1
/
+1
2022-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2022-08-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
3
-4
/
+23
2022-08-15
bpftool: Clear errno after libcap's checks
Quentin Monnet
1
-0
/
+10
2022-08-15
bpftool: Fix a typo in a comment
Quentin Monnet
1
-1
/
+1
2022-08-10
bpftool: Complete libbfd feature detection
Roberto Sassu
1
-2
/
+4
2022-08-06
Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
4
-13
/
+49
2022-08-04
bpftool: Remove BPF_OBJ_NAME_LEN restriction when looking up bpf program by name
Manu Bretelle
1
-3
/
+12
2022-08-01
tools bpftool: Don't display disassembler-four-args feature test
Andres Freund
1
-2
/
+1
2022-08-01
tools bpftool: Fix compilation error with new binutils
Andres Freund
2
-9
/
+38
2022-08-01
tools bpf_jit_disasm: Don't display disassembler-four-args feature test
Andres Freund
1
-1
/
+1
2022-08-01
tools bpf_jit_disasm: Fix compilation error with new binutils
Andres Freund
2
-2
/
+8
2022-07-29
bpftool: Don't try to return value from void function in skeleton
Jörn-Thorben Hinz
1
-1
/
+1
2022-07-29
bpftool: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macro
Rongguang Wei
1
-1
/
+1
2022-07-21
tools/resolve_btfids: Add support for 8-byte BTF sets
Kumar Kartikeya Dwivedi
1
-6
/
+34
2022-07-15
tools: runqslower: Build and use lightweight bootstrap version of bpftool
Pu Lehui
1
-4
/
+3
[next]