aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-04bpf: add _impl suffix for bpf_stream_vprintk() kfuncMykyta Yatsenko1-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
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-09bpftool: 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/bpf/bpf-nextLinus Torvalds16-54/+66
2025-03-17bpftool: Using the right format specifiersJiayuan Chen11-30/+31
2025-03-17bpftool: Add -Wformat-signedness flag to detect format errorsJiayuan Chen1-1/+6
2025-03-15bpf: bpftool: Setting error code in do_loader()Sewon Nam1-0/+1
2025-02-25Merge tag 'perf-tools-fixes-for-v6.14-2-2025-02-25' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds2-12/+0
2025-02-18tools: Remove redundant quiet setupCharlie Jenkins2-12/+0
2025-02-13bpftool: Check map name length when map createRong Tao1-0/+4
2025-02-10bpftool: Using the right format specifiersJiayuan Chen4-22/+22
2025-02-03bpftool: Fix readlink usage in get_fd_typeViktor Malik1-1/+2
2025-01-24Merge tag 'perf-tools-for-v6.14-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-toolsLinus Torvalds1-0/+7
2025-01-10bpftool: Fix control flow graph segfault during edge creationChristoph Werle1-0/+1
2024-12-18bpftool: Link zstd lib required by libelfLeo Yan1-0/+7
2024-12-13bpftool: bash: Add bash completion for root_id argumentDaniel Xu1-1/+6
2024-12-13bpftool: btf: Support dumping a specific types from fileDaniel Xu2-4/+44
2024-12-13bpftool: btf: Validate root_type_ids earlyDaniel Xu1-0/+12
2024-12-13bpftool: man: Add missing format argument to command descriptionDaniel Xu1-1/+1
2024-12-12bpftool: Probe for ISA v4 instruction set extensionSimone Magnani1-0/+23
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-5/+12
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+2
2024-11-25bpftool: fix potential NULL pointer dereferencing in prog_dump()Amir Mohammadi1-5/+12
2024-11-13bpftool: Cast variable `var` to long longLuo Yifan1-1/+1
2024-11-05bpftool: ensure task comm is always NUL-terminatedYafang Shao1-0/+2
2024-11-01bpftool: Prevent setting duplicate _GNU_SOURCE in MakefileViktor Malik1-1/+5
2024-11-01bpf, bpftool: Fix incorrect disasm pcLeon Hwang1-11/+29
2024-10-03bpftool: __bpf_fastcall for kfuncs marked with special decl_tagEduard Zingerman1-10/+88
2024-09-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu1-0/+3