summaryrefslogtreecommitdiffstats
path: root/tools/bpf
Commit message (Expand)AuthorAgeFilesLines
* tools: bpftool: improve accuracy of load timeJakub Kicinski2018-06-151-1/+3
* tools/bpftool: fix a bug in bpftool perfYonghong Song2018-06-131-2/+3
* bpf: fix cbpf parser bug for octal numbersDaniel Borkmann2018-06-031-1/+1
* bpftool: Support sendmsg{4,6} attach typesAndrey Ignatov2018-05-303-5/+13
* bpf: add selftest for lirc_mode2 type programSean Young2018-05-301-0/+1
* tools/bpftool: add perf subcommandYonghong Song2018-05-246-2/+343
* tools: bpftool: add delimiters to multi-function JITed dumpsSandipan Das2018-05-243-3/+75
* tools: bpftool: resolve calls without using imm fieldSandipan Das2018-05-243-1/+35
* bpf: bpftool, support for sockhashJohn Fastabend2018-05-161-0/+1
* tools: bpf: move the event reading loop to libbpfJakub Kicinski2018-05-111-51/+15
* tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clockJakub Kicinski2018-05-111-11/+6
* selftests/bpf: ignore build productsSirio Balmelli2018-05-101-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-079-86/+518
|\
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-2/+5
|\ \ | |/ |/|
| * bpf: fix uninitialized variable in bpf toolsJohn Fastabend2018-04-261-2/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-262-1/+5
|\ \
| * | tools, bpftool: Display license GPL compatible in prog show/listJiri Olsa2018-04-262-1/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-0/+2
|\ \ \ | |/ / |/| / | |/
| * bpf: fix for lex/yacc build error with gcc-5John Fastabend2018-04-251-0/+2
* | 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-162-0/+4
* | tools: bpf: cleanup PHONY targetJakub Kicinski2018-03-161-1/+1
* | tools: bpftool: fix potential format truncationJakub Kicinski2018-03-161-1/+1
* | tools: bpftool: fix dependency file pathJakub Kicinski2018-03-161-1/+1
* | tools: bpf: silence make by not deleting intermediate fileJiri Benc2018-03-091-1/+1
* | tools: bpf: respect quiet/verbose buildJiri Benc2018-03-091-11/+27
* | tools: bpf: call descend in MakefileJiri Benc2018-03-091-3/+3
* | tools: bpf: make install should build firstJiri Benc2018-03-091-2/+4
* | tools: bpf: consistent make bpf_installJiri Benc2018-03-091-4/+6
* | tools: bpf: respect output directory during buildJiri Benc2018-03-091-16/+22
* | 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
OpenPOWER on IntegriCloud