summaryrefslogtreecommitdiff
path: root/tools/bpf
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-01
|\
| * tools: bpftool: don't use hex numbers in JSON outputJakub Kicinski2018-03-24
* | bpftool: Adjust to new print_bpf_insn interfaceJiri Olsa2018-03-23
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-23
|\ \ | |/
| * tools: bpftool: fix compilation with older headersJiri Benc2018-03-06
* | tools: bpf: remove feature detection outputJakub Kicinski2018-03-16
* | tools: bpf: cleanup PHONY targetJakub Kicinski2018-03-16
* | tools: bpftool: fix potential format truncationJakub Kicinski2018-03-16
* | tools: bpftool: fix dependency file pathJakub Kicinski2018-03-16
* | tools: bpf: silence make by not deleting intermediate fileJiri Benc2018-03-09
* | tools: bpf: respect quiet/verbose buildJiri Benc2018-03-09
* | tools: bpf: call descend in MakefileJiri Benc2018-03-09
* | tools: bpf: make install should build firstJiri Benc2018-03-09
* | tools: bpf: consistent make bpf_installJiri Benc2018-03-09
* | tools: bpf: respect output directory during buildJiri Benc2018-03-09
* | tools: bpftool: silence 'missing initializer' warningsJiri Benc2018-03-09
* | tools: bpftool: add support for quotations in batch filesQuentin Monnet2018-03-02
* | tools: bpftool: read from stdin when batch file name is "-"Quentin Monnet2018-03-02
* | tools: bpftool: support continuation lines in batch filesQuentin Monnet2018-03-02
* | tools: bpftool: support comments in batch filesQuentin Monnet2018-03-02
* | tools: bpftool: add bash completion for CFG dumpQuentin Monnet2018-03-01
* | tools: bpftool: new command-line option and documentation for 'visual'Jiong Wang2018-03-01
* | tools: bpftool: generate .dot graph from CFG informationJiong Wang2018-03-01
* | tools: bpftool: add out edges for each basic-blockJiong Wang2018-03-01
* | tools: bpftool: partition basic-block for each function in the CFGJiong Wang2018-03-01
* | tools: bpftool: detect sub-programs from the eBPF sequenceJiong Wang2018-03-01
* | tools: bpftool: factor out xlated dump related code into separate fileJiong Wang2018-03-01
* | tools: bpftool: remove unnecessary 'if' to reduce indentationJiong Wang2018-03-01
|/
* tools: bpftool: preserve JSON output on errors on batch file parsingQuentin Monnet2018-02-15
* tools: bpftool: preserve JSON for batch mode when dumping insns to fileQuentin Monnet2018-02-15
* tools: bpftool: add bash completion for cgroup commandsQuentin Monnet2018-02-08
* tools: bpftool: add bash completion for `bpftool prog load`Quentin Monnet2018-02-08
* tools: bpftool: make syntax for program map update explicit in man pageQuentin Monnet2018-02-08
* tools: bpftool: exit doc Makefile early if rst2man is not availableQuentin Monnet2018-02-08
* bpftool: recognize BPF_MAP_TYPE_CPUMAP mapsRoman Gushchin2018-01-19
* tools: bpftool: report device information for offloaded mapsJakub Kicinski2018-01-18
* tools/bpf_jit_disasm: silence a static checker warningDan Carpenter2018-01-18
* tools: bpftool: improve architecture detection by using ifindexJiong Wang2018-01-18
* tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang2018-01-17
* bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programsRoman Gushchin2018-01-16
* tools: bpftool: remove new lines from errorsJakub Kicinski2018-01-04
* tools: bpftool: alias show and list commandsJakub Kicinski2018-01-04
* tools: bpftool: rename cgroup list -> show in the codeJakub Kicinski2018-01-04
* tools: bpftool: report device information for offloaded programsJakub Kicinski2017-12-31
* tools/bpftool: fix bpftool build with bintutils >= 2.9Roman Gushchin2017-12-30
* tools/bpftool: use version from the kernel source treeRoman Gushchin2017-12-30
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-29
|\
| * tools: bpftool: protect against races with disappearing objectsJakub Kicinski2017-12-23
| * tools: bpftool: maps: close json array on error paths of showJakub Kicinski2017-12-23
* | bpf: allow for correlation of maps and helpers in dumpDaniel Borkmann2017-12-20