Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
2b50f230f76f8ef954f12ac34a648e1978f6adf0
/
tools
/
bpf
2c1212d
Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
9c3ddee
bpftool: fix BTF raw dump of FWD's fwd_kind
by Andrii Nakryiko
· 6 years ago
ac4e0e0
tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()
by Yonghong Song
· 6 years ago
a7d0067
bpftool: exclude bash-completion/bpftool from .gitignore pattern
by Masahiro Yamada
· 6 years ago
ff24e49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a19f89f
bpf: Support BPF_MAP_TYPE_SK_STORAGE in bpf map probing
by Martin KaFai Lau
· 6 years ago
8ed1875
bpftool: fix indendation in bash-completion/bpftool
by Andrii Nakryiko
· 6 years ago
4a714fe
bpftool: add bash completions for btf command
by Andrii Nakryiko
· 6 years ago
ca25333
bpftool/docs: add btf sub-command documentation
by Andrii Nakryiko
· 6 years ago
c93cc69
bpftool: add ability to dump BTF types
by Andrii Nakryiko
· 6 years ago
77d7642
bpftool: Fix errno variable usage
by Benjamin Poirier
· 6 years ago
8694d8c
tools: bpftool: fix infinite loop in map create
by Alban Crequy
· 6 years ago
7f0c57f
bpftool: show flow_dissector attachment status
by Stanislav Fomichev
· 6 years ago
d1b7725
tools/bpftool: show btf_id in map listing
by Prashant Bhole
· 6 years ago
d459b59
tools/bpftool: re-organize newline printing for map listing
by Prashant Bhole
· 6 years ago
f25377e
bpftool: Support sysctl hook
by Andrey Ignatov
· 6 years ago
3da6e7e
bpftool: Improve handling of ENOSPC on reuseport_array map dumps
by Benjamin Poirier
· 6 years ago
0478c3b
bpftool: Use print_entry_error() in case of ENOENT when dumping
by Benjamin Poirier
· 6 years ago
25df480
tools: bpftool: add a note on program statistics in man page
by Quentin Monnet
· 6 years ago
88b3eed8
tools: bpftool: fix short option name for printing version in man pages
by Quentin Monnet
· 6 years ago
9a48788
tools: bpftool: fix man page documentation for "pinmaps" keyword
by Quentin Monnet
· 6 years ago
39c9f10
tools: bpftool: reset errno for "bpftool cgroup tree"
by Quentin Monnet
· 6 years ago
031ebc1
tools: bpftool: remove blank line after btf_id when listing programs
by Quentin Monnet
· 6 years ago
569b0c7
tools/bpftool: show btf id in program information
by Prashant Bhole
· 6 years ago
817998a
bpf: bpftool support for dumping data/bss/rodata sections
by Daniel Borkmann
· 6 years ago
d8eca5b
bpf: implement lookup-free direct value access for maps
by Daniel Borkmann
· 6 years ago
cae73f2
bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()
by Song Liu
· 6 years ago
f74a53d9
tools: libbpf: add a correctly named define for map iteration
by Jakub Kicinski
· 6 years ago
88ad472
tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt
by Alexei Starovoitov
· 6 years ago
a5d9265
bpf: bpftool, fix documentation for attach types
by Alban Crequy
· 6 years ago
885e631
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
ebbed0f
tools: bpftool: doc, add text about feature-subcommand
by Prashant Bhole
· 6 years ago
a655fe9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
a5f2d08
tools: bpftool: doc, fix incorrect text
by Prashant Bhole
· 6 years ago
ec7146d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
d76198b
tools: bpftool: warn about risky prog array updates
by Jakub Kicinski
· 6 years ago
8c79b35
tools: bpftool: fix crash with un-owned prog arrays
by Jakub Kicinski
· 6 years ago
df791dc
tools: bpftool: teach cfg code about JMP32
by Jiong Wang
· 6 years ago
866e6ac4
bpftool: feature probing, change default action
by Prashant Bhole
· 6 years ago
c76e4c2
libbpf: Show supported ELF section names when failing to guess prog/attach type
by Taeung Song
· 6 years ago
b0ca5ec
bpftool: fix percpu maps updating
by Paolo Abeni
· 6 years ago
752bcf8
bpftool: Fix prog dump by tag
by Jiri Olsa
· 6 years ago
948703e
tools: bpftool: add bash completion for bpftool probes
by Quentin Monnet
· 6 years ago
f9499fe
tools: bpftool: add probes for a network device
by Quentin Monnet
· 6 years ago
d267cff
tools: bpftool: add C-style "#define" output for probes
by Quentin Monnet
· 6 years ago
2d3ea5e
tools: bpftool: add probes for eBPF helper functions
by Quentin Monnet
· 6 years ago
f99e166
tools: bpftool: add probes for eBPF map types
by Quentin Monnet
· 6 years ago
1bf4b05
tools: bpftool: add probes for eBPF program types
by Quentin Monnet
· 6 years ago
4567b98
tools: bpftool: add probes for kernel configuration options
by Quentin Monnet
· 6 years ago
7a4522b
tools: bpftool: add probes for /proc/ eBPF parameters
by Quentin Monnet
· 6 years ago
49eb7ab
tools: bpftool: add basic probe capability, probe syscall availability
by Quentin Monnet
· 6 years ago
64cf548
tools: bpftool: Cleanup license mess
by Thomas Gleixner
· 6 years ago
55c70bf
bpftool: add bash completion for peek/push/enqueue/pop/dequeue
by Stanislav Fomichev
· 6 years ago
74f312e
bpftool: add pop and dequeue commands
by Stanislav Fomichev
· 6 years ago
549d4d3
bpftool: add push and enqueue commands
by Stanislav Fomichev
· 6 years ago
66cf6e0
bpftool: add peek command
by Stanislav Fomichev
· 6 years ago
04a5d32
bpftool: don't print empty key/value for maps
by Stanislav Fomichev
· 6 years ago
8a89fff
bpftool: make key optional in lookup command
by Stanislav Fomichev
· 6 years ago
7d7209c
bpftool: make key and value optional in update command
by Stanislav Fomichev
· 6 years ago
e86e513
tools/bpf: support __int128 in bpftool map pretty dumper
by Yonghong Song
· 6 years ago
6e8ccb4
tools/bpf: properly account for libbfd variations
by Stanislav Fomichev
· 6 years ago
298e59d3
tools/bpf: fix bpftool map dump with bitfields
by Yonghong Song
· 6 years ago
9e88b93
tools: bpftool: do not force gcc as CC
by Ivan Babrou
· 6 years ago
3322130
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
by Quentin Monnet
· 6 years ago
be3245e
tools: bpftool: attempt to mount tracefs if required for tracelog cmd
by Quentin Monnet
· 6 years ago
8772c8b
tools: bpftool: support pretty print with kind_flag set
by Yonghong Song
· 6 years ago
9f95e37
tools: bpftool: refactor btf_dumper_int_bits()
by Yonghong Song
· 6 years ago
c101189
tools: bpftool: fix -Wmissing declaration warnings
by Quentin Monnet
· 6 years ago
8c03ecf
tools: bpftool: fix warning on struct bpf_prog_linfo definition
by Quentin Monnet
· 6 years ago
bd0fb9d
tools: bpftool: add a prog array map update example to documentation
by Quentin Monnet
· 6 years ago
32870ba
tools: bpftool: fix examples in documentation for bpftool prog
by Quentin Monnet
· 6 years ago
bc6cd66
tools: bpftool: add doc for -m option to bpftool-prog.rst
by Quentin Monnet
· 6 years ago
177e771
bpf: Remove !func_info and !line_info check from test_btf and bpftool
by Martin KaFai Lau
· 6 years ago
907b223
tools: bpftool: dual license all files
by Jakub Kicinski
· 6 years ago
02ff58d
tools: bpftool: replace Netronome boilerplate with SPDX license headers
by Jakub Kicinski
· 6 years ago
afc7c94
tools: bpftool: fix SPDX format in headers
by Jakub Kicinski
· 6 years ago
addb067
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
cfc5424
tools/bpf: rename *_info_cnt to nr_*_info
by Yonghong Song
· 6 years ago
10a5ce9
bpf: bpftool: Fix newline and p_err issue
by Martin KaFai Lau
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
b053b43
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
by Martin KaFai Lau
· 6 years ago
84ecc1f
bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool
by Martin KaFai Lau
· 6 years ago
30da46b
tools: bpftool: add a command to dump the trace pipe
by Quentin Monnet
· 6 years ago
99a44bef
tools: bpftool: add owner_prog_type and owner_jited to bpftool output
by Quentin Monnet
· 6 years ago
73f0b9d
tools: bpftool: mark offloaded programs more explicitly in plain output
by Quentin Monnet
· 6 years ago
4f0fc6f
tools: bpftool: fix bash completion for new map types (queue and stack)
by Quentin Monnet
· 6 years ago
cad4977
tools: bpftool: fix bash completion for bpftool prog (attach|detach)
by Quentin Monnet
· 6 years ago
327e5da
tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()
by Quentin Monnet
· 6 years ago
93029d7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
e561bb2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
528bff0
tools: bpftool: fix a bitfield pretty print issue
by Yonghong Song
· 6 years ago
1d2f44c
libbpf: Name changing for btf_get_from_id
by Martin KaFai Lau
· 6 years ago
ffac28f
bpf: align map type names formatting.
by David Calavera
· 6 years ago
197c2da
bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map
by David Calavera
· 6 years ago
dde7011
tools: bpftool: fix potential NULL pointer dereference in do_load
by Jakub Kicinski
· 6 years ago
254471e
tools/bpf: bpftool: add support for func types
by Yonghong Song
· 6 years ago
d7f5b5e
tools/bpf: refactor to implement btf_get_from_id() in lib/bpf
by Yonghong Song
· 6 years ago
29a9c10
bpftool: make libbfd optional
by Stanislav Fomichev
· 6 years ago
092f089
bpftool: support loading flow dissector
by Stanislav Fomichev
· 6 years ago
Next »