summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
7 daysbpftool: Fix truncated netlink dumpsJakub Kicinski1-1/+4
2026-02-04resolve_btfids: Refactor the sort_btf_by_name functionDonglin Peng1-7/+11
2026-01-29bpftool: Fix dependencies for static buildIhor Solodrai1-2/+2
2026-01-25bpftool: add fsession supportMenglong Dong1-0/+1
2026-01-21resolve_btfids: Support for KF_IMPLICIT_ARGSIhor Solodrai1-0/+382
2026-01-21resolve_btfids: Introduce finalize_btf() stepIhor Solodrai1-21/+48
2026-01-17bpftool: Add 'prepend' option for tcx attach to insert at chain startGyutae Bae3-12/+58
2026-01-14tools/resolve_btfids: Support BTF sorting featureDonglin Peng1-0/+64
2026-01-09bpftool: Make skeleton C++ compatible with explicit castsWanLi Niu1-4/+4
2025-12-31resolve_btfids: Implement --patch_btfidsIhor Solodrai1-0/+117
2025-12-19resolve_btfids: Change in-place update with raw binary outputIhor Solodrai1-81/+143
2025-12-19resolve_btfids: Always build with -Wall -WerrorIhor Solodrai1-1/+2
2025-12-19resolve_btfids: Introduce enum btf_id_kindIhor Solodrai1-23/+60
2025-12-19resolve_btfids: Factor out load_btf()Ihor Solodrai1-13/+34
2025-12-19resolve_btfids: Rename object btf field to btf_pathIhor Solodrai1-5/+5
2025-12-10bpftool: Fix build warnings due to MS extensionsQuentin Monnet1-0/+2
2025-11-29bpf: Remove runqslower toolHoyeon Lee6-393/+3
2025-11-24bpftool: Allow bpftool to build with openssl < 3Alan Maguire1-0/+6
2025-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov1-1/+1
2025-11-06bpftool: Recognize insn_array map typeAnton Protopopov2-2/+4
2025-11-05bpf: 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-23bpftool: Add support for signing BPF programsKP Singh9-11/+372
2025-09-20bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21Tom Stellard2-2/+2
2025-09-20bpftool: Fix UAF in get_delegate_valueTao Chen1-53/+37
2025-09-20bpftool: 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-02bpftool: Add bash completion for token argumentTao Chen1-0/+11
2025-08-02bpftool: Add bpftool-token manpageTao Chen1-0/+64
2025-08-02bpftool: Add bpf_token showTao Chen3-1/+228
2025-07-04bpftool: Add support for dumping streamsKumar Kartikeya Dwivedi3-2/+70
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov1-1/+1
2025-06-20bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen1-6/+9
2025-06-20bpftool: Use appropriate permissions for map accessSlava Imameev8-51/+96
2025-06-17bpftool: Fix JSON writer resource leak in version commandYuan Chen1-3/+3
2025-06-13tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()Ruslan Semchenko1-0/+2
2025-06-10tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal1-1/+1
2025-06-10bpftool: Display cookie for tracing link probeTao Chen1-0/+3
2025-06-05bpftool: Display cookie for raw_tp link probeTao Chen1-0/+3
2025-05-27bpftool: Add support for custom BTF path in prog load/loadallJiayuan Chen3-5/+21
2025-05-09bpftool: Display ref_ctr_offset for uprobe link infoJiri Olsa1-0/+3
2025-05-08bpftool: Fix cgroup command to only show cgroup bpf programsMartin KaFai Lau1-6/+6
2025-05-06bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernelsYiFei Zhu1-1/+1
2025-03-30Merge tag 'bpf-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds17-55/+68
2025-03-17bpftool: Using the right format specifiersJiayuan Chen11-30/+31