index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
Age
Commit message (
Expand
)
Author
2017-10-29
tools: bpftool: add bash completion for bpftool
Quentin Monnet
2017-10-26
tools: bpftool: try to mount bpffs if required for pinning objects
Quentin Monnet
2017-10-24
tools: bpftool: update documentation for --json and --pretty usage
Quentin Monnet
2017-10-24
tools: bpftool: add cosmetic changes for the manual pages
Quentin Monnet
2017-10-24
tools: bpftool: provide JSON output for all possible commands
Quentin Monnet
2017-10-24
tools: bpftool: turn err() and info() macros into functions
Quentin Monnet
2017-10-24
tools: bpftool: add JSON output for `bpftool batch file FILE` command
Quentin Monnet
2017-10-24
tools: bpftool: add JSON output for `bpftool map *` commands
Quentin Monnet
2017-10-24
tools: bpftool: add JSON output for `bpftool prog dump xlated *` command
Quentin Monnet
2017-10-24
tools: bpftool: add JSON output for `bpftool prog dump jited *` command
Quentin Monnet
2017-10-24
tools: bpftool: add JSON output for `bpftool prog show *` command
Quentin Monnet
2017-10-24
tools: bpftool: introduce --json and --pretty options
Quentin Monnet
2017-10-24
tools: bpftool: add option parsing to bpftool, --help and --version
Quentin Monnet
2017-10-24
tools: bpftool: copy JSON writer from iproute2 repository
Quentin Monnet
2017-10-22
tools: bpftool: add a command to display bpftool version
Quentin Monnet
2017-10-22
tools: bpftool: show that `opcodes` or `file FILE` should be exclusive
Quentin Monnet
2017-10-22
tools: bpftool: print all relevant byte opcodes for "load double word"
Quentin Monnet
2017-10-22
tools: bpftool: print only one error message on byte parsing failure
Quentin Monnet
2017-10-22
tools: bpftool: add `bpftool prog help` as real command i.r.t exit code
Quentin Monnet
2017-10-22
tools: bpftool: use err() instead of info() if there are too many insns
Quentin Monnet
2017-10-22
tools: bpftool: fix return value when all eBPF programs have been shown
Quentin Monnet
2017-10-22
tools: bpftool: add pointer to file argument to print_hex()
Quentin Monnet
2017-10-18
tools: bpftool: use more common tag format
Jakub Kicinski
2017-10-10
tools: bpftool: use the kernel's instruction printer
Jakub Kicinski
2017-10-04
tools: bpftool: add documentation
Jakub Kicinski
2017-10-04
tools: bpf: add bpftool
Jakub Kicinski
2017-10-04
tools: rename tools/net directory to tools/bpf
Jakub Kicinski