Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
425d2d37aba6710c6fe3ad9f8c6755c49986f3e5
/
tools
/
bpf
216b65f
tools: bpftool: add raw_tracepoint_writable prog type to header
by Daniel T. Lee
· 5 years ago
af144a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 5 years ago
8fc9f8b
tools: bpftool: add completion for bpftool prog "loadall"
by Quentin Monnet
· 5 years ago
9b190f1
tools/bpftool: switch map event_pipe to libbpf's perf_buffer
by Andrii Nakryiko
· 5 years ago
aa52bcb
tools: bpftool: Fix json dump crash on powerpc
by Jiri Olsa
· 5 years ago
ba95c74
tools: bpftool: add "prog run" subcommand to test-run programs
by Quentin Monnet
· 5 years ago
c3ead2d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 5 years ago
f6d08d9
bpftool: support cgroup sockopt
by Stanislav Fomichev
· 6 years ago
6c6874f
tools: bpftool: use correct argument in cgroup errors
by Jakub Kicinski
· 6 years ago
92ad632
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
c884d8a
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx
by Linus Torvalds
· 6 years ago
dca73a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
by David S. Miller
· 6 years ago
a7d7a39
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 232
by Thomas Gleixner
· 6 years ago
13091aa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
4c587c1
bpf: use libbpf_num_possible_cpus internally
by Hechao Li
· 6 years ago
38e406f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
by David S. Miller
· 6 years ago
000aa12
bpf, bpftool: enable recvmsg attach types
by Daniel Borkmann
· 6 years ago
1884c06
tools: bpftool: Fix JSON output when lookup fails
by Krzesimir Nowak
· 6 years ago
55d7780
tools: bpftool: make -d option print debug output from verifier
by Quentin Monnet
· 6 years ago
775bc8a
tools: bpftool: add -d option to get debug output from libbpf
by Quentin Monnet
· 6 years ago
92bd682
bpf: style fix in while(!feof()) loop
by Chang-Hsien Tsai
· 6 years ago
0d97dac
bpftool: auto-complete BTF IDs for btf dump
by Andrii Nakryiko
· 6 years ago
90eea40
bpftool: update bash-completion w/ new c option for btf dump
by Andrii Nakryiko
· 6 years ago
220ba45
bpftool/docs: add description of btf dump C option
by Andrii Nakryiko
· 6 years ago
2119f21
bpftool: add C output format option to btf dump subcommand
by Andrii Nakryiko
· 6 years ago
58650cc
bpftool: use libbpf's btf__parse_elf API
by Andrii Nakryiko
· 6 years ago
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
88b3eed
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
Next »