summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool
Commit message (Expand)AuthorAgeFilesLines
* tools/bpftool: Fix skeleton codegenAndrii Nakryiko2020-06-121-2/+0
* tools, bpftool: Exit on error in function codegenTobias Klauser2020-06-111-5/+6
* tools, bpftool: Fix memory leak in codegen error casesTobias Klauser2020-06-111-0/+2
* tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich2020-06-021-4/+4
* bpftool: Support link show for netns-attached linksJakub Sitnicki2020-06-011-0/+10
* bpftool: Extract helpers for showing link attach typeJakub Sitnicki2020-06-011-22/+22
* tools, bpftool: Print correct error message when failing to load BTFTobias Klauser2020-06-011-1/+1
* tools, bpftool: Make capability check account for new BPF capsQuentin Monnet2020-06-011-19/+66
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-0111-76/+64
* bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann2020-05-196-15/+30
* bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann2020-05-151-53/+67
* tools, bpftool: Minor fixes for documentationQuentin Monnet2020-05-1113-70/+116
* tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet2020-05-115-6/+9
* tools/bpftool: Add bpf_iter support for bptoolYonghong Song2020-05-096-1/+188
* tools: bpftool: Make libcap dependency optionalQuentin Monnet2020-04-293-5/+38
* tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet2020-04-294-16/+100
* tools: bpftool: For "feature probe" define "full_mode" bool as globalQuentin Monnet2020-04-291-8/+7
* bpftool: Add link bash completionsAndrii Nakryiko2020-04-281-0/+39
* bpftool: Add bpftool-link manpageAndrii Nakryiko2020-04-281-0/+118
* bpftool: Add bpf_link show and pin supportAndrii Nakryiko2020-04-284-1/+345
* bpftool: Expose attach_type-to-string array to non-cgroup codeAndrii Nakryiko2020-04-282-33/+47
* tools/bpf/bpftool: Remove duplicate headersJagadeesh Pagadala2020-04-263-3/+0
* bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau2020-04-241-1/+7
* tools, bpftool: Fix struct_ops command invalid pointer freeDaniel T. Lee2020-04-141-1/+3
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | bpftool: Add struct_ops supportMartin KaFai Lau2020-03-205-1/+743
* | bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau2020-03-202-12/+107
* | bpftool: Print as a string for char arrayMartin KaFai Lau2020-03-201-0/+41
* | bpftool: Print the enum's name instead of valueMartin KaFai Lau2020-03-201-4/+36
* | tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser2020-03-131-1/+0
* | tools: bpftool: Restore message on failure to guess program typeQuentin Monnet2020-03-134-11/+35
* | tools: bpftool: Fix minor bash completion mistakesQuentin Monnet2020-03-131-8/+21
* | tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet2020-03-134-32/+7
* | bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu2020-03-131-0/+2
* | bpftool: Skeleton should depend on libbpfSong Liu2020-03-131-2/+3
* | bpftool: Only build bpftool-prog-profile if supported by clangSong Liu2020-03-132-4/+12
* | bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser2020-03-122-10/+12
* | bpftool: Fix typo in bash-completionSong Liu2020-03-101-1/+1
* | bpftool: Bash completion for "bpftool prog profile"Song Liu2020-03-101-1/+44
* | bpftool: Documentation for bpftool prog profileSong Liu2020-03-101-0/+19
* | bpftool: Introduce "prog profile" commandSong Liu2020-03-104-1/+607
* | bpftool: Add header guards to generated vmlinux.hAndrii Nakryiko2020-03-021-0/+5
* | bpftool: Update bash completion for "bpftool feature" commandMichal Rostecki2020-02-261-1/+2
* | bpftool: Update documentation of "bpftool feature" commandMichal Rostecki2020-02-261-9/+10
* | bpftool: Make probes which emit dmesg warnings optionalMichal Rostecki2020-02-261-21/+49
* | bpftool: Move out sections to separate functionsMichal Rostecki2020-02-261-93/+126
* | bpftool: Support struct_ops, tracing, ext prog typesAndrey Ignatov2020-02-264-4/+9
|/
* bpftool: Don't crash on missing xlated program instructionsToke Høiland-Jørgensen2020-02-071-1/+1
* bpftool: Remove redundant "HAVE" prefix from the large INSN limit checkMichal Rostecki2020-02-041-1/+1