| Commit message (Expand) | Author | Age | Files | Lines |
* | bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd() | Ilya Leoshkevich | 2023-02-17 | 1 | -1/+2 |
* | bpftool: remove support of --legacy option for bpftool | Sahid Orentino Ferdjaoui | 2022-11-21 | 1 | -2/+1 |
* | libbpf: Hashmap interface update to allow both long and void* keys/values | Eduard Zingerman | 2022-11-10 | 1 | -12/+2 |
* | bpftool: Support setting alternative arch for JIT disasm with LLVM | Quentin Monnet | 2022-10-25 | 1 | -2/+1 |
* | bpftool: Add LLVM as default library for disassembling JIT-ed programs | Quentin Monnet | 2022-10-25 | 1 | -2/+2 |
* | bpftool: Remove asserts from JIT disassembler | Quentin Monnet | 2022-10-25 | 1 | -12/+13 |
* | bpftool: Remove attach_type_name forward declaration | Tobias Klauser | 2022-06-30 | 1 | -2/+0 |
* | Revert "bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK" | Quentin Monnet | 2022-06-14 | 1 | -0/+2 |
* | bpftool: Use libbpf_bpf_attach_type_str | Daniel Müller | 2022-06-03 | 1 | -0/+14 |
* | bpftool: Use libbpf_bpf_map_type_str | Daniel Müller | 2022-06-03 | 1 | -3/+0 |
* | bpftool: Use libbpf_bpf_prog_type_str | Daniel Müller | 2022-06-03 | 1 | -3/+0 |
* | bpftool: Use libbpf 1.0 API mode instead of RLIMIT_MEMLOCK | Yafang Shao | 2022-04-11 | 1 | -2/+0 |
* | bpftool: Add bpf_cookie to link output | Dmitrii Dolgov | 2022-03-15 | 1 | -0/+2 |
* | bpftool: Remove usage of reallocarray() | Mauricio Vásquez | 2022-02-23 | 1 | -1/+1 |
* | bpftool: Adding support for BTF program names | Raman Shukhau | 2022-01-19 | 1 | -0/+4 |
* | bpftool: Enable libbpf's strict mode by default | Stanislav Fomichev | 2021-11-12 | 1 | -1/+2 |
* | bpftool: Switch to libbpf's hashmap for PIDs/names references | Quentin Monnet | 2021-10-26 | 1 | -12/+5 |
* | bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing | Quentin Monnet | 2021-10-26 | 1 | -0/+5 |
* | bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects | Quentin Monnet | 2021-10-26 | 1 | -12/+17 |
* | bpftool: Do not expose and init hash maps for pinned path in main.c | Quentin Monnet | 2021-10-26 | 1 | -3/+0 |
* | tools: bpftool: Update and synchronise option list in doc and help msg | Quentin Monnet | 2021-07-31 | 1 | -2/+1 |
* | bpftool: Use syscall/loader program in "prog load" and "gen skeleton" command. | Alexei Starovoitov | 2021-05-19 | 1 | -0/+1 |
* | tools/bpftool: Add bpftool support for split BTF | Andrii Nakryiko | 2020-11-06 | 1 | -0/+1 |
* | tools/bpftool: Fix compilation warnings in 32-bit mode | Andrii Nakryiko | 2020-08-14 | 1 | -1/+9 |
* | bpftool: Use only nftw for file tree parsing | Tony Ambardar | 2020-07-21 | 1 | -2/+2 |
* | tools, bpftool: Define attach_type_name array only once | Tobias Klauser | 2020-06-25 | 1 | -35/+1 |
* | tools, bpftool: Define prog_type_name array only once | Tobias Klauser | 2020-06-25 | 1 | -31/+2 |
* | tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs | Andrii Nakryiko | 2020-06-23 | 1 | -0/+27 |
* | tools/bpftool: Minimize bootstrap bpftool | Andrii Nakryiko | 2020-06-23 | 1 | -12/+15 |
* | tools/bpftool: Move map/prog parsing logic into common | Andrii Nakryiko | 2020-06-23 | 1 | -0/+2 |
* | bpf, bpftool: Enable get{peer, sock}name attach types | Daniel Borkmann | 2020-05-19 | 1 | -0/+4 |
* | tools, bpftool: Poison and replace kernel integer typedefs | Quentin Monnet | 2020-05-11 | 1 | -0/+3 |
* | tools/bpftool: Add bpf_iter support for bptool | Yonghong Song | 2020-05-10 | 1 | -0/+1 |
* | bpftool: Add bpf_link show and pin support | Andrii Nakryiko | 2020-04-29 | 1 | -0/+5 |
* | bpftool: Expose attach_type-to-string array to non-cgroup code | Andrii Nakryiko | 2020-04-29 | 1 | -0/+32 |
* | bpftool: Add struct_ops support | Martin KaFai Lau | 2020-03-20 | 1 | -0/+1 |
* | bpftool: Translate prog_id to its bpf prog_name | Martin KaFai Lau | 2020-03-20 | 1 | -0/+1 |
* | tools: bpftool: Restore message on failure to guess program type | Quentin Monnet | 2020-03-13 | 1 | -0/+5 |
* | tools: bpftool: Allow all prog/map handles for pinning objects | Quentin Monnet | 2020-03-13 | 1 | -1/+1 |
* | bpftool: Support struct_ops, tracing, ext prog types | Andrey Ignatov | 2020-02-26 | 1 | -0/+3 |
* | bpftool: Add skeleton codegen command | Andrii Nakryiko | 2019-12-16 | 1 | -0/+1 |
* | bpftool: Match maps by name | Paul Chaignon | 2019-12-15 | 1 | -1/+1 |
* | bpftool: Match programs by name | Paul Chaignon | 2019-12-15 | 1 | -1/+1 |
* | bpftool: Fix bpftool build by switching to bpf_object__open_file() | Andrii Nakryiko | 2019-10-08 | 1 | -1/+1 |
* | tools: bpftool: move "__printf()" attributes to header file | Quentin Monnet | 2019-08-16 | 1 | -2/+2 |
* | tools: bpftool: add raw_tracepoint_writable prog type to header | Daniel T. Lee | 2019-07-12 | 1 | -0/+1 |
* | tools: bpftool: add "prog run" subcommand to test-run programs | Quentin Monnet | 2019-07-05 | 1 | -0/+1 |
* | bpftool: support cgroup sockopt | Stanislav Fomichev | 2019-06-28 | 1 | -0/+1 |
* | tools: bpftool: make -d option print debug output from verifier | Quentin Monnet | 2019-05-28 | 1 | -0/+1 |
* | bpftool: add ability to dump BTF types | Andrii Nakryiko | 2019-04-26 | 1 | -0/+1 |