aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/prog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-117/+271
2019-12-15bpftool: Match programs by namePaul Chaignon1-4/+18
2019-12-15bpftool: Match several programs with same tagPaul Chaignon1-116/+256
2019-12-11bpftool: Don't crash on missing jited insns or ksymsToke Høiland-Jørgensen1-1/+1
2019-10-22libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declarationAndrii Nakryiko1-4/+4
2019-10-07bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko1-10/+12
2019-08-15tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet1-1/+3
2019-07-05tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet1-1/+347
2019-06-27bpftool: support cgroup sockoptStanislav Fomichev1-1/+2
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-06-06bpf, bpftool: enable recvmsg attach typesDaniel Borkmann1-1/+2
2019-05-28tools: bpftool: make -d option print debug output from verifierQuentin Monnet1-10/+17
2019-05-16tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr()Yonghong Song1-2/+2
2019-04-16bpftool: Support sysctl hookAndrey Ignatov1-1/+1
2019-04-16tools: bpftool: remove blank line after btf_id when listing programsQuentin Monnet1-1/+1
2019-04-11tools/bpftool: show btf id in program informationPrashant Bhole1-0/+6
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