aboutsummaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool
AgeCommit message (Expand)AuthorFilesLines
2020-06-02tools/bpf: Don't use $(COMPILE.c)Gravatar Ilya Leoshkevich 1-4/+4
2020-06-01bpftool: Support link show for netns-attached linksGravatar Jakub Sitnicki 1-0/+10
2020-06-01bpftool: Extract helpers for showing link attach typeGravatar Jakub Sitnicki 1-22/+22
2020-06-01tools, bpftool: Print correct error message when failing to load BTFGravatar Tobias Klauser 1-1/+1
2020-06-01tools, bpftool: Make capability check account for new BPF capsGravatar Quentin Monnet 1-19/+66
2020-06-01tools, bpftool: Clean subcommand help messagesGravatar Quentin Monnet 11-76/+64
2020-05-19bpf, bpftool: Enable get{peer, sock}name attach typesGravatar Daniel Borkmann 6-15/+30
2020-05-15bpf, bpftool: Allow probing for CONFIG_HZ from kernel configGravatar Daniel Borkmann 1-53/+67
2020-05-11tools, bpftool: Minor fixes for documentationGravatar Quentin Monnet 13-70/+116
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsGravatar Quentin Monnet 5-6/+9
2020-05-09tools/bpftool: Add bpf_iter support for bptoolGravatar Yonghong Song 6-1/+188
2020-04-29tools: bpftool: Make libcap dependency optionalGravatar Quentin Monnet 3-5/+38
2020-04-29tools: bpftool: Allow unprivileged users to probe featuresGravatar Quentin Monnet 4-16/+100
2020-04-29tools: bpftool: For "feature probe" define "full_mode" bool as globalGravatar Quentin Monnet 1-8/+7
2020-04-28bpftool: Add link bash completionsGravatar Andrii Nakryiko 1-0/+39
2020-04-28bpftool: Add bpftool-link manpageGravatar Andrii Nakryiko 1-0/+118
2020-04-28bpftool: Add bpf_link show and pin supportGravatar Andrii Nakryiko 4-1/+345
2020-04-28bpftool: Expose attach_type-to-string array to non-cgroup codeGravatar Andrii Nakryiko 2-33/+47
2020-04-26tools/bpf/bpftool: Remove duplicate headersGravatar Jagadeesh Pagadala 3-3/+0
2020-04-24bpftool: Respect the -d option in struct_ops cmdGravatar Martin KaFai Lau 1-1/+7
2020-04-14tools, bpftool: Fix struct_ops command invalid pointer freeGravatar Daniel T. Lee 1-1/+3
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-03-20bpftool: Add struct_ops supportGravatar Martin KaFai Lau 5-1/+743
2020-03-20bpftool: Translate prog_id to its bpf prog_nameGravatar Martin KaFai Lau 2-12/+107
2020-03-20bpftool: Print as a string for char arrayGravatar Martin KaFai Lau 1-0/+41
2020-03-20bpftool: Print the enum's name instead of valueGravatar Martin KaFai Lau 1-4/+36
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolGravatar Tobias Klauser 1-1/+0
2020-03-13tools: bpftool: Restore message on failure to guess program typeGravatar Quentin Monnet 4-11/+35
2020-03-13tools: bpftool: Fix minor bash completion mistakesGravatar Quentin Monnet 1-8/+21
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsGravatar Quentin Monnet 4-32/+7
2020-03-13bpftool: Add _bpftool and profiler.skel.h to .gitignoreGravatar Song Liu 1-0/+2
2020-03-13bpftool: Skeleton should depend on libbpfGravatar Song Liu 1-2/+3
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangGravatar Song Liu 2-4/+12
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildGravatar Tobias Klauser 2-10/+12
2020-03-10bpftool: Fix typo in bash-completionGravatar Song Liu 1-1/+1
2020-03-10bpftool: Bash completion for "bpftool prog profile"Gravatar Song Liu 1-1/+44
2020-03-10bpftool: Documentation for bpftool prog profileGravatar Song Liu 1-0/+19
2020-03-10bpftool: Introduce "prog profile" commandGravatar Song Liu 4-1/+607
2020-03-02bpftool: Add header guards to generated vmlinux.hGravatar Andrii Nakryiko 1-0/+5
2020-02-26bpftool: Update bash completion for "bpftool feature" commandGravatar Michal Rostecki 1-1/+2
2020-02-26bpftool: Update documentation of "bpftool feature" commandGravatar Michal Rostecki 1-9/+10
2020-02-26bpftool: Make probes which emit dmesg warnings optionalGravatar Michal Rostecki 1-21/+49
2020-02-26bpftool: Move out sections to separate functionsGravatar Michal Rostecki 1-93/+126
2020-02-26bpftool: Support struct_ops, tracing, ext prog typesGravatar Andrey Ignatov 4-4/+9
2020-02-07bpftool: Don't crash on missing xlated program instructionsGravatar Toke Høiland-Jørgensen 1-1/+1
2020-02-04bpftool: Remove redundant "HAVE" prefix from the large INSN limit checkGravatar Michal Rostecki 1-1/+1
2020-01-24bpftool: Print function linkage in BTF dumpGravatar Andrii Nakryiko 1-4/+23
2020-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar David S. Miller 17-73/+125
2020-01-20bpftool: Use consistent include paths for libbpfGravatar Toke Høiland-Jørgensen 17-35/+35