aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-26bpf: fix uninitialized variable in bpf toolsJohn Fastabend1-2/+5
2018-04-25bpf: fix for lex/yacc build error with gcc-5John Fastabend1-0/+2
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-24tools: bpftool: don't use hex numbers in JSON outputJakub Kicinski1-1/+1
2018-03-23bpftool: Adjust to new print_bpf_insn interfaceJiri Olsa1-6/+6
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2018-03-16tools: bpf: remove feature detection outputJakub Kicinski2-0/+4
2018-03-16tools: bpf: cleanup PHONY targetJakub Kicinski1-1/+1
2018-03-16tools: bpftool: fix potential format truncationJakub Kicinski1-1/+1
2018-03-16tools: bpftool: fix dependency file pathJakub Kicinski1-1/+1
2018-03-09tools: bpf: silence make by not deleting intermediate fileJiri Benc1-1/+1
2018-03-09tools: bpf: respect quiet/verbose buildJiri Benc1-11/+27
2018-03-09tools: bpf: call descend in MakefileJiri Benc1-3/+3
2018-03-09tools: bpf: make install should build firstJiri Benc1-2/+4
2018-03-09tools: bpf: consistent make bpf_installJiri Benc1-4/+6
2018-03-09tools: bpf: respect output directory during buildJiri Benc1-16/+22
2018-03-09tools: bpftool: silence 'missing initializer' warningsJiri Benc1-1/+1
2018-03-06tools: bpftool: fix compilation with older headersJiri Benc1-0/+4
2018-03-02tools: bpftool: add support for quotations in batch filesQuentin Monnet1-14/+51
2018-03-02tools: bpftool: read from stdin when batch file name is "-"Quentin Monnet1-2/+6
2018-03-02tools: bpftool: support continuation lines in batch filesQuentin Monnet1-4/+32
2018-03-02tools: bpftool: support comments in batch filesQuentin Monnet1-0/+5
2018-03-01tools: bpftool: add bash completion for CFG dumpQuentin Monnet1-4/+9
2018-03-01tools: bpftool: new command-line option and documentation for 'visual'Jiong Wang2-7/+23
2018-03-01tools: bpftool: generate .dot graph from CFG informationJiong Wang3-0/+147
2018-03-01tools: bpftool: add out edges for each basic-blockJiong Wang1-2/+160
2018-03-01tools: bpftool: partition basic-block for each function in the CFGJiong Wang1-1/+117
2018-03-01tools: bpftool: detect sub-programs from the eBPF sequenceJiong Wang2-0/+190
2018-03-01tools: bpftool: factor out xlated dump related code into separate fileJiong Wang3-254/+349
2018-03-01tools: bpftool: remove unnecessary 'if' to reduce indentationJiong Wang1-20/+18
2018-02-15tools: bpftool: preserve JSON output on errors on batch file parsingQuentin Monnet1-1/+1
2018-02-15tools: bpftool: preserve JSON for batch mode when dumping insns to fileQuentin Monnet1-0/+3
2018-02-08tools: bpftool: add bash completion for cgroup commandsQuentin Monnet2-6/+62
2018-02-08tools: bpftool: add bash completion for `bpftool prog load`Quentin Monnet1-2/+6
2018-02-08tools: bpftool: make syntax for program map update explicit in man pageQuentin Monnet1-1/+2
2018-02-08tools: bpftool: exit doc Makefile early if rst2man is not availableQuentin Monnet1-0/+5
2018-01-19bpftool: recognize BPF_MAP_TYPE_CPUMAP mapsRoman Gushchin1-0/+1
2018-01-18tools: bpftool: report device information for offloaded mapsJakub Kicinski1-1/+6
2018-01-18tools/bpf_jit_disasm: silence a static checker warningDan Carpenter1-3/+4
2018-01-18tools: bpftool: improve architecture detection by using ifindexJiong Wang4-3/+102
2018-01-17tools: bpftool: add -DPACKAGE when including bfd.hJiong Wang1-1/+1
2018-01-16bpftool: recognize BPF_PROG_TYPE_CGROUP_DEVICE programsRoman Gushchin1-0/+1
2018-01-04tools: bpftool: remove new lines from errorsJakub Kicinski2-11/+11
2018-01-04tools: bpftool: alias show and list commandsJakub Kicinski8-19/+22
2018-01-04tools: bpftool: rename cgroup list -> show in the codeJakub Kicinski1-9/+9
2017-12-31tools: bpftool: report device information for offloaded programsJakub Kicinski3-0/+57
2017-12-30tools/bpftool: fix bpftool build with bintutils >= 2.9Roman Gushchin4-0/+67
2017-12-30tools/bpftool: use version from the kernel source treeRoman Gushchin2-11/+5
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+7
2017-12-23tools: bpftool: protect against races with disappearing objectsJakub Kicinski2-0/+4