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 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
|
*
tools: bpf: account for generated feature/ and libbpf/ directories
Quentin Monnet
2019-08-31
4
-6
/
+12
|
*
tools: bpftool: improve and check builds for different make invocations
Quentin Monnet
2019-08-31
1
-5
/
+7
|
*
tools: bpftool: ignore make built-in rules for getting kernel version
Quentin Monnet
2019-08-31
1
-1
/
+1
|
*
tools: bpftool: add "bpftool map freeze" subcommand
Quentin Monnet
2019-08-21
3
-3
/
+44
|
*
tools: bpftool: show frozen status for maps
Quentin Monnet
2019-08-21
1
-3
/
+27
|
*
tools: bpftool: implement "bpftool btf show|list"
Quentin Monnet
2019-08-20
3
-6
/
+363
|
*
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
2019-08-15
4
-10
/
+10
|
*
tools: bpftool: fix format string for p_err() in detect_common_prefix()
Quentin Monnet
2019-08-15
1
-1
/
+1
|
*
tools: bpftool: fix format string for p_err() in query_flow_dissector()
Quentin Monnet
2019-08-15
1
-1
/
+1
|
*
tools: bpftool: fix argument for p_err() in BTF do_dump()
Quentin Monnet
2019-08-15
1
-1
/
+1
|
*
tools: bpftool: fix format strings and arguments for jsonw_printf()
Quentin Monnet
2019-08-15
1
-4
/
+4
|
*
tools: bpftool: fix arguments for p_err() in do_event_pipe()
Quentin Monnet
2019-08-15
1
-2
/
+2
|
*
tools: bpftool: add documentation for net attach/detach
Daniel T. Lee
2019-08-15
1
-3
/
+54
|
*
tools: bpftool: add bash-completion for net attach/detach
Daniel T. Lee
2019-08-15
1
-10
/
+55
|
*
tools: bpftool: add net detach command to detach XDP on interface
Daniel T. Lee
2019-08-15
1
-1
/
+41
|
*
tools: bpftool: add net attach command to attach XDP on interface
Daniel T. Lee
2019-08-15
1
-7
/
+129
|
*
tools: bpftool: compile with $(EXTRA_WARNINGS)
Quentin Monnet
2019-08-14
3
-2
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-27
1
-1
/
+3
|
\
\
|
*
|
tools: bpftool: close prog FD before exit on showing a single program
Quentin Monnet
2019-08-15
1
-1
/
+3
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2019-08-19
1
-2
/
+6
|
\
|
|
|
|
/
|
/
|
|
*
tools: bpftool: add error message on pin failure
Jakub Kicinski
2019-08-09
1
-1
/
+5
|
*
tools: bpftool: fix error message (prog -> object)
Jakub Kicinski
2019-08-09
1
-1
/
+1
*
|
tools: bpftool: add feature check for zlib
Peter Wu
2019-08-13
1
-3
/
+8
*
|
tools: bpftool: fix reading from /proc/config.gz
Peter Wu
2019-08-12
2
-53
/
+54
*
|
tools: bpftool: add support for reporting the effective cgroup progs
Jakub Kicinski
2019-07-30
3
-38
/
+76
*
|
tools: Add definitions for devmap_hash map type
Toke Høiland-Jørgensen
2019-07-29
3
-4
/
+5
|
/
*
tools: bpftool: add raw_tracepoint_writable prog type to header
Daniel T. Lee
2019-07-12
1
-0
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-07-08
1
-3
/
+3
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-07-03
1
-3
/
+3
|
|
\
|
|
*
tools: bpftool: use correct argument in cgroup errors
Jakub Kicinski
2019-06-26
1
-3
/
+3
*
|
|
tools: bpftool: add completion for bpftool prog "loadall"
Quentin Monnet
2019-07-08
1
-1
/
+8
*
|
|
tools/bpftool: switch map event_pipe to libbpf's perf_buffer
Andrii Nakryiko
2019-07-08
1
-137
/
+64
*
|
|
tools: bpftool: Fix json dump crash on powerpc
Jiri Olsa
2019-07-05
1
-4
/
+7
*
|
|
tools: bpftool: add "prog run" subcommand to test-run programs
Quentin Monnet
2019-07-05
5
-3
/
+437
*
|
|
bpftool: support cgroup sockopt
Stanislav Fomichev
2019-06-27
6
-8
/
+20
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-22
3
-3
/
+3
|
\
|
|
|
*
|
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2019-06-21
3
-3
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232
Thomas Gleixner
2019-06-19
3
-3
/
+3
[next]