aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool
AgeCommit message (Expand)Author
2019-08-02bpftool: exclude bash-completion/bpftool from .gitignore patternMasahiro Yamada
2019-03-20bpftool: fix percpu maps updatingPaolo Abeni
2019-03-20bpftool: Fix prog dump by tagJiri Olsa
2018-12-30tools: bpftool: prevent infinite loop in get_fdinfo()Quentin Monnet
2018-10-03tools: bpftool: return from do_event_pipe() on bad argumentsQuentin Monnet
2018-07-31tools/bpftool: fix a percpu_array map dump problemYonghong Song
2018-07-20tools/bpftool: Fix segfault case regarding 'pin' argumentsTaeung Song
2018-06-21tools: bpftool: remember to close the libbpf object after prog loadJakub Kicinski
2018-06-21tools: bpftool: remove duplicated error message on prog loadJakub Kicinski
2018-06-15tools: bpftool: improve accuracy of load timeJakub Kicinski
2018-06-13tools/bpftool: fix a bug in bpftool perfYonghong Song
2018-05-30bpftool: Support sendmsg{4,6} attach typesAndrey Ignatov
2018-05-30bpf: add selftest for lirc_mode2 type programSean Young
2018-05-24tools/bpftool: add perf subcommandYonghong Song
2018-05-24tools: bpftool: add delimiters to multi-function JITed dumpsSandipan Das
2018-05-24tools: bpftool: resolve calls without using imm fieldSandipan Das
2018-05-16bpf: bpftool, support for sockhashJohn Fastabend
2018-05-11tools: bpf: move the event reading loop to libbpfJakub Kicinski
2018-05-11tools: bpftool: use PERF_SAMPLE_TIME instead of reading the clockJakub Kicinski
2018-05-10selftests/bpf: ignore build productsSirio Balmelli
2018-05-04tools: bpftool: add simple perf event output readerJakub Kicinski
2018-05-04tools: bpftool: move get_possible_cpus() to common codeJakub Kicinski
2018-05-04tools: bpftool: fold hex keyword in command helpJakub Kicinski
2018-05-01tools: bpftool: change time format for program 'loaded at:' informationQuentin Monnet
2018-04-26tools, bpftool: Display license GPL compatible in prog show/listJiri Olsa
2018-04-18tools: bpftool: make it easier to feed hex bytes to bpftoolQuentin Monnet
2018-04-18bpftool: Support new prog types and attach typesAndrey Ignatov
2018-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-24tools: bpftool: don't use hex numbers in JSON outputJakub Kicinski
2018-03-23bpftool: Adjust to new print_bpf_insn interfaceJiri Olsa
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-16tools: bpf: remove feature detection outputJakub Kicinski
2018-03-16tools: bpftool: fix potential format truncationJakub Kicinski
2018-03-16tools: bpftool: fix dependency file pathJakub Kicinski
2018-03-09tools: bpftool: silence 'missing initializer' warningsJiri Benc
2018-03-06tools: bpftool: fix compilation with older headersJiri Benc
2018-03-02tools: bpftool: add support for quotations in batch filesQuentin Monnet
2018-03-02tools: bpftool: read from stdin when batch file name is "-"Quentin Monnet
2018-03-02tools: bpftool: support continuation lines in batch filesQuentin Monnet
2018-03-02tools: bpftool: support comments in batch filesQuentin Monnet
2018-03-01tools: bpftool: add bash completion for CFG dumpQuentin Monnet
2018-03-01tools: bpftool: new command-line option and documentation for 'visual'Jiong Wang
2018-03-01tools: bpftool: generate .dot graph from CFG informationJiong Wang
2018-03-01tools: bpftool: add out edges for each basic-blockJiong Wang
2018-03-01tools: bpftool: partition basic-block for each function in the CFGJiong Wang
2018-03-01tools: bpftool: detect sub-programs from the eBPF sequenceJiong Wang
2018-03-01tools: bpftool: factor out xlated dump related code into separate fileJiong Wang
2018-03-01tools: bpftool: remove unnecessary 'if' to reduce indentationJiong Wang
2018-02-15tools: bpftool: preserve JSON output on errors on batch file parsingQuentin Monnet
2018-02-15tools: bpftool: preserve JSON for batch mode when dumping insns to fileQuentin Monnet