index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
main.h
Age
Commit message (
Expand
)
Author
2017-11-30
tools: bpftool: remove spurious line break from error message
Quentin Monnet
2017-11-30
tools: bpftool: clean up the JSON writer before exiting in usage()
Quentin Monnet
2017-11-11
tools: bpftool: optionally show filenames of pinned objects
Prashant Bhole
2017-11-11
tools: bpftool: show filenames of pinned objects
Prashant Bhole
2017-11-11
tools: bpftool: open pinned object without type check
Prashant Bhole
2017-11-05
tools: bpftool: move p_err() and p_info() from main.h to common.c
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: turn err() and info() macros into functions
Quentin Monnet
2017-10-24
tools: bpftool: add JSON output for `bpftool prog dump xlated *` command
Quentin Monnet
2017-10-24
tools: bpftool: introduce --json and --pretty options
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: bpf: add bpftool
Jakub Kicinski