Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
dbc7ece12a38889ceb3d7f99dad269822f6bd34e
/
tools
/
bpf
ff2ae60
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 5 years ago
d198b34
.gitignore: add SPDX License Identifier
by Masahiro Yamada
· 5 years ago
65c9362
bpftool: Add struct_ops support
by Martin KaFai Lau
· 5 years ago
d5ae04d
bpftool: Translate prog_id to its bpf prog_name
by Martin KaFai Lau
· 5 years ago
30255d3
bpftool: Print as a string for char array
by Martin KaFai Lau
· 5 years ago
ca7e6e45
bpftool: Print the enum's name instead of value
by Martin KaFai Lau
· 5 years ago
bcd66b1
tools/bpf: Move linux/types.h for selftests and bpftool
by Tobias Klauser
· 5 years ago
6ae32b2
tools: bpftool: Restore message on failure to guess program type
by Quentin Monnet
· 5 years ago
132c1af
tools: bpftool: Fix minor bash completion mistakes
by Quentin Monnet
· 5 years ago
75a1e79
tools: bpftool: Allow all prog/map handles for pinning objects
by Quentin Monnet
· 5 years ago
8d830f5
bpftool: Add _bpftool and profiler.skel.h to .gitignore
by Song Liu
· 5 years ago
39be909
bpftool: Skeleton should depend on libbpf
by Song Liu
· 5 years ago
14e5728
bpftool: Only build bpftool-prog-profile if supported by clang
by Song Liu
· 5 years ago
fe4eb06
bpftool: Use linux/types.h from source tree for profiler build
by Tobias Klauser
· 5 years ago
37ccc12
tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernels
by Andrii Nakryiko
· 5 years ago
aad32f4
bpftool: Fix typo in bash-completion
by Song Liu
· 5 years ago
397692ea
bpftool: Bash completion for "bpftool prog profile"
by Song Liu
· 5 years ago
319c7c1
bpftool: Documentation for bpftool prog profile
by Song Liu
· 5 years ago
47c09d6
bpftool: Introduce "prog profile" command
by Song Liu
· 5 years ago
367d82f1
tools/runqslower: Drop copy/pasted BPF_F_CURRENT_CPU definiton
by Andrii Nakryiko
· 5 years ago
ca7dc27
bpftool: Add header guards to generated vmlinux.h
by Andrii Nakryiko
· 5 years ago
ad92b12
bpftool: Update bash completion for "bpftool feature" command
by Michal Rostecki
· 5 years ago
bcdacab
bpftool: Update documentation of "bpftool feature" command
by Michal Rostecki
· 5 years ago
368cb0e
bpftool: Make probes which emit dmesg warnings optional
by Michal Rostecki
· 5 years ago
6b52ca4
bpftool: Move out sections to separate functions
by Michal Rostecki
· 5 years ago
3494bec
bpftool: Support struct_ops, tracing, ext prog types
by Andrey Ignatov
· 5 years ago
d95f1e8
bpftool: Don't crash on missing xlated program instructions
by Toke Høiland-Jørgensen
· 5 years ago
fc9e34f
tools/bpf/runqslower: Rebuild libbpf.a on libbpf source change
by Song Liu
· 5 years ago
a525b08
bpftool: Remove redundant "HAVE" prefix from the large INSN limit check
by Michal Rostecki
· 5 years ago
2577e37
runqslower: Fix Makefile
by Yulia Kartseva
· 5 years ago
07fdbee
tools/bpf: Allow overriding llvm tools for runqslower
by Andrey Ignatov
· 5 years ago
4125828
bpftool: Print function linkage in BTF dump
by Andrii Nakryiko
· 5 years ago
954b3c4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
b6580cd
runsqslower: Support user-specified libbpf include and object paths
by Toke Høiland-Jørgensen
· 5 years ago
a9ed34c
tools/runqslower: Remove tools/lib/bpf from include path
by Toke Høiland-Jørgensen
· 5 years ago
229c3b4
bpftool: Use consistent include paths for libbpf
by Toke Høiland-Jørgensen
· 5 years ago
5b554ce
tools/runqslower: Use consistent include paths for libbpf
by Toke Høiland-Jørgensen
· 5 years ago
a835d38
tools/bpf/runqslower: Fix override option for VMLINUX_BTF
by Toke Høiland-Jørgensen
· 5 years ago
b3f7e3f
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
4e1ea33
bpftool: Support dumping a map with btf_vmlinux_value_type_id
by Martin KaFai Lau
· 5 years ago
84c72ce
bpftool: Add struct_ops map name
by Martin KaFai Lau
· 5 years ago
188a486
bpftool: Fix missing BTF output for json during map dump
by Martin KaFai Lau
· 5 years ago
d7de726
bpftool: Fix a leak of btf object
by Martin KaFai Lau
· 5 years ago
3a0d309
selftests/bpf: Build runqslower from selftests
by Andrii Nakryiko
· 5 years ago
9c01546
tools/bpf: Add runqslower tool to tools/bpf
by Andrii Nakryiko
· 5 years ago
1cf5b23
bpftool: Apply preserve_access_index attribute to all types in BTF dump
by Andrii Nakryiko
· 5 years ago
555089f
bpftool: Fix printing incorrect pointer in btf_dump_ptr
by Martin KaFai Lau
· 5 years ago
2faef64
bpftool: Add misc section and probe for large INSN limit
by Michal Rostecki
· 5 years ago
2bbc078
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
7c8dce4
bpftool: Make skeleton C code compilable with C++ compiler
by Andrii Nakryiko
· 5 years ago
1162f84
bpf: Print error message for bpftool cgroup show
by Hechao Li
· 5 years ago
81bfdd0
libbpf: Put Kconfig externs into .kconfig section
by Andrii Nakryiko
· 5 years ago
dacce64
bpftool: Work-around rst2man conversion bug
by Andrii Nakryiko
· 5 years ago
7c43e0d
bpftool: Simplify format string to not use positional args
by Andrii Nakryiko
· 5 years ago
cb21ac5
bpftool: Add gen subcommand manpage
by Andrii Nakryiko
· 5 years ago
5dc7a8b
bpftool, selftests/bpf: Embed object file inside skeleton
by Andrii Nakryiko
· 5 years ago
159ecc00
bpftool: Fix compilation warning on shadowed variable
by Paul Chaignon
· 5 years ago
2ad97d4
bpftool: Generate externs datasec in BPF skeleton
by Andrii Nakryiko
· 5 years ago
d9c00c3
bpftool: Add `gen skeleton` BASH completions
by Andrii Nakryiko
· 5 years ago
985ead4
bpftool: Add skeleton codegen command
by Andrii Nakryiko
· 5 years ago
612d05b
libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h
by Andrii Nakryiko
· 5 years ago
99f9863
bpftool: Match maps by name
by Paul Chaignon
· 5 years ago
a7d22ca
bpftool: Match programs by name
by Paul Chaignon
· 5 years ago
ec20250
bpftool: Match several programs with same tag
by Paul Chaignon
· 5 years ago
5b79bcd
bpftool: Don't crash on missing jited insns or ksyms
by Toke Høiland-Jørgensen
· 5 years ago
a89b2cb
tools, bpf: Fix build for 'make -s tools/bpf O=<dir>'
by Quentin Monnet
· 5 years ago
a0f17cc
tools, bpftool: Fix warning on ignored return value for 'read'
by Quentin Monnet
· 5 years ago
7e22077
tools, bpf_asm: Warn when jumps are out of range
by Ilya Leoshkevich
· 5 years ago
5b7fe93
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 5 years ago
a943646
bpftool: Allow to read btf as raw data
by Jiri Olsa
· 5 years ago
e00aca6
libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration
by Andrii Nakryiko
· 5 years ago
2f18439
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 5 years ago
32e3e58
bpftool: Fix bpftool build by switching to bpf_object__open_file()
by Andrii Nakryiko
· 5 years ago
55d554f
tools: bpf: Use !building_out_of_srctree to determine srctree
by Shuah Khan
· 5 years ago
1e46c09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
5b84ad2
tools: bpftool: do not link twice against libbpf.a in Makefile
by Quentin Monnet
· 6 years ago
fbdb620
tools: bpf: account for generated feature/ and libbpf/ directories
by Quentin Monnet
· 6 years ago
45c5589d
tools: bpftool: improve and check builds for different make invocations
by Quentin Monnet
· 6 years ago
e0a43aa
tools: bpftool: ignore make built-in rules for getting kernel version
by Quentin Monnet
· 6 years ago
68aaf44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 6 years ago
0bb52b0
tools: bpftool: add "bpftool map freeze" subcommand
by Quentin Monnet
· 6 years ago
c354ff2
tools: bpftool: show frozen status for maps
by Quentin Monnet
· 6 years ago
4d374ba0
tools: bpftool: implement "bpftool btf show|list"
by Quentin Monnet
· 6 years ago
446bf64
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
by David S. Miller
· 6 years ago
d34b0440
tools: bpftool: close prog FD before exit on showing a single program
by Quentin Monnet
· 6 years ago
8918dc4
tools: bpftool: move "__printf()" attributes to header file
by Quentin Monnet
· 6 years ago
b0ead6d
tools: bpftool: fix format string for p_err() in detect_common_prefix()
by Quentin Monnet
· 6 years ago
8a15d5c
tools: bpftool: fix format string for p_err() in query_flow_dissector()
by Quentin Monnet
· 6 years ago
ed4a398
tools: bpftool: fix argument for p_err() in BTF do_dump()
by Quentin Monnet
· 6 years ago
22c349e8
tools: bpftool: fix format strings and arguments for jsonw_printf()
by Quentin Monnet
· 6 years ago
9def249
tools: bpftool: fix arguments for p_err() in do_event_pipe()
by Quentin Monnet
· 6 years ago
cb9d996
tools: bpftool: add documentation for net attach/detach
by Daniel T. Lee
· 6 years ago
10a708c
tools: bpftool: add bash-completion for net attach/detach
by Daniel T. Lee
· 6 years ago
37c7f86
tools: bpftool: add net detach command to detach XDP on interface
by Daniel T. Lee
· 6 years ago
04949cc
tools: bpftool: add net attach command to attach XDP on interface
by Daniel T. Lee
· 6 years ago
a9436dc
tools: bpftool: compile with $(EXTRA_WARNINGS)
by Quentin Monnet
· 6 years ago
d66fa3c
tools: bpftool: add feature check for zlib
by Peter Wu
· 6 years ago
a664a83
tools: bpftool: fix reading from /proc/config.gz
by Peter Wu
· 6 years ago
3c7be38
tools: bpftool: add error message on pin failure
by Jakub Kicinski
· 6 years ago
b3e78ad
tools: bpftool: fix error message (prog -> object)
by Jakub Kicinski
· 6 years ago
Next »