aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/prog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump()Song Liu1-207/+59
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski1-2/+2
2019-02-27tools/bpftool: recognize bpf_prog_info run_time_ns and run_cntAlexei Starovoitov1-0/+7
2019-02-19bpf: bpftool, fix documentation for attach typesAlban Crequy1-1/+1
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2019-01-23libbpf: Show supported ELF section names when failing to guess prog/attach typeTaeung Song1-7/+3
2019-01-23bpftool: Fix prog dump by tagJiri Olsa1-2/+3
2018-12-15tools: bpftool: fix -Wmissing declaration warningsQuentin Monnet1-2/+2
2018-12-13bpf: Remove !func_info and !line_info check from test_btf and bpftoolMartin KaFai Lau1-7/+0
2018-12-13tools: bpftool: replace Netronome boilerplate with SPDX license headersJakub Kicinski1-32/+2
2018-12-10tools/bpf: rename *_info_cnt to nr_*_infoYonghong Song1-24/+24
2018-12-10bpf: bpftool: Fix newline and p_err issueMartin KaFai Lau1-2/+1
2018-12-09bpf: libbpf: bpftool: Print bpf_line_info during prog dumpMartin KaFai Lau1-10/+90
2018-12-05bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftoolMartin KaFai Lau1-0/+7
2018-12-05tools: bpftool: add a command to dump the trace pipeQuentin Monnet1-1/+3
2018-11-30tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet1-24/+1
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2018-11-26libbpf: Name changing for btf_get_from_idMartin KaFai Lau1-1/+1
2018-11-22tools: bpftool: fix potential NULL pointer dereference in do_loadJakub Kicinski1-3/+7
2018-11-20tools/bpf: bpftool: add support for func typesYonghong Song1-0/+56
2018-11-16bpftool: make libbfd optionalStanislav Fomichev1-0/+3
2018-11-10bpftool: support loading flow dissectorStanislav Fomichev1-39/+46
2018-11-10bpftool: add pinmaps argument to the load/loadallStanislav Fomichev1-1/+23
2018-11-10bpftool: add loadall commandStanislav Fomichev1-20/+54
2018-11-09tools: bpftool: fix plain output and doc for --bpffs optionQuentin Monnet1-2/+1
2018-11-07tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, mapsQuentin Monnet1-0/+2
2018-10-18tools: bpftool: use 4 context mode for the NFP disasmJakub Kicinski1-5/+9
2018-10-15bpf: bpftool, add flag to allow non-compat map definitionsJohn Fastabend1-1/+1
2018-10-15bpf: bpftool, add support for attaching programs to mapsJohn Fastabend1-1/+98
2018-09-14bpf: support flow dissector in libbpf and bpftoolPetar Penkov1-0/+1
2018-07-11tools: bpftool: allow reuse of maps with bpftool prog loadJakub Kicinski1-13/+135
2018-07-11tools: bpftool: reimplement bpf_prog_load() for prog loadJakub Kicinski1-13/+48
2018-07-11tools: bpftool: allow users to specify program type for prog loadJakub Kicinski1-3/+41
2018-07-11tools: bpftool: add support for loading programs for offloadJakub Kicinski1-2/+33
2018-07-11tools: bpftool: refactor argument parsing for prog loadJakub Kicinski1-4/+7
2018-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+1
2018-07-01tools: bpftool: drop unnecessary Author commentsJakub Kicinski1-3/+1
2018-06-21tools: bpftool: remember to close the libbpf object after prog loadJakub Kicinski1-1/+7
2018-06-21tools: bpftool: remove duplicated error message on prog loadJakub Kicinski1-3/+1
2018-06-15tools: bpftool: improve accuracy of load timeJakub Kicinski1-1/+3
2018-05-30bpf: add selftest for lirc_mode2 type programSean Young1-0/+1
2018-05-24tools: bpftool: add delimiters to multi-function JITed dumpsSandipan Das1-1/+72
2018-05-24tools: bpftool: resolve calls without using imm fieldSandipan Das1-0/+24
2018-05-01tools: bpftool: change time format for program 'loaded at:' informationQuentin Monnet1-2/+6
2018-04-26tools, bpftool: Display license GPL compatible in prog show/listJiri Olsa1-0/+3
2018-04-18bpftool: Support new prog types and attach typesAndrey Ignatov1-0/+3
2018-03-01tools: bpftool: new command-line option and documentation for 'visual'Jiong Wang1-1/+11
2018-03-01tools: bpftool: factor out xlated dump related code into separate fileJiong Wang1-254/+1
2018-03-01tools: bpftool: remove unnecessary 'if' to reduce indentationJiong Wang1-20/+18