summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/prog.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-31tools: bpftool: Document and add bash completion for -L, -B optionsQuentin Monnet1-1/+2
2021-07-31tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet1-1/+2
2021-07-31tools: bpftool: Complete and synchronise attach or map typesQuentin Monnet1-2/+2
2021-07-30tools: Replace btf__get_from_id() with btf__load_from_kernel_by_id()Quentin Monnet1-8/+16
2021-07-30tools: Free BTF objects at various locationsQuentin Monnet1-1/+4
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-05-25bpftool: Add sock_release help info for cgroup attach/prog load commandLiu Jian1-1/+1
2021-05-19bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command.Alexei Starovoitov1-1/+106
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang1-0/+1
2021-02-11bpf: Count the number of times recursion was preventedAlexei Starovoitov1-0/+4
2020-11-20bpftool: Add {i,d}tlb_misses support for bpftool profileYonghong Song1-1/+29
2020-11-06tools/bpftool: Fix attaching flow dissectorLorenz Bauer1-1/+1
2020-09-16bpftool: Support dumping metadataYiFei Zhu1-0/+199
2020-09-04tools/bpftool: Replace bpf_program__title() with bpf_program__section_name()Andrii Nakryiko1-2/+2
2020-08-14tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko1-8/+8
2020-07-27tools, bpftool: Add LSM type to array of prog namesQuentin Monnet1-0/+1
2020-07-18tools/bpftool: Add name mappings for SK_LOOKUP prog and attach typeJakub Sitnicki1-1/+2
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser1-0/+34
2020-06-23tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko1-0/+7
2020-06-23tools/bpftool: Move map/prog parsing logic into commonAndrii Nakryiko1-152/+0
2020-06-02tools, bpftool: Clean subcommand help messagesQuentin Monnet1-15/+12
2020-05-19bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann1-2/+4
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet1-1/+1
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet1-4/+23
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet1-1/+1
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu1-0/+1
2020-03-10bpftool: Introduce "prog profile" commandSong Liu1-1/+423
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov1-2/+2
2020-02-08bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen1-1/+1
2020-01-21bpftool: Use consistent include paths for libbpfToke Høiland-Jørgensen1-3/+3
2019-12-28Merge 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-08bpftool: Fix bpftool build by switching to bpf_object__open_file()Andrii Nakryiko1-10/+12
2019-08-16tools: bpftool: close prog FD before exit on showing a single programQuentin Monnet1-1/+3
2019-07-06tools: bpftool: add "prog run" subcommand to test-run programsQuentin Monnet1-1/+347
2019-06-28bpftool: support cgroup sockoptStanislav Fomichev1-1/+2
2019-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2019-06-07bpf, 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-17bpftool: 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