| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF option | Jiri Olsa | 2020-07-14 | 1 | -0/+14 |
| * | tools/bpftool: Strip away modifiers from global variables | Andrii Nakryiko | 2020-07-13 | 1 | -13/+10 |
| * | tools/bpftool: Remove warning about PID iterator support | Andrii Nakryiko | 2020-07-13 | 1 | -1/+0 |
| * | bpf: Compile resolve_btfids tool at kernel compilation start | Jiri Olsa | 2020-07-13 | 1 | -1/+8 |
| * | bpf: Add resolve_btfids tool to resolve BTF IDs in ELF object | Jiri Olsa | 2020-07-13 | 3 | -0/+808 |
| * | bpf: Fix another bpftool segfault without skeleton code enabled | Louis Peens | 2020-07-09 | 1 | -0/+1 |
| * | bpftool: Add support for BPF_CGROUP_INET_SOCK_RELEASE | Stanislav Fomichev | 2020-07-08 | 1 | -0/+1 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-07-04 | 19 | -470/+876 |
| |\ |
|
| | * | bpf: Fix bpftool without skeleton code enabled | John Fastabend | 2020-07-03 | 1 | -0/+1 |
| | * | tools/bpftool: Turn off -Wnested-externs warning | Andrii Nakryiko | 2020-07-02 | 1 | -1/+1 |
| | * | tools/bpftool: Allow substituting custom vmlinux.h for the build | Andrii Nakryiko | 2020-06-30 | 1 | -3/+7 |
| | * | tools, bpftool: Define attach_type_name array only once | Tobias Klauser | 2020-06-25 | 2 | -35/+37 |
| | * | tools, bpftool: Define prog_type_name array only once | Tobias Klauser | 2020-06-25 | 5 | -37/+42 |
| | * | tools, bpftool: Fix variable shadowing in emit_obj_refs_json() | Quentin Monnet | 2020-06-24 | 1 | -8/+9 |
| | * | Merge up to bpf_probe_read_kernel_str() fix into bpf-next | Alexei Starovoitov | 2020-06-23 | 1 | -0/+1 |
| | |\ |
|
| | * | | tools, bpftool: Correctly evaluate $(BUILD_BPF_SKELS) in Makefile | Tobias Klauser | 2020-06-24 | 1 | -1/+1 |
| | * | | tools/bpftool: Add documentation and sample output for process info | Andrii Nakryiko | 2020-06-22 | 4 | -2/+35 |
| | * | | tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs | Andrii Nakryiko | 2020-06-22 | 10 | -0/+378 |
| | * | | tools/bpftool: Generalize BPF skeleton support and generate vmlinux.h | Andrii Nakryiko | 2020-06-22 | 4 | -60/+34 |
| | * | | tools/bpftool: Minimize bootstrap bpftool | Andrii Nakryiko | 2020-06-22 | 4 | -32/+38 |
| | * | | tools/bpftool: Move map/prog parsing logic into common | Andrii Nakryiko | 2020-06-22 | 4 | -308/+310 |
| | * | | tools/bpftool: Relicense bpftool's BPF profiler prog as dual-license GPL/BSD | Andrii Nakryiko | 2020-06-20 | 1 | -2/+2 |
* | | | | tools: bpf: Use local copy of headers including uapi/linux/filter.h | Will Deacon | 2020-07-21 | 1 | -1/+2 |
|/ / / |
|
* | / | tools, bpftool: Add ringbuf map type to map command docs | Tobias Klauser | 2020-06-17 | 2 | -2/+2 |
| |/
|/| |
|
* | | tools/bpftool: Add ringbuf map to a list of known map types | Andrii Nakryiko | 2020-06-16 | 1 | -0/+1 |
|/ |
|
* | tools/bpftool: Fix skeleton codegen | Andrii Nakryiko | 2020-06-12 | 1 | -2/+0 |
* | tools, bpftool: Exit on error in function codegen | Tobias Klauser | 2020-06-11 | 1 | -5/+6 |
* | tools, bpftool: Fix memory leak in codegen error cases | Tobias Klauser | 2020-06-11 | 1 | -0/+2 |
* | tools, bpf: Do not force gcc as CC | Brett Mastbergen | 2020-06-10 | 1 | -1/+0 |
* | tools/bpf: Don't use $(COMPILE.c) | Ilya Leoshkevich | 2020-06-02 | 2 | -7/+7 |
* | bpftool: Support link show for netns-attached links | Jakub Sitnicki | 2020-06-01 | 1 | -0/+10 |
* | bpftool: Extract helpers for showing link attach type | Jakub Sitnicki | 2020-06-01 | 1 | -22/+22 |
* | tools, bpftool: Print correct error message when failing to load BTF | Tobias Klauser | 2020-06-01 | 1 | -1/+1 |
* | tools, bpftool: Make capability check account for new BPF caps | Quentin Monnet | 2020-06-01 | 1 | -19/+66 |
* | tools, bpftool: Clean subcommand help messages | Quentin Monnet | 2020-06-01 | 11 | -76/+64 |
* | bpf, bpftool: Enable get{peer, sock}name attach types | Daniel Borkmann | 2020-05-19 | 6 | -15/+30 |
* | bpf, bpftool: Allow probing for CONFIG_HZ from kernel config | Daniel Borkmann | 2020-05-15 | 1 | -53/+67 |
* | tools, bpftool: Minor fixes for documentation | Quentin Monnet | 2020-05-11 | 13 | -70/+116 |
* | tools, bpftool: Poison and replace kernel integer typedefs | Quentin Monnet | 2020-05-11 | 5 | -6/+9 |
* | bpf, runqslower: include proper uapi/bpf.h | Song Liu | 2020-05-09 | 1 | -1/+2 |
* | tools/bpftool: Add bpf_iter support for bptool | Yonghong Song | 2020-05-09 | 6 | -1/+188 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2020-05-01 | 13 | -64/+692 |
|\ |
|
| * | tools: bpftool: Make libcap dependency optional | Quentin Monnet | 2020-04-29 | 3 | -5/+38 |
| * | tools: bpftool: Allow unprivileged users to probe features | Quentin Monnet | 2020-04-29 | 4 | -16/+100 |
| * | tools: bpftool: For "feature probe" define "full_mode" bool as global | Quentin Monnet | 2020-04-29 | 1 | -8/+7 |
| * | bpftool: Add link bash completions | Andrii Nakryiko | 2020-04-28 | 1 | -0/+39 |
| * | bpftool: Add bpftool-link manpage | Andrii Nakryiko | 2020-04-28 | 1 | -0/+118 |
| * | bpftool: Add bpf_link show and pin support | Andrii Nakryiko | 2020-04-28 | 4 | -1/+345 |
| * | bpftool: Expose attach_type-to-string array to non-cgroup code | Andrii Nakryiko | 2020-04-28 | 2 | -33/+47 |
| * | tools/bpf/bpftool: Remove duplicate headers | Jagadeesh Pagadala | 2020-04-26 | 3 | -3/+0 |