index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
Documentation
/
bpftool-prog.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-1
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-17
1
-1
/
+1
|
\
|
*
bpf, bpftool: enable recvmsg attach types
Daniel Borkmann
2019-06-06
1
-1
/
+1
*
|
tools: bpftool: make -d option print debug output from verifier
Quentin Monnet
2019-05-28
1
-2
/
+3
*
|
tools: bpftool: add -d option to get debug output from libbpf
Quentin Monnet
2019-05-28
1
-0
/
+4
|
/
*
bpftool/docs: add btf sub-command documentation
Andrii Nakryiko
2019-04-25
1
-1
/
+2
*
bpftool: Support sysctl hook
Andrey Ignatov
2019-04-16
1
-1
/
+2
*
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
1
-1
/
+1
*
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, fix incorrect text
Prashant Bhole
2019-02-06
1
-1
/
+1
*
tools: bpftool: add basic probe capability, probe syscall availability
Quentin Monnet
2019-01-22
1
-0
/
+1
*
tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs
Quentin Monnet
2018-12-18
1
-0
/
+4
*
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
1
-2
/
+9
|
\
|
*
tools: bpftool: update references to other man pages in documentation
Quentin Monnet
2018-11-09
1
-1
/
+7
|
*
tools: bpftool: fix plain output and doc for --bpffs option
Quentin Monnet
2018-11-09
1
-1
/
+2
*
|
bpftool: support loading flow dissector
Stanislav Fomichev
2018-11-10
1
-10
/
+16
*
|
bpftool: add pinmaps argument to the load/loadall
Stanislav Fomichev
2018-11-10
1
-1
/
+3
*
|
bpftool: add loadall command
Stanislav Fomichev
2018-11-10
1
-5
/
+9
|
/
*
tools: bpftool: document restriction on '.' in names to pin in bpffs
Quentin Monnet
2018-10-21
1
-2
/
+6
*
bpf: bpftool, add support for attaching programs to maps
John Fastabend
2018-10-15
1
-0
/
+11
*
tools: bpftool: allow reuse of maps with bpftool prog load
Jakub Kicinski
2018-07-11
1
-2
/
+18
*
tools: bpftool: allow users to specify program type for prog load
Jakub Kicinski
2018-07-11
1
-2
/
+13
*
tools: bpftool: add support for loading programs for offload
Jakub Kicinski
2018-07-11
1
-2
/
+4
*
tools, bpftool: Display license GPL compatible in prog show/list
Jiri Olsa
2018-04-26
1
-1
/
+2
*
tools: bpftool: new command-line option and documentation for 'visual'
Jiong Wang
2018-03-01
1
-6
/
+12
*
tools: bpftool: alias show and list commands
Jakub Kicinski
2018-01-04
1
-3
/
+3
*
bpftool: implement cgroup bpf operations
Roman Gushchin
2017-12-14
1
-1
/
+1
*
bpftool: implement prog load command
Roman Gushchin
2017-12-14
1
-1
/
+9
*
tools: bpftool: optionally show filenames of pinned objects
Prashant Bhole
2017-11-11
1
-1
/
+4
*
tools: bpftool: update documentation for --json and --pretty usage
Quentin Monnet
2017-10-24
1
-2
/
+59
*
tools: bpftool: add cosmetic changes for the manual pages
Quentin Monnet
2017-10-24
1
-6
/
+6
*
tools: bpftool: add option parsing to bpftool, --help and --version
Quentin Monnet
2017-10-24
1
-0
/
+8
*
tools: bpftool: show that `opcodes` or `file FILE` should be exclusive
Quentin Monnet
2017-10-22
1
-4
/
+4
*
tools: bpftool: use more common tag format
Jakub Kicinski
2017-10-18
1
-1
/
+1
*
tools: bpftool: use the kernel's instruction printer
Jakub Kicinski
2017-10-10
1
-4
/
+7
*
tools: bpftool: add documentation
Jakub Kicinski
2017-10-04
1
-0
/
+79