aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-03bpf: fix cbpf parser bug for octal numbersDaniel Borkmann1-1/+1
2018-05-30bpftool: Support sendmsg{4,6} attach typesAndrey Ignatov3-5/+13
2018-05-30bpf: add selftest for lirc_mode2 type programSean Young1-0/+1
2018-05-24tools/bpftool: add perf subcommandYonghong Song6-2/+343
2018-05-24tools: bpftool: add delimiters to multi-function JITed dumpsSandipan Das3-3/+75
2018-05-24tools: bpftool: resolve calls without using imm fieldSandipan Das3-1/+35
2018-05-16bpf: bpftool, support for sockhashJohn Fastabend1-0/+1
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski1-51/+15
2018-05-11tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clockJakub Kicinski1-11/+6
2018-05-10selftests/bpf: ignore build productsSirio Balmelli1-0/+3
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-86/+518
2018-05-04tools: bpftool: add simple perf event output readerJakub Kicinski8-19/+444
2018-05-04tools: bpftool: move get_possible_cpus() to common codeJakub Kicinski3-58/+59
2018-05-04tools: bpftool: fold hex keyword in command helpJakub Kicinski2-15/+17
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-05-01tools: bpftool: change time format for program 'loaded at:' informationQuentin Monnet1-2/+6
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+5
2018-04-26tools, bpftool: Display license GPL compatible in prog show/listJiri Olsa2-1/+5
2018-04-26bpf: fix uninitialized variable in bpf toolsJohn Fastabend1-2/+5
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2018-04-25bpf: fix for lex/yacc build error with gcc-5John Fastabend1-0/+2
2018-04-18tools: bpftool: make it easier to feed hex bytes to bpftoolQuentin Monnet3-18/+36
2018-04-18bpftool: Support new prog types and attach typesAndrey Ignatov4-7/+28
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