aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/bpf/bpftool
AgeCommit message (Expand)AuthorFilesLines
2026-08-13bpftool: Fix double close in map dumpYuan Chen1-3/+1
2026-08-13bpftool: Generate skeleton for global percpu dataLeon Hwang1-12/+41
2026-08-08bpf: Do not print a newline after disassembly in bpf_verbose_insn()Eduard Zingerman1-15/+4
2026-07-20bpftool: Skip prog/map that disappears while looking it up by nameJiayuan Chen1-0/+4
2026-07-08bpftool: Cover loader metadata with the program signatureDaniel Borkmann2-2/+17
2026-07-08bpftool: Check EVP_Digest when computing excl_prog_hashDaniel Borkmann1-2/+5
2026-07-02bpftool: Use btf_vlen()/btf_kind()/btf_kflag() helpers consistentlyluoliang2-14/+13
2026-07-01bpftool: Add tracing_multi link info outputJiri Olsa1-0/+133
2026-07-01tools/bpf/bpftool: Reset vmlinux BTF after struct_ops commandsYichong Chen1-0/+4
2026-07-01tools/bpf/bpftool: Reset vmlinux BTF after map commandsYichong Chen1-3/+9
2026-07-01bpftool: Strip all -Wformat* flags from bootstrap libbpf buildAndrii Nakryiko1-1/+1
2026-06-21bpftool: Fix vmlinux BTF leak in cgroup commandsYichong Chen1-1/+13
2026-06-14bpftool: Append extra host flagsLeo Yan1-0/+1
2026-06-14bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGSLeo Yan1-2/+6
2026-06-14bpftool: Pass host flags to bootstrap libbpfLeo Yan1-1/+5
2026-06-05bpftool: Restrict feature tests during bootstrap compilationIan Rogers1-0/+5
2026-06-05bpftool: Add rhash map documentationMykyta Yatsenko2-2/+2
2026-06-03bpftool: Use libbpf error code for flow dissector queryWoojin Ji1-2/+2
2026-05-28bpftool: Fix typo in struct_ops map FD generation for light skeletonSiddharth Nayyar1-1/+1
2026-04-20bpftool: Support 24-bit vlenAlan Maguire3-20/+17
2026-04-12bpftool: add missing fsession to the usage and docs of bpftoolMenglong Dong3-3/+3
2026-03-24bpftool: Enable aarch64 ISA extensions for JIT disassemblyPuranjay Mohan1-1/+10
2026-03-16bpftool: Allow explicitly skip llvm, libbfd and libcrypto dependenciesMykyta Yatsenko3-4/+47
2026-03-05bpftool: Support merging multiple module BTFs in btf dumpJosef Bacik3-17/+121
2026-02-17bpftool: Fix truncated netlink dumpsJakub Kicinski1-1/+4
2026-01-28bpftool: Fix dependencies for static buildIhor Solodrai1-2/+2
2026-01-24bpftool: add fsession supportMenglong Dong1-0/+1
2026-01-16bpftool: Add 'prepend' option for tcx attach to insert at chain startGyutae Bae3-12/+58
2026-01-09bpftool: Make skeleton C++ compatible with explicit castsWanLi Niu1-4/+4
2025-12-09bpftool: Fix build warnings due to MS extensionsQuentin Monnet1-0/+2
2025-11-24bpftool: Allow bpftool to build with openssl < 3Alan Maguire1-0/+6
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov1-1/+1
2025-11-05bpftool: Recognize insn_array map typeAnton Protopopov2-2/+4
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko1-1/+1
2025-10-28bpftool: Fix missing closing parethesis for BTF_KIND_UNKNZhang Chujun1-1/+1
2025-09-27bpftool: Remove duplicate string.h headerJiapeng Chong1-1/+0
2025-09-23bpftool: Add bash completion for program signing optionsQuentin Monnet1-9/+17
2025-09-22bpftool: Add support for signing BPF programsKP Singh9-11/+372
2025-09-19bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21Tom Stellard2-2/+2
2025-09-19bpftool: Fix UAF in get_delegate_valueTao Chen1-53/+37
2025-09-19bpftool: Add HELP_SPEC_OPTIONS in token.cTao Chen1-0/+1
2025-09-15bpftool: Search for tracefs at /sys/kernel/tracing firstQuentin Monnet1-9/+2
2025-09-02bpftool: Add CET-aware symbol matching for x86_64 architecturesYuan Chen1-4/+50
2025-09-02bpftool: Refactor kernel config reading into common helperYuan Chen3-82/+106
2025-08-19bpftool: Add kernel.kptr_restrict hint for no instructionsVincent Li1-1/+1
2025-08-01bpftool: Add bash completion for token argumentTao Chen1-0/+11
2025-08-01bpftool: Add bpftool-token manpageTao Chen1-0/+64
2025-08-01bpftool: Add bpf_token showTao Chen3-1/+228
2025-07-03bpftool: Add support for dumping streamsKumar Kartikeya Dwivedi3-2/+70
2025-06-20bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen1-6/+9