summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool
Commit message (Expand)AuthorAgeFilesLines
...
* tools: bpftool: add JSON output for `bpftool map *` commandsQuentin Monnet2017-10-241-20/+129
* tools: bpftool: add JSON output for `bpftool prog dump xlated *` commandQuentin Monnet2017-10-245-2/+89
* tools: bpftool: add JSON output for `bpftool prog dump jited *` commandQuentin Monnet2017-10-241-6/+80
* tools: bpftool: add JSON output for `bpftool prog show *` commandQuentin Monnet2017-10-241-32/+107
* tools: bpftool: introduce --json and --pretty optionsQuentin Monnet2017-10-242-3/+35
* tools: bpftool: add option parsing to bpftool, --help and --versionQuentin Monnet2017-10-244-1/+50
* tools: bpftool: copy JSON writer from iproute2 repositoryQuentin Monnet2017-10-242-0/+418
* tools: bpftool: add a command to display bpftool versionQuentin Monnet2017-10-222-1/+15
* tools: bpftool: show that `opcodes` or `file FILE` should be exclusiveQuentin Monnet2017-10-222-6/+6
* tools: bpftool: print all relevant byte opcodes for "load double word"Quentin Monnet2017-10-221-3/+12
* tools: bpftool: print only one error message on byte parsing failureQuentin Monnet2017-10-221-1/+1
* tools: bpftool: add `bpftool prog help` as real command i.r.t exit codeQuentin Monnet2017-10-221-0/+1
* tools: bpftool: use err() instead of info() if there are too many insnsQuentin Monnet2017-10-221-1/+1
* tools: bpftool: fix return value when all eBPF programs have been shownQuentin Monnet2017-10-221-1/+3
* tools: bpftool: add pointer to file argument to print_hex()Quentin Monnet2017-10-224-17/+17
* tools: bpftool: use more common tag formatJakub Kicinski2017-10-183-4/+3
* tools: bpftool: use the kernel's instruction printerJakub Kicinski2017-10-104-21/+51
* tools: bpftool: add documentationJakub Kicinski2017-10-045-0/+263
* tools: bpf: add bpftoolJakub Kicinski2017-10-047-0/+1894