Age | Commit message (Expand) | Author | Files | Lines |
2020-07-02 | tools/bpftool: Turn off -Wnested-externs warning | Andrii Nakryiko | 1 | -1/+1 |
2020-07-01 | tools/bpftool: Allow substituting custom vmlinux.h for the build | Andrii Nakryiko | 1 | -3/+7 |
2020-06-25 | tools, bpftool: Define attach_type_name array only once | Tobias Klauser | 2 | -35/+37 |
2020-06-25 | tools, bpftool: Define prog_type_name array only once | Tobias Klauser | 5 | -37/+42 |
2020-06-24 | tools, bpftool: Fix variable shadowing in emit_obj_refs_json() | Quentin Monnet | 1 | -8/+9 |
2020-06-24 | Merge up to bpf_probe_read_kernel_str() fix into bpf-next | Alexei Starovoitov | 1 | -0/+1 |
2020-06-24 | tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile | Tobias Klauser | 1 | -1/+1 |
2020-06-23 | tools/bpftool: Add documentation and sample output for process info | Andrii Nakryiko | 4 | -2/+35 |
2020-06-23 | tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs | Andrii Nakryiko | 10 | -0/+378 |
2020-06-23 | tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h | Andrii Nakryiko | 4 | -60/+34 |
2020-06-23 | tools/bpftool: Minimize bootstrap bpftool | Andrii Nakryiko | 4 | -32/+38 |
2020-06-23 | tools/bpftool: Move map/prog parsing logic into common | Andrii Nakryiko | 4 | -308/+310 |
2020-06-20 | tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSD | Andrii Nakryiko | 1 | -2/+2 |
2020-06-16 | tools/bpftool: Add ringbuf map to a list of known map types | Andrii Nakryiko | 1 | -0/+1 |
2020-06-13 | tools/bpftool: Fix skeleton codegen | Andrii Nakryiko | 1 | -2/+0 |
2020-06-12 | tools, bpftool: Exit on error in function codegen | Tobias Klauser | 1 | -5/+6 |
2020-06-11 | tools, bpftool: Fix memory leak in codegen error cases | Tobias Klauser | 1 | -0/+2 |
2020-06-10 | tools, bpf: Do not force gcc as CC | Brett Mastbergen | 1 | -1/+0 |
2020-06-02 | tools/bpf: Don't use $(COMPILE.c) | Ilya Leoshkevich | 2 | -7/+7 |
2020-06-02 | bpftool: Support link show for netns-attached links | Jakub Sitnicki | 1 | -0/+10 |
2020-06-02 | bpftool: Extract helpers for showing link attach type | Jakub Sitnicki | 1 | -22/+22 |
2020-06-02 | tools, bpftool: Print correct error message when failing to load BTF | Tobias Klauser | 1 | -1/+1 |
2020-06-02 | tools, bpftool: Make capability check account for new BPF caps | Quentin Monnet | 1 | -19/+66 |
2020-06-02 | tools, bpftool: Clean subcommand help messages | Quentin Monnet | 11 | -76/+64 |
2020-05-19 | bpf, bpftool: Enable get{peer, sock}name attach types | Daniel Borkmann | 6 | -15/+30 |
2020-05-15 | bpf, bpftool: Allow probing for CONFIG_HZ from kernel config | Daniel Borkmann | 1 | -53/+67 |
2020-05-11 | tools, bpftool: Minor fixes for documentation | Quentin Monnet | 13 | -70/+116 |
2020-05-11 | tools, bpftool: Poison and replace kernel integer typedefs | Quentin Monnet | 5 | -6/+9 |
2020-05-10 | bpf, runqslower: include proper uapi/bpf.h | Song Liu | 1 | -1/+2 |
2020-05-10 | tools/bpftool: Add bpf_iter support for bptool | Yonghong Song | 6 | -1/+188 |
2020-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 13 | -64/+692 |
2020-04-30 | tools: bpftool: Make libcap dependency optional | Quentin Monnet | 3 | -5/+38 |
2020-04-30 | tools: bpftool: Allow unprivileged users to probe features | Quentin Monnet | 4 | -16/+100 |
2020-04-30 | tools: bpftool: For "feature probe" define "full_mode" bool as global | Quentin Monnet | 1 | -8/+7 |
2020-04-29 | bpftool: Add link bash completions | Andrii Nakryiko | 1 | -0/+39 |
2020-04-29 | bpftool: Add bpftool-link manpage | Andrii Nakryiko | 1 | -0/+118 |
2020-04-29 | bpftool: Add bpf_link show and pin support | Andrii Nakryiko | 4 | -1/+345 |
2020-04-29 | bpftool: Expose attach_type-to-string array to non-cgroup code | Andrii Nakryiko | 2 | -33/+47 |
2020-04-29 | docs: networking: convert filter.txt to ReST | Mauro Carvalho Chehab | 2 | -2/+2 |
2020-04-26 | tools/bpf/bpftool: Remove duplicate headers | Jagadeesh Pagadala | 3 | -3/+0 |
2020-04-25 | tools/runqslower: Ensure own vmlinux.h is picked up first | Andrii Nakryiko | 1 | -1/+1 |
2020-04-25 | bpftool: Respect the -d option in struct_ops cmd | Martin KaFai Lau | 1 | -1/+7 |
2020-04-14 | tools, bpftool: Fix struct_ops command invalid pointer free | Daniel T. Lee | 1 | -1/+3 |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 3 | -0/+3 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 3 | -0/+3 |
2020-03-20 | bpftool: Add struct_ops support | Martin KaFai Lau | 5 | -1/+743 |
2020-03-20 | bpftool: Translate prog_id to its bpf prog_name | Martin KaFai Lau | 2 | -12/+107 |
2020-03-20 | bpftool: Print as a string for char array | Martin KaFai Lau | 1 | -0/+41 |
2020-03-20 | bpftool: Print the enum's name instead of value | Martin KaFai Lau | 1 | -4/+36 |
2020-03-13 | tools/bpf: Move linux/types.h for selftests and bpftool | Tobias Klauser | 1 | -1/+0 |