summaryrefslogtreecommitdiffstats
path: root/tools/bpf
AgeCommit message (Expand)AuthorLines
2026-02-24resolve_btfids: Fix memory leaks reported by ASANIhor Solodrai-27/+54
2026-02-24selftests/bpf: Pass through build flags to bpftool and resolve_btfidsIhor Solodrai-2/+5
2026-02-17bpftool: Fix truncated netlink dumpsJakub Kicinski-1/+4
2026-02-04resolve_btfids: Refactor the sort_btf_by_name functionDonglin Peng-7/+11
2026-01-28bpftool: Fix dependencies for static buildIhor Solodrai-2/+2
2026-01-24bpftool: add fsession supportMenglong Dong-0/+1
2026-01-20resolve_btfids: Support for KF_IMPLICIT_ARGSIhor Solodrai-0/+382
2026-01-20resolve_btfids: Introduce finalize_btf() stepIhor Solodrai-21/+48
2026-01-16bpftool: Add 'prepend' option for tcx attach to insert at chain startGyutae Bae-12/+58
2026-01-13tools/resolve_btfids: Support BTF sorting featureDonglin Peng-0/+64
2026-01-09bpftool: Make skeleton C++ compatible with explicit castsWanLi Niu-4/+4
2025-12-31resolve_btfids: Implement --patch_btfidsIhor Solodrai-0/+117
2025-12-19resolve_btfids: Change in-place update with raw binary outputIhor Solodrai-81/+143
2025-12-19resolve_btfids: Always build with -Wall -WerrorIhor Solodrai-1/+2
2025-12-19resolve_btfids: Introduce enum btf_id_kindIhor Solodrai-23/+60
2025-12-19resolve_btfids: Factor out load_btf()Ihor Solodrai-13/+34
2025-12-19resolve_btfids: Rename object btf field to btf_pathIhor Solodrai-5/+5
2025-12-09bpftool: Fix build warnings due to MS extensionsQuentin Monnet-0/+2
2025-11-28bpf: Remove runqslower toolHoyeon Lee-393/+3
2025-11-24bpftool: Allow bpftool to build with openssl < 3Alan Maguire-0/+6
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov-1/+1
2025-11-05bpftool: Recognize insn_array map typeAnton Protopopov-2/+4
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko-1/+1
2025-10-28bpftool: Fix missing closing parethesis for BTF_KIND_UNKNZhang Chujun-1/+1
2025-09-27bpftool: Remove duplicate string.h headerJiapeng Chong-1/+0
2025-09-23bpftool: Add bash completion for program signing optionsQuentin Monnet-9/+17
2025-09-22bpftool: Add support for signing BPF programsKP Singh-11/+372
2025-09-19bpftool: Fix -Wuninitialized-const-pointer warnings with clang >= 21Tom Stellard-2/+2
2025-09-19bpftool: Fix UAF in get_delegate_valueTao Chen-53/+37
2025-09-19bpftool: Add HELP_SPEC_OPTIONS in token.cTao Chen-0/+1
2025-09-15bpftool: Search for tracefs at /sys/kernel/tracing firstQuentin Monnet-9/+2
2025-09-02bpftool: Add CET-aware symbol matching for x86_64 architecturesYuan Chen-4/+50
2025-09-02bpftool: Refactor kernel config reading into common helperYuan Chen-82/+106
2025-08-19bpftool: Add kernel.kptr_restrict hint for no instructionsVincent Li-1/+1
2025-08-01bpftool: Add bash completion for token argumentTao Chen-0/+11
2025-08-01bpftool: Add bpftool-token manpageTao Chen-0/+64
2025-08-01bpftool: Add bpf_token showTao Chen-1/+228
2025-07-03bpftool: Add support for dumping streamsKumar Kartikeya Dwivedi-2/+70
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov-1/+1
2025-06-20bpftool: Fix memory leak in dump_xx_nlmsg on realloc failureYuan Chen-6/+9
2025-06-20bpftool: Use appropriate permissions for map accessSlava Imameev-51/+96
2025-06-17bpftool: Fix JSON writer resource leak in version commandYuan Chen-3/+3
2025-06-12tools/bpf_jit_disasm: Fix potential negative tpath index in get_exec_path()Ruslan Semchenko-0/+2
2025-06-10tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal-1/+1
2025-06-09bpftool: Display cookie for tracing link probeTao Chen-0/+3
2025-06-05bpftool: Display cookie for raw_tp link probeTao Chen-0/+3
2025-05-27bpftool: Add support for custom BTF path in prog load/loadallJiayuan Chen-5/+21
2025-05-09bpftool: Display ref_ctr_offset for uprobe link infoJiri Olsa-0/+3
2025-05-08bpftool: Fix cgroup command to only show cgroup bpf programsMartin KaFai Lau-6/+6
2025-05-06bpftool: Fix regression of "bpftool cgroup tree" EINVAL on older kernelsYiFei Zhu-1/+1