summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/prog.c
Commit message (Expand)AuthorAgeFilesLines
* tools: bpftool: improve accuracy of load timeJakub Kicinski2018-06-151-1/+3
* bpf: add selftest for lirc_mode2 type programSean Young2018-05-301-0/+1
* tools: bpftool: add delimiters to multi-function JITed dumpsSandipan Das2018-05-241-1/+72
* tools: bpftool: resolve calls without using imm fieldSandipan Das2018-05-241-0/+24
* tools: bpftool: change time format for program 'loaded at:' informationQuentin Monnet2018-05-011-2/+6
* tools, bpftool: Display license GPL compatible in prog show/listJiri Olsa2018-04-261-0/+3
* bpftool: Support new prog types and attach typesAndrey Ignatov2018-04-181-0/+3
* tools: bpftool: new command-line option and documentation for 'visual'Jiong Wang2018-03-011-1/+11
* tools: bpftool: factor out xlated dump related code into separate fileJiong Wang2018-03-011-254/+1
* tools: bpftool: remove unnecessary 'if' to reduce indentationJiong Wang2018-03-011-20/+18
* tools: bpftool: preserve JSON for batch mode when dumping insns to fileQuentin Monnet2018-02-151-0/+3
* tools: bpftool: improve architecture detection by using ifindexJiong Wang2018-01-181-1/+11
* bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programsRoman Gushchin2018-01-161-0/+1
* tools: bpftool: remove new lines from errorsJakub Kicinski2018-01-041-2/+2
* tools: bpftool: alias show and list commandsJakub Kicinski2018-01-041-1/+2
* tools: bpftool: report device information for offloaded programsJakub Kicinski2017-12-311-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-0/+2
|\
| * tools: bpftool: protect against races with disappearing objectsJakub Kicinski2017-12-231-0/+2
* | bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-201-9/+172
* | bpftool: implement prog load commandRoman Gushchin2017-12-141-1/+28
|/
* bpftool: revert printing program device bound infoJakub Kicinski2017-11-211-31/+0
* tools: bpftool: optionally show filenames of pinned objectsPrashant Bhole2017-11-111-1/+2
* tools: bpftool: show filenames of pinned objectsPrashant Bhole2017-11-111-0/+24
* bpftool: print program device bound infoJakub Kicinski2017-11-051-0/+31
* tools: bpftool: update documentation for --json and --pretty usageQuentin Monnet2017-10-241-0/+1
* tools: bpftool: provide JSON output for all possible commandsQuentin Monnet2017-10-241-1/+11
* tools: bpftool: turn err() and info() macros into functionsQuentin Monnet2017-10-241-26/+25
* tools: bpftool: add JSON output for `bpftool prog dump xlated *` commandQuentin Monnet2017-10-241-2/+68
* tools: bpftool: add JSON output for `bpftool prog show *` commandQuentin Monnet2017-10-241-32/+107
* tools: bpftool: show that `opcodes` or `file FILE` should be exclusiveQuentin Monnet2017-10-221-2/+2
* tools: bpftool: print all relevant byte opcodes for "load double word"Quentin Monnet2017-10-221-3/+12
* 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-221-2/+2
* tools: bpftool: use more common tag formatJakub Kicinski2017-10-181-1/+1
* tools: bpftool: use the kernel's instruction printerJakub Kicinski2017-10-101-8/+36
* tools: bpf: add bpftoolJakub Kicinski2017-10-041-0/+456
OpenPOWER on IntegriCloud