index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
Documentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpftool: Use consistent include paths for libbpf
Toke Høiland-Jørgensen
2020-01-20
1
-1
/
+1
*
bpftool: Work-around rst2man conversion bug
Andrii Nakryiko
2019-12-18
1
-7
/
+8
*
bpftool: Add gen subcommand manpage
Andrii Nakryiko
2019-12-17
2
-1
/
+306
*
bpftool: Match maps by name
Paul Chaignon
2019-12-15
1
-4
/
+6
*
bpftool: Match programs by name
Paul Chaignon
2019-12-15
2
-7
/
+7
*
bpftool: Match several programs with same tag
Paul Chaignon
2019-12-15
1
-4
/
+12
*
tools: bpftool: add "bpftool map freeze" subcommand
Quentin Monnet
2019-08-21
1
-0
/
+9
*
tools: bpftool: implement "bpftool btf show|list"
Quentin Monnet
2019-08-20
1
-0
/
+7
*
tools: bpftool: add documentation for net attach/detach
Daniel T. Lee
2019-08-15
1
-3
/
+54
*
tools: bpftool: add support for reporting the effective cgroup progs
Jakub Kicinski
2019-07-30
1
-4
/
+12
*
tools: Add definitions for devmap_hash map type
Toke Høiland-Jørgensen
2019-07-29
1
-1
/
+1
*
tools: bpftool: add "prog run" subcommand to test-run programs
Quentin Monnet
2019-07-05
1
-0
/
+34
*
bpftool: support cgroup sockopt
Stanislav Fomichev
2019-06-27
2
-3
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
2
-2
/
+6
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-06-07
2
-2
/
+6
|
|
\
|
|
*
bpf, bpftool: enable recvmsg attach types
Daniel Borkmann
2019-06-06
2
-2
/
+6
*
|
|
tools: bpftool: make -d option print debug output from verifier
Quentin Monnet
2019-05-28
2
-4
/
+6
*
|
|
tools: bpftool: add -d option to get debug output from libbpf
Quentin Monnet
2019-05-28
8
-0
/
+31
*
|
|
bpftool/docs: add description of btf dump C option
Andrii Nakryiko
2019-05-24
1
-15
/
+20
|
/
/
*
|
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
1
-0
/
+1
|
/
*
bpftool/docs: add btf sub-command documentation
Andrii Nakryiko
2019-04-25
8
-7
/
+236
*
bpftool: Support sysctl hook
Andrey Ignatov
2019-04-16
2
-3
/
+5
*
tools: bpftool: add a note on program statistics in man page
Quentin Monnet
2019-04-16
1
-0
/
+8
*
tools: bpftool: fix short option name for printing version in man pages
Quentin Monnet
2019-04-16
7
-7
/
+7
*
tools: bpftool: fix man page documentation for "pinmaps" keyword
Quentin Monnet
2019-04-16
1
-1
/
+1
*
tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt
Alexei Starovoitov
2019-02-27
1
-1
/
+3
*
bpf: bpftool, fix documentation for attach types
Alban Crequy
2019-02-19
1
-1
/
+1
*
tools: bpftool: doc, add text about feature-subcommand
Prashant Bhole
2019-02-12
1
-1
/
+3
*
tools: bpftool: doc, fix incorrect text
Prashant Bhole
2019-02-06
3
-5
/
+5
*
tools: bpftool: add probes for a network device
Quentin Monnet
2019-01-22
1
-3
/
+15
*
tools: bpftool: add C-style "#define" output for probes
Quentin Monnet
2019-01-22
1
-2
/
+11
*
tools: bpftool: add probes for eBPF helper functions
Quentin Monnet
2019-01-22
1
-0
/
+4
*
tools: bpftool: add basic probe capability, probe syscall availability
Quentin Monnet
2019-01-22
7
-0
/
+66
*
bpftool: add pop and dequeue commands
Stanislav Fomichev
2019-01-17
1
-0
/
+8
*
bpftool: add push and enqueue commands
Stanislav Fomichev
2019-01-17
1
-0
/
+8
*
bpftool: add peek command
Stanislav Fomichev
2019-01-17
1
-0
/
+4
*
bpftool: make key optional in lookup command
Stanislav Fomichev
2019-01-17
1
-2
/
+2
*
bpftool: make key and value optional in update command
Stanislav Fomichev
2019-01-17
1
-2
/
+2
*
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
2018-12-18
3
-0
/
+12
*
tools: bpftool: add a prog array map update example to documentation
Quentin Monnet
2018-12-15
1
-0
/
+55
*
tools: bpftool: fix examples in documentation for bpftool prog
Quentin Monnet
2018-12-15
1
-45
/
+53
*
tools: bpftool: add doc for -m option to bpftool-prog.rst
Quentin Monnet
2018-12-15
1
-0
/
+3
*
bpf: bpftool: Fix newline and p_err issue
Martin KaFai Lau
2018-12-10
1
-0
/
+2
*
bpf: libbpf: bpftool: Print bpf_line_info during prog dump
Martin KaFai Lau
2018-12-09
1
-4
/
+12
*
tools: bpftool: add a command to dump the trace pipe
Quentin Monnet
2018-12-05
1
-2
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-11-28
6
-8
/
+44
|
\
|
*
tools: bpftool: update references to other man pages in documentation
Quentin Monnet
2018-11-09
6
-7
/
+42
|
*
tools: bpftool: fix plain output and doc for --bpffs option
Quentin Monnet
2018-11-09
1
-1
/
+2
*
|
bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map
David Calavera
2018-11-23
1
-1
/
+2
*
|
bpftool: support loading flow dissector
Stanislav Fomichev
2018-11-10
1
-10
/
+16
[next]