summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
2025-06-19tools/resolve_btfids: Fix build when cross compiling kernel with clang.Suleiman Souhlal1-1/+1
2025-06-04bpftool: Fix readlink usage in get_fd_typeViktor Malik1-1/+2
2025-05-02bpf: bpftool: Setting error code in do_loader()Sewon Nam1-0/+1
2024-12-14bpftool: fix potential NULL pointer dereferencing in prog_dump()Amir Mohammadi1-5/+12
2024-12-09bpf, bpftool: Fix incorrect disasm pcLeon Hwang1-11/+29
2024-10-10bpftool: Fix undefined behavior in qsort(NULL, 0, ...)Kuan-Wei Chiu1-0/+3
2024-10-10bpftool: Fix undefined behavior caused by shifting into the sign bitKuan-Wei Chiu1-4/+4
2024-10-04tools/runqslower: Fix LDFLAGS and add LDLIBS supportTony Ambardar1-1/+2
2024-08-03tools/resolve_btfids: Fix comparison of distinct pointer types warning in res...Liwei Song1-1/+1
2024-08-03bpftool: Mount bpffs when pinmaps path not under the bpffsTao Chen1-0/+4
2024-08-03bpftool: Un-const bpf_func_info to fix it for llvm 17 and newerIvan Babrou1-1/+1
2024-06-12bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock1-1/+1
2024-06-12bpftool: Mount bpffs on provided dir instead of parent dirSahil Siddiq5-16/+92
2024-06-12bpftool: Fix missing pids during link showYonghong Song1-2/+2
2024-03-27tools/resolve_btfids: Fix cross-compilation to non-host endiannessViktor Malik1-0/+35
2024-03-27tools/resolve_btfids: Refactor set sorting with types from btf_ids.hViktor Malik1-14/+21
2024-03-27bpftool: Silence build warning about calloc()Tiezhu Yang1-1/+1
2024-01-10bpftool: Align output skeleton ELF codeIan Rogers1-6/+9
2024-01-10bpftool: Fix -Wcast-qual warningDenys Zagorui1-1/+1
2023-08-30bpftool: Fix build warnings with -Wtype-limitsYafang Shao1-1/+1
2023-08-16bpftool: Implement link show support for xdpDaniel Borkmann1-0/+7
2023-08-16bpftool: Implement link show support for tcxDaniel Borkmann1-0/+37
2023-08-12bpftool: fix perf help messageDaniel T. Lee1-1/+1
2023-07-19bpftool: Extend net dump with tcx progsDaniel Borkmann3-16/+116
2023-07-13bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet2-2/+2
2023-07-12bpftool: Show perf link infoYafang Shao1-1/+246
2023-07-12bpftool: Add perf event namesYafang Shao1-0/+67
2023-07-12bpftool: Show kprobe_multi link infoYafang Shao1-3/+115
2023-07-12bpftool: Dump the kernel symbol's module nameYafang Shao2-1/+7
2023-07-11bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin1-10/+17
2023-07-11bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet1-2/+9
2023-07-11bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin1-2/+7
2023-07-11bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin1-1/+5
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song3-4/+4
2023-06-06tools/resolve_btfids: Fix setting HOSTCFLAGSViktor Malik1-2/+2
2023-05-23bpftool: Specify XDP Hints ifname when loading programLarysa Zaremba5-20/+64
2023-05-19bpftool: Show target_{obj,btf}_id in tracing link infoYafang Shao1-0/+6
2023-05-17bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang5-7/+10
2023-05-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski3-16/+30
2023-05-15bpftool: JIT limited misreported as negative value on aarch64Alan Maguire1-12/+12
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-04-27bpftool: Dump map id instead of value for map_of_maps typesXueming Feng1-2/+10
2023-04-27bpftool: Show map IDs along with struct_ops links.Kui-Feng Lee1-2/+8
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal3-0/+192
2023-04-21bpftool: Update doc to explain struct_ops register subcommand.Kui-Feng Lee1-4/+8
2023-04-21bpftool: Register struct_ops with a link.Kui-Feng Lee4-25/+75
2023-04-21bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet1-1/+1
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-1/+1
2023-04-08bpftool: Set program type only if it differs from the desired oneWei Yongjun1-1/+2
2023-04-06bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet1-13/+3