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
2021-07-31
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
29
-91
/
+217
2021-07-30
tools: bpftool: Complete metrics list in "bpftool prog profile" doc
Quentin Monnet
2
-2
/
+4
2021-07-30
tools: bpftool: Document and add bash completion for -L, -B options
Quentin Monnet
8
-10
/
+96
2021-07-30
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
25
-28
/
+45
2021-07-30
tools: bpftool: Complete and synchronise attach or map types
Quentin Monnet
4
-5
/
+12
2021-07-30
tools: bpftool: Slightly ease bash completion updates
Quentin Monnet
1
-25
/
+29
2021-07-29
tools: bpftool: Support dumping split BTF by id
Quentin Monnet
1
-1
/
+1
2021-07-29
tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()
Quentin Monnet
4
-23
/
+29
2021-07-29
tools: Free BTF objects at various locations
Quentin Monnet
1
-1
/
+4
2021-07-29
tools/resolve_btfids: Emit warnings and patch zero id for missing symbols
Hengqi Chen
1
-6
/
+7
2021-07-15
bpftool: Check malloc return value in mount_bpffs_for_pin
Tobias Klauser
1
-0
/
+5
2021-07-07
tools: bpf: Fix error in 'make -C tools/ bpf_install'
Wei Li
1
-5
/
+2
2021-07-07
tools/runqslower: Use __state instead of state
SanjayKumar Jeyakumar
1
-1
/
+1
2021-07-06
bpftool: Properly close va_list 'ap' by va_end() on error
Gu Shengxian
1
-2
/
+4
2021-06-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2021-06-18
bpf: Fix libelf endian handling in resolv_btfids
Tony Ambardar
1
-0
/
+3
2021-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-11
/
+25
2021-06-11
tools/bpftool: Fix error return code in do_batch()
Zhihao Cheng
1
-1
/
+3
2021-06-08
tools/bpftool: Fix cross-build
Jean-Philippe Brucker
1
-1
/
+4
2021-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-7
/
+10
2021-05-25
bpftool: Set errno on skeleton failures and propagate errors
Andrii Nakryiko
1
-9
/
+18
2021-05-25
bpftool: Add sock_release help info for cgroup attach/prog load command
Liu Jian
5
-7
/
+10
2021-05-19
bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.
Alexei Starovoitov
6
-24
/
+482
2021-05-11
bpftool: Stop emitting static variables in BPF skeleton
Andrii Nakryiko
1
-0
/
+4
2021-05-11
libbpf: Add per-file linker opts
Andrii Nakryiko
1
-1
/
+1
2021-05-11
bpftool: Strip const/volatile/restrict modifiers from .bss and .data vars
Andrii Nakryiko
1
-0
/
+2
2021-04-23
bpftool: Dump more info about DATASEC members
Andrii Nakryiko
1
-8
/
+18
2021-04-23
bpftool: Support dumping BTF VAR's "extern" linkage
Andrii Nakryiko
1
-1
/
+3
2021-04-15
bpftool: Fix a clang compilation warning
Yonghong Song
1
-1
/
+1
2021-04-01
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
2
-0
/
+2
2021-03-31
tools/resolve_btfids: Fix warnings
Stanislav Fomichev
1
-6
/
+5
2021-03-18
bpftool: Add `gen object` command to perform BPF static linking
Andrii Nakryiko
3
-16
/
+100
2021-03-18
bpftool: Add ability to specify custom skeleton object name
Andrii Nakryiko
3
-9
/
+44
2021-03-16
bpftool: Fix maybe-uninitialized warnings
Andrii Nakryiko
3
-3
/
+5
2021-03-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
11
-88
/
+58
2021-03-04
bpf: Simplify the calculation of variables
Jiapeng Chong
1
-1
/
+1
2021-03-04
tools/bpf: Remove bpf-helpers from bpftool docs
Joe Stringer
3
-68
/
+4
2021-03-04
scripts/bpf: Abstract eBPF API target parameter
Joe Stringer
1
-1
/
+1
2021-03-04
tools/bpftool: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2
-0
/
+9
2021-03-02
tools/runqslower: Allow substituting custom vmlinux.h for the build
Andrii Nakryiko
1
-0
/
+4
2021-02-26
tools, bpf_asm: Exit non-zero on errors
Ian Denhardt
1
-4
/
+4
2021-02-26
tools, bpf_asm: Hard error on out of range jumps
Ian Denhardt
1
-2
/
+4
2021-02-26
bpftool: Print subprog address properly
Yonghong Song
1
-0
/
+3
2021-02-26
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+5
2021-02-26
bpf: runqslower: Use task local storage
Song Liu
1
-12
/
+21
2021-02-26
bpf: runqslower: Prefer using local vmlimux to generate vmlinux.h
Song Liu
1
-1
/
+4
2021-02-24
bpf: Add kernel/modules BTF presence checks to bpftool feature command
Grant Seltzer
1
-0
/
+4
2021-02-24
tools/resolve_btfids: Fix build error with older host toolchains
Kun-Chuan Hsieh
1
-0
/
+5
2021-02-22
Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
1
-0
/
+2
2021-02-12
tools/resolve_btfids: Add /libbpf to .gitignore
Stanislav Fomichev
1
-0
/
+1
[next]