index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-15
bpftool: Check malloc return value in mount_bpffs_for_pin
Tobias Klauser
1
-0
/
+5
2021-07-06
bpftool: Properly close va_list 'ap' by va_end() on error
Gu Shengxian
1
-2
/
+4
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-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
6
-8
/
+20
2021-03-04
tools/bpf: Remove bpf-helpers from bpftool docs
Joe Stringer
2
-8
/
+4
2021-03-04
tools/bpftool: Add BTF_KIND_FLOAT support
Ilya Leoshkevich
2
-0
/
+9
2021-02-26
bpftool: Print subprog address properly
Yonghong Song
1
-0
/
+3
2021-02-24
bpf: Add kernel/modules BTF presence checks to bpftool feature command
Grant Seltzer
1
-0
/
+4
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-11
bpf: Count the number of times recursion was prevented
Alexei Starovoitov
1
-0
/
+4
2021-01-29
tools: Factor Clang, LLC and LLVM utils definitions
Sedat Dilek
1
-2
/
+0
2021-01-20
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-1
/
+0
2021-01-15
bpftool: Add Makefile target bootstrap
Song Liu
1
-0
/
+2
2021-01-13
tools/bpftool: Add -Wall when building BPF programs
Ian Rogers
1
-1
/
+1
2021-01-06
bpftool: Fix compilation failure for net.o with older glibc
Alan Maguire
1
-1
/
+0
2020-12-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2020-12-08
tools/bpftool: Fix PID fetching with a lot of results
Andrii Nakryiko
1
-2
/
+2
2020-12-04
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-5
/
+52
2020-12-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2020-12-03
tools/bpftool: Auto-detect split BTFs in common cases
Andrii Nakryiko
1
-4
/
+21
2020-12-03
tools/bpftool: Emit name <anon> for anonymous BTFs
Andrii Nakryiko
1
-0
/
+2
2020-11-24
bpftool: Fix error return value in build_btf_type_table
Zhen Lei
1
-0
/
+1
2020-11-20
bpftool: Add {i,d}tlb_misses support for bpftool profile
Yonghong Song
1
-1
/
+29
2020-11-19
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+9
2020-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
8
-20
/
+88
2020-11-13
tools, bpftool: Add missing close before bpftool net attach exit
Wang Hai
1
-9
/
+9
2020-11-12
tools/bpf: Always run the *-clean recipes
Jean-Philippe Brucker
1
-2
/
+2
2020-11-12
tools/bpf: Add bootstrap/ to .gitignore
Jean-Philippe Brucker
1
-1
/
+1
2020-11-11
tools/bpftool: Fix build slowdown
Jean-Philippe Brucker
1
-1
/
+3
2020-11-11
tools/bpftool: Fix cross-build
Jean-Philippe Brucker
1
-8
/
+26
2020-11-11
tools/bpftool: Force clean of out-of-tree build
Jean-Philippe Brucker
1
-3
/
+5
2020-11-10
tools/bpftool: Add support for in-kernel and named BTF in `btf show`
Andrii Nakryiko
1
-1
/
+27
2020-11-06
bpftool: Add support for task local storage
KP Singh
3
-3
/
+6
2020-11-05
tools/bpftool: Add bpftool support for split BTF
Andrii Nakryiko
3
-4
/
+21
[next]