Age | Commit message (Expand) | Author |
2020-06-17 | tools, bpftool: Add ringbuf map type to map command docs | Tobias Klauser |
2020-06-16 | tools/bpftool: Add ringbuf map to a list of known map types | Andrii Nakryiko |
2020-06-12 | tools/bpftool: Fix skeleton codegen | Andrii Nakryiko |
2020-06-11 | tools, bpftool: Exit on error in function codegen | Tobias Klauser |
2020-06-11 | tools, bpftool: Fix memory leak in codegen error cases | Tobias Klauser |
2020-06-10 | tools, bpf: Do not force gcc as CC | Brett Mastbergen |
2020-06-02 | tools/bpf: Don't use $(COMPILE.c) | Ilya Leoshkevich |
2020-06-01 | bpftool: Support link show for netns-attached links | Jakub Sitnicki |
2020-06-01 | bpftool: Extract helpers for showing link attach type | Jakub Sitnicki |
2020-06-01 | tools, bpftool: Print correct error message when failing to load BTF | Tobias Klauser |
2020-06-01 | tools, bpftool: Make capability check account for new BPF caps | Quentin Monnet |
2020-06-01 | tools, bpftool: Clean subcommand help messages | Quentin Monnet |
2020-05-19 | bpf, bpftool: Enable get{peer, sock}name attach types | Daniel Borkmann |
2020-05-15 | bpf, bpftool: Allow probing for CONFIG_HZ from kernel config | Daniel Borkmann |
2020-05-11 | tools, bpftool: Minor fixes for documentation | Quentin Monnet |
2020-05-11 | tools, bpftool: Poison and replace kernel integer typedefs | Quentin Monnet |
2020-05-09 | bpf, runqslower: include proper uapi/bpf.h | Song Liu |
2020-05-09 | tools/bpftool: Add bpf_iter support for bptool | Yonghong Song |
2020-05-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2020-04-29 | tools: bpftool: Make libcap dependency optional | Quentin Monnet |
2020-04-29 | tools: bpftool: Allow unprivileged users to probe features | Quentin Monnet |
2020-04-29 | tools: bpftool: For "feature probe" define "full_mode" bool as global | Quentin Monnet |
2020-04-28 | bpftool: Add link bash completions | Andrii Nakryiko |
2020-04-28 | bpftool: Add bpftool-link manpage | Andrii Nakryiko |
2020-04-28 | bpftool: Add bpf_link show and pin support | Andrii Nakryiko |
2020-04-28 | bpftool: Expose attach_type-to-string array to non-cgroup code | Andrii Nakryiko |
2020-04-28 | docs: networking: convert filter.txt to ReST | Mauro Carvalho Chehab |
2020-04-26 | tools/bpf/bpftool: Remove duplicate headers | Jagadeesh Pagadala |
2020-04-24 | tools/runqslower: Ensure own vmlinux.h is picked up first | Andrii Nakryiko |
2020-04-24 | bpftool: Respect the -d option in struct_ops cmd | Martin KaFai Lau |
2020-04-14 | tools, bpftool: Fix struct_ops command invalid pointer free | Daniel T. Lee |
2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada |
2020-03-20 | bpftool: Add struct_ops support | Martin KaFai Lau |
2020-03-20 | bpftool: Translate prog_id to its bpf prog_name | Martin KaFai Lau |
2020-03-20 | bpftool: Print as a string for char array | Martin KaFai Lau |
2020-03-20 | bpftool: Print the enum's name instead of value | Martin KaFai Lau |
2020-03-13 | tools/bpf: Move linux/types.h for selftests and bpftool | Tobias Klauser |
2020-03-13 | tools: bpftool: Restore message on failure to guess program type | Quentin Monnet |
2020-03-13 | tools: bpftool: Fix minor bash completion mistakes | Quentin Monnet |
2020-03-13 | tools: bpftool: Allow all prog/map handles for pinning objects | Quentin Monnet |
2020-03-13 | bpftool: Add _bpftool and profiler.skel.h to .gitignore | Song Liu |
2020-03-13 | bpftool: Skeleton should depend on libbpf | Song Liu |
2020-03-13 | bpftool: Only build bpftool-prog-profile if supported by clang | Song Liu |
2020-03-12 | bpftool: Use linux/types.h from source tree for profiler build | Tobias Klauser |
2020-03-11 | tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernels | Andrii Nakryiko |
2020-03-10 | bpftool: Fix typo in bash-completion | Song Liu |
2020-03-10 | bpftool: Bash completion for "bpftool prog profile" | Song Liu |
2020-03-10 | bpftool: Documentation for bpftool prog profile | Song Liu |
2020-03-10 | bpftool: Introduce "prog profile" command | Song Liu |