Age | Commit message (Expand) | Author | Files | Lines |
2020-09-15 | bpftool: Support dumping metadata | YiFei Zhu | 1 | -0/+199 |
2020-09-03 | tools/bpftool: Replace bpf_program__title() with bpf_program__section_name() | Andrii Nakryiko | 1 | -2/+2 |
2020-08-13 | tools/bpftool: Fix compilation warnings in 32-bit mode | Andrii Nakryiko | 1 | -8/+8 |
2020-07-27 | tools, bpftool: Add LSM type to array of prog names | Quentin Monnet | 1 | -0/+1 |
2020-07-17 | tools/bpftool: Add name mappings for SK_LOOKUP prog and attach type | Jakub Sitnicki | 1 | -1/+2 |
2020-06-25 | tools, bpftool: Define prog_type_name array only once | Tobias Klauser | 1 | -0/+34 |
2020-06-22 | tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs | Andrii Nakryiko | 1 | -0/+7 |
2020-06-22 | tools/bpftool: Move map/prog parsing logic into common | Andrii Nakryiko | 1 | -152/+0 |
2020-06-01 | tools, bpftool: Clean subcommand help messages | Quentin Monnet | 1 | -15/+12 |
2020-05-19 | bpf, bpftool: Enable get{peer, sock}name attach types | Daniel Borkmann | 1 | -2/+4 |
2020-05-11 | tools, bpftool: Poison and replace kernel integer typedefs | Quentin Monnet | 1 | -1/+1 |
2020-03-13 | tools: bpftool: Restore message on failure to guess program type | Quentin Monnet | 1 | -4/+23 |
2020-03-13 | tools: bpftool: Allow all prog/map handles for pinning objects | Quentin Monnet | 1 | -1/+1 |
2020-03-13 | bpftool: Only build bpftool-prog-profile if supported by clang | Song Liu | 1 | -0/+1 |
2020-03-10 | bpftool: Introduce "prog profile" command | Song Liu | 1 | -1/+423 |
2020-02-26 | bpftool: Support struct_ops, tracing, ext prog types | Andrey Ignatov | 1 | -2/+2 |
2020-02-07 | bpftool: Don't crash on missing xlated program instructions | Toke Høiland-Jørgensen | 1 | -1/+1 |
2020-01-20 | bpftool: Use consistent include paths for libbpf | Toke Høiland-Jørgensen | 1 | -3/+3 |
2019-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -117/+271 |
2019-12-15 | bpftool: Match programs by name | Paul Chaignon | 1 | -4/+18 |
2019-12-15 | bpftool: Match several programs with same tag | Paul Chaignon | 1 | -116/+256 |
2019-12-11 | bpftool: Don't crash on missing jited insns or ksyms | Toke Høiland-Jørgensen | 1 | -1/+1 |
2019-10-22 | libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration | Andrii Nakryiko | 1 | -4/+4 |
2019-10-07 | bpftool: Fix bpftool build by switching to bpf_object__open_file() | Andrii Nakryiko | 1 | -10/+12 |
2019-08-15 | tools: bpftool: close prog FD before exit on showing a single program | Quentin Monnet | 1 | -1/+3 |
2019-07-05 | tools: bpftool: add "prog run" subcommand to test-run programs | Quentin Monnet | 1 | -1/+347 |
2019-06-27 | bpftool: support cgroup sockopt | Stanislav Fomichev | 1 | -1/+2 |
2019-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
2019-06-06 | bpf, bpftool: enable recvmsg attach types | Daniel Borkmann | 1 | -1/+2 |
2019-05-28 | tools: bpftool: make -d option print debug output from verifier | Quentin Monnet | 1 | -10/+17 |
2019-05-16 | tools/bpftool: move set_max_rlimit() before __bpf_object__open_xattr() | Yonghong Song | 1 | -2/+2 |
2019-04-16 | bpftool: Support sysctl hook | Andrey Ignatov | 1 | -1/+1 |
2019-04-16 | tools: bpftool: remove blank line after btf_id when listing programs | Quentin Monnet | 1 | -1/+1 |
2019-04-11 | tools/bpftool: show btf id in program information | Prashant Bhole | 1 | -0/+6 |
2019-03-19 | bpftool: use bpf_program__get_prog_info_linear() in prog.c:do_dump() | Song Liu | 1 | -207/+59 |
2019-03-01 | tools: libbpf: add a correctly named define for map iteration | Jakub Kicinski | 1 | -2/+2 |
2019-02-27 | tools/bpftool: recognize bpf_prog_info run_time_ns and run_cnt | Alexei Starovoitov | 1 | -0/+7 |
2019-02-19 | bpf: bpftool, fix documentation for attach types | Alban Crequy | 1 | -1/+1 |
2019-02-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2019-01-23 | libbpf: Show supported ELF section names when failing to guess prog/attach type | Taeung Song | 1 | -7/+3 |
2019-01-23 | bpftool: Fix prog dump by tag | Jiri Olsa | 1 | -2/+3 |
2018-12-15 | tools: bpftool: fix -Wmissing declaration warnings | Quentin Monnet | 1 | -2/+2 |
2018-12-13 | bpf: Remove !func_info and !line_info check from test_btf and bpftool | Martin KaFai Lau | 1 | -7/+0 |
2018-12-13 | tools: bpftool: replace Netronome boilerplate with SPDX license headers | Jakub Kicinski | 1 | -32/+2 |
2018-12-10 | tools/bpf: rename *_info_cnt to nr_*_info | Yonghong Song | 1 | -24/+24 |
2018-12-10 | bpf: bpftool: Fix newline and p_err issue | Martin KaFai Lau | 1 | -2/+1 |
2018-12-09 | bpf: libbpf: bpftool: Print bpf_line_info during prog dump | Martin KaFai Lau | 1 | -10/+90 |
2018-12-05 | bpf: Expect !info.func_info and insn_off name changes in test_btf/libbpf/bpftool | Martin KaFai Lau | 1 | -0/+7 |
2018-12-05 | tools: bpftool: add a command to dump the trace pipe | Quentin Monnet | 1 | -1/+3 |
2018-11-30 | tools: bpftool: add owner_prog_type and owner_jited to bpftool output | Quentin Monnet | 1 | -24/+1 |