summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool
Commit message (Expand)AuthorAgeFilesLines
* selftests/bpf: ignore build productsSirio Balmelli2018-05-101-0/+3
* tools: bpftool: add simple perf event output readerJakub Kicinski2018-05-048-19/+444
* tools: bpftool: move get_possible_cpus() to common codeJakub Kicinski2018-05-043-58/+59
* tools: bpftool: fold hex keyword in command helpJakub Kicinski2018-05-042-15/+17
* 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-262-1/+5
* tools: bpftool: make it easier to feed hex bytes to bpftoolQuentin Monnet2018-04-183-18/+36
* bpftool: Support new prog types and attach typesAndrey Ignatov2018-04-184-7/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-011-1/+1
|\
| * tools: bpftool: don't use hex numbers in JSON outputJakub Kicinski2018-03-241-1/+1
* | bpftool: Adjust to new print_bpf_insn interfaceJiri Olsa2018-03-231-6/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-0/+4
|\ \ | |/
| * tools: bpftool: fix compilation with older headersJiri Benc2018-03-061-0/+4
* | tools: bpf: remove feature detection outputJakub Kicinski2018-03-161-0/+2
* | tools: bpftool: fix potential format truncationJakub Kicinski2018-03-161-1/+1
* | tools: bpftool: fix dependency file pathJakub Kicinski2018-03-161-1/+1
* | tools: bpftool: silence 'missing initializer' warningsJiri Benc2018-03-091-1/+1
* | tools: bpftool: add support for quotations in batch filesQuentin Monnet2018-03-021-14/+51
* | tools: bpftool: read from stdin when batch file name is "-"Quentin Monnet2018-03-021-2/+6
* | tools: bpftool: support continuation lines in batch filesQuentin Monnet2018-03-021-4/+32
* | tools: bpftool: support comments in batch filesQuentin Monnet2018-03-021-0/+5
* | tools: bpftool: add bash completion for CFG dumpQuentin Monnet2018-03-011-4/+9
* | tools: bpftool: new command-line option and documentation for 'visual'Jiong Wang2018-03-012-7/+23
* | tools: bpftool: generate .dot graph from CFG informationJiong Wang2018-03-013-0/+147
* | tools: bpftool: add out edges for each basic-blockJiong Wang2018-03-011-2/+160
* | tools: bpftool: partition basic-block for each function in the CFGJiong Wang2018-03-011-1/+117
* | tools: bpftool: detect sub-programs from the eBPF sequenceJiong Wang2018-03-012-0/+190
* | tools: bpftool: factor out xlated dump related code into separate fileJiong Wang2018-03-013-254/+349
* | tools: bpftool: remove unnecessary 'if' to reduce indentationJiong Wang2018-03-011-20/+18
|/
* tools: bpftool: preserve JSON output on errors on batch file parsingQuentin Monnet2018-02-151-1/+1
* tools: bpftool: preserve JSON for batch mode when dumping insns to fileQuentin Monnet2018-02-151-0/+3
* tools: bpftool: add bash completion for cgroup commandsQuentin Monnet2018-02-082-6/+62
* tools: bpftool: add bash completion for `bpftool prog load`Quentin Monnet2018-02-081-2/+6
* tools: bpftool: make syntax for program map update explicit in man pageQuentin Monnet2018-02-081-1/+2
* tools: bpftool: exit doc Makefile early if rst2man is not availableQuentin Monnet2018-02-081-0/+5
* bpftool: recognize BPF_MAP_TYPE_CPUMAP mapsRoman Gushchin2018-01-191-0/+1
* tools: bpftool: report device information for offloaded mapsJakub Kicinski2018-01-181-1/+6
* tools: bpftool: improve architecture detection by using ifindexJiong Wang2018-01-184-3/+102
* tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang2018-01-171-1/+1
* bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programsRoman Gushchin2018-01-161-0/+1
* tools: bpftool: remove new lines from errorsJakub Kicinski2018-01-042-11/+11
* tools: bpftool: alias show and list commandsJakub Kicinski2018-01-048-19/+22
* tools: bpftool: rename cgroup list -> show in the codeJakub Kicinski2018-01-041-9/+9
* tools: bpftool: report device information for offloaded programsJakub Kicinski2017-12-313-0/+57
* tools/bpftool: fix bpftool build with bintutils >= 2.9Roman Gushchin2017-12-302-0/+31
* tools/bpftool: use version from the kernel source treeRoman Gushchin2017-12-302-11/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-292-3/+7
|\
| * tools: bpftool: protect against races with disappearing objectsJakub Kicinski2017-12-232-0/+4
| * tools: bpftool: maps: close json array on error paths of showJakub Kicinski2017-12-231-3/+3
* | bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-201-9/+172
OpenPOWER on IntegriCloud