index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpftool: Don't crash on missing xlated program instructions
Toke Høiland-Jørgensen
2020-02-07
1
-1
/
+1
*
tools/bpf/runqslower: Rebuild libbpf.a on libbpf source change
Song Liu
2020-02-05
1
-1
/
+1
*
bpftool: Remove redundant "HAVE" prefix from the large INSN limit check
Michal Rostecki
2020-02-04
1
-1
/
+1
*
runqslower: Fix Makefile
Yulia Kartseva
2020-01-30
1
-1
/
+1
*
tools/bpf: Allow overriding llvm tools for runqslower
Andrey Ignatov
2020-01-27
1
-3
/
+3
*
bpftool: Print function linkage in BTF dump
Andrii Nakryiko
2020-01-24
1
-4
/
+23
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-01-23
23
-78
/
+525
|
\
|
*
runsqslower: Support user-specified libbpf include and object paths
Toke Høiland-Jørgensen
2020-01-20
1
-5
/
+7
|
*
tools/runqslower: Remove tools/lib/bpf from include path
Toke Høiland-Jørgensen
2020-01-20
1
-1
/
+1
|
*
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-20
17
-35
/
+35
|
*
tools/runqslower: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-20
3
-5
/
+6
|
*
tools/bpf/runqslower: Fix override option for VMLINUX_BTF
Toke Høiland-Jørgensen
2020-01-20
1
-9
/
+10
|
*
bpftool: Support dumping a map with btf_vmlinux_value_type_id
Martin KaFai Lau
2020-01-15
1
-11
/
+50
|
*
bpftool: Add struct_ops map name
Martin KaFai Lau
2020-01-15
1
-0
/
+1
|
*
bpftool: Fix missing BTF output for json during map dump
Martin KaFai Lau
2020-01-15
1
-22
/
+20
|
*
bpftool: Fix a leak of btf object
Martin KaFai Lau
2020-01-15
1
-14
/
+2
|
*
selftests/bpf: Build runqslower from selftests
Andrii Nakryiko
2020-01-14
1
-1
/
+1
|
*
tools/bpf: Add runqslower tool to tools/bpf
Andrii Nakryiko
2020-01-13
6
-5
/
+396
|
*
bpftool: Apply preserve_access_index attribute to all types in BTF dump
Andrii Nakryiko
2020-01-13
1
-0
/
+8
|
*
bpftool: Add misc section and probe for large INSN limit
Michal Rostecki
2020-01-08
1
-0
/
+18
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
bpftool: Fix printing incorrect pointer in btf_dump_ptr
Martin KaFai Lau
2020-01-11
1
-1
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-12-27
12
-233
/
+1707
|
\
\
|
|
/
|
/
|
|
*
bpftool: Make skeleton C code compilable with C++ compiler
Andrii Nakryiko
2019-12-27
1
-5
/
+5
|
*
bpf: Print error message for bpftool cgroup show
Hechao Li
2019-12-26
1
-17
/
+39
|
*
libbpf: Put Kconfig externs into .kconfig section
Andrii Nakryiko
2019-12-18
1
-4
/
+4
|
*
bpftool: Work-around rst2man conversion bug
Andrii Nakryiko
2019-12-18
1
-7
/
+8
|
*
bpftool: Simplify format string to not use positional args
Andrii Nakryiko
2019-12-18
1
-2
/
+2
|
*
bpftool: Add gen subcommand manpage
Andrii Nakryiko
2019-12-17
2
-1
/
+306
|
*
bpftool, selftests/bpf: Embed object file inside skeleton
Andrii Nakryiko
2019-12-17
1
-89
/
+143
|
*
bpftool: Fix compilation warning on shadowed variable
Paul Chaignon
2019-12-16
1
-1
/
+1
|
*
bpftool: Generate externs datasec in BPF skeleton
Andrii Nakryiko
2019-12-15
1
-0
/
+4
|
*
bpftool: Add `gen skeleton` BASH completions
Andrii Nakryiko
2019-12-15
1
-0
/
+11
|
*
bpftool: Add skeleton codegen command
Andrii Nakryiko
2019-12-15
3
-1
/
+554
|
*
libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h
Andrii Nakryiko
2019-12-15
1
-0
/
+1
|
*
bpftool: Match maps by name
Paul Chaignon
2019-12-15
4
-88
/
+439
|
*
bpftool: Match programs by name
Paul Chaignon
2019-12-15
5
-18
/
+42
|
*
bpftool: Match several programs with same tag
Paul Chaignon
2019-12-15
2
-120
/
+268
*
|
bpftool: Don't crash on missing jited insns or ksyms
Toke Høiland-Jørgensen
2019-12-11
2
-2
/
+2
|
/
*
tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'
Quentin Monnet
2019-11-24
1
-0
/
+6
*
tools, bpftool: Fix warning on ignored return value for 'read'
Quentin Monnet
2019-11-24
1
-3
/
+3
*
tools, bpf_asm: Warn when jumps are out of range
Ilya Leoshkevich
2019-11-07
1
-2
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-10-26
2
-5
/
+60
|
\
|
*
bpftool: Allow to read btf as raw data
Jiri Olsa
2019-10-25
1
-1
/
+56
|
*
libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration
Andrii Nakryiko
2019-10-22
1
-4
/
+4
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-10-20
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
tools: bpf: Use !building_out_of_srctree to determine srctree
Shuah Khan
2019-09-30
1
-1
/
+5
*
|
bpftool: Fix bpftool build by switching to bpf_object__open_file()
Andrii Nakryiko
2019-10-07
3
-13
/
+15
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-09-06
20
-67
/
+760
|
\
|
*
tools: bpftool: do not link twice against libbpf.a in Makefile
Quentin Monnet
2019-08-31
1
-2
/
+2
[next]