summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)Author
2020-06-17tools, bpftool: Add ringbuf map type to map command docsTobias Klauser
2020-06-16tools/bpftool: Add ringbuf map to a list of known map typesAndrii Nakryiko
2020-06-12tools/bpftool: Fix skeleton codegenAndrii Nakryiko
2020-06-11tools, bpftool: Exit on error in function codegenTobias Klauser
2020-06-11tools, bpftool: Fix memory leak in codegen error casesTobias Klauser
2020-06-10tools, bpf: Do not force gcc as CCBrett Mastbergen
2020-06-02tools/bpf: Don't use $(COMPILE.c)Ilya Leoshkevich
2020-06-01bpftool: Support link show for netns-attached linksJakub Sitnicki
2020-06-01bpftool: Extract helpers for showing link attach typeJakub Sitnicki
2020-06-01tools, bpftool: Print correct error message when failing to load BTFTobias Klauser
2020-06-01tools, bpftool: Make capability check account for new BPF capsQuentin Monnet
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet
2020-05-19bpf, bpftool: Enable get{peer, sock}name attach typesDaniel Borkmann
2020-05-15bpf, bpftool: Allow probing for CONFIG_HZ from kernel configDaniel Borkmann
2020-05-11tools, bpftool: Minor fixes for documentationQuentin Monnet
2020-05-11tools, bpftool: Poison and replace kernel integer typedefsQuentin Monnet
2020-05-09bpf, runqslower: include proper uapi/bpf.hSong Liu
2020-05-09tools/bpftool: Add bpf_iter support for bptoolYonghong Song
2020-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-04-29tools: bpftool: Make libcap dependency optionalQuentin Monnet
2020-04-29tools: bpftool: Allow unprivileged users to probe featuresQuentin Monnet
2020-04-29tools: bpftool: For "feature probe" define "full_mode" bool as globalQuentin Monnet
2020-04-28bpftool: Add link bash completionsAndrii Nakryiko
2020-04-28bpftool: Add bpftool-link manpageAndrii Nakryiko
2020-04-28bpftool: Add bpf_link show and pin supportAndrii Nakryiko
2020-04-28bpftool: Expose attach_type-to-string array to non-cgroup codeAndrii Nakryiko
2020-04-28docs: networking: convert filter.txt to ReSTMauro Carvalho Chehab
2020-04-26tools/bpf/bpftool: Remove duplicate headersJagadeesh Pagadala
2020-04-24tools/runqslower: Ensure own vmlinux.h is picked up firstAndrii Nakryiko
2020-04-24bpftool: Respect the -d option in struct_ops cmdMartin KaFai Lau
2020-04-14tools, bpftool: Fix struct_ops command invalid pointer freeDaniel T. Lee
2020-04-03Merge 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 IdentifierMasahiro Yamada
2020-03-20bpftool: Add struct_ops supportMartin KaFai Lau
2020-03-20bpftool: Translate prog_id to its bpf prog_nameMartin KaFai Lau
2020-03-20bpftool: Print as a string for char arrayMartin KaFai Lau
2020-03-20bpftool: Print the enum's name instead of valueMartin KaFai Lau
2020-03-13tools/bpf: Move linux/types.h for selftests and bpftoolTobias Klauser
2020-03-13tools: bpftool: Restore message on failure to guess program typeQuentin Monnet
2020-03-13tools: bpftool: Fix minor bash completion mistakesQuentin Monnet
2020-03-13tools: bpftool: Allow all prog/map handles for pinning objectsQuentin Monnet
2020-03-13bpftool: Add _bpftool and profiler.skel.h to .gitignoreSong Liu
2020-03-13bpftool: Skeleton should depend on libbpfSong Liu
2020-03-13bpftool: Only build bpftool-prog-profile if supported by clangSong Liu
2020-03-12bpftool: Use linux/types.h from source tree for profiler buildTobias Klauser
2020-03-11tools/runqslower: Add BPF_F_CURRENT_CPU for running selftest on older kernelsAndrii Nakryiko
2020-03-10bpftool: Fix typo in bash-completionSong Liu
2020-03-10bpftool: Bash completion for "bpftool prog profile"Song Liu
2020-03-10bpftool: Documentation for bpftool prog profileSong Liu
2020-03-10bpftool: Introduce "prog profile" commandSong Liu