aboutsummaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)AuthorFilesLines
2024-01-04bpfilter: remove bpfilterGravatar Quentin Deslandes 1-4/+0
2023-11-28bpftool: Add support to display uprobe_multi linksGravatar Jiri Olsa 1-2/+103
2023-11-27bpftool: mark orphaned programs during prog showGravatar Stanislav Fomichev 1-5/+9
2023-11-09bpftool: Fix prog object type in manpageGravatar Artem Savkov 1-1/+1
2023-10-24bpftool: Extend net dump with netkit progsGravatar Daniel Borkmann 2-5/+10
2023-10-24bpftool: Implement link show support for netkitGravatar Daniel Borkmann 1-0/+9
2023-10-19bpftool: Wrap struct_ops dump in an arrayGravatar Manu Bretelle 1-0/+6
2023-10-19bpftool: Fix printing of pointer valueGravatar Manu Bretelle 1-1/+1
2023-10-11bpftool: Add support for cgroup unix socket address hooksGravatar Daan De Meyer 5-23/+38
2023-10-09bpftool: Align bpf_load_and_run_opts insns and dataGravatar Ian Rogers 1-20/+23
2023-10-09bpftool: Align output skeleton ELF codeGravatar Ian Rogers 1-6/+9
2023-09-25bpftool: Display missed count for kprobe perf linkGravatar Jiri Olsa 1-0/+3
2023-09-25bpftool: Display missed count for kprobe_multi linkGravatar Jiri Olsa 1-0/+3
2023-09-08bpftool: Fix -Wcast-qual warningGravatar Denys Zagorui 1-1/+1
2023-08-30bpftool: Fix build warnings with -Wtype-limitsGravatar Yafang Shao 1-1/+1
2023-08-16bpftool: Implement link show support for xdpGravatar Daniel Borkmann 1-0/+7
2023-08-16bpftool: Implement link show support for tcxGravatar Daniel Borkmann 1-0/+37
2023-08-11bpftool: fix perf help messageGravatar Daniel T. Lee 1-1/+1
2023-07-19bpftool: Extend net dump with tcx progsGravatar Daniel Borkmann 3-16/+116
2023-07-12bpftool: Use "fallthrough;" keyword instead of commentsGravatar Quentin Monnet 2-2/+2
2023-07-11bpftool: Show perf link infoGravatar Yafang Shao 1-1/+246
2023-07-11bpftool: Add perf event namesGravatar Yafang Shao 1-0/+67
2023-07-11bpftool: Show kprobe_multi link infoGravatar Yafang Shao 1-3/+115
2023-07-11bpftool: Dump the kernel symbol's module nameGravatar Yafang Shao 2-1/+7
2023-07-10bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsGravatar Alexander Lobakin 1-10/+17
2023-07-10bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cGravatar Quentin Monnet 1-2/+9
2023-07-10bpftool: Define a local bpf_perf_link to fix accessing its fieldsGravatar Alexander Lobakin 1-2/+7
2023-07-10bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieGravatar Alexander Lobakin 1-1/+5
2023-06-29bpf: Replace deprecated -target with --target= for ClangGravatar Fangrui Song 3-4/+4
2023-06-05tools/resolve_btfids: Fix setting HOSTCFLAGSGravatar Viktor Malik 1-2/+2
2023-05-23bpftool: Specify XDP Hints ifname when loading programGravatar Larysa Zaremba 5-20/+64
2023-05-19bpftool: Show target_{obj,btf}_id in tracing link infoGravatar Yafang Shao 1-0/+6
2023-05-17bpftool: Support bpffs mountpoint as pin path for prog loadallGravatar Pengcheng Yang 5-7/+10
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 3-16/+30
2023-05-15bpftool: JIT limited misreported as negative value on aarch64Gravatar Alan Maguire 1-12/+12
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+1
2023-04-27bpftool: Dump map id instead of value for map_of_maps typesGravatar Xueming Feng 1-2/+10
2023-04-27bpftool: Show map IDs along with struct_ops links.Gravatar Kui-Feng Lee 1-2/+8
2023-04-21tools: bpftool: print netfilter link infoGravatar Florian Westphal 3-0/+192
2023-04-21bpftool: Update doc to explain struct_ops register subcommand.Gravatar Kui-Feng Lee 1-4/+8
2023-04-21bpftool: Register struct_ops with a link.Gravatar Kui-Feng Lee 4-25/+75
2023-04-20bpftool: Replace "__fallthrough" by a comment to address merge conflictGravatar Quentin Monnet 1-1/+1
2023-04-08ELF: fix all "Elf" typosGravatar Alexey Dobriyan 1-1/+1
2023-04-07bpftool: Set program type only if it differs from the desired oneGravatar Wei Yongjun 1-1/+2
2023-04-05bpftool: Clean up _bpftool_once_attr() calls in bash completionGravatar Quentin Monnet 1-13/+3
2023-04-05bpftool: Support printing opcodes and source file references in CFGGravatar Quentin Monnet 7-15/+83
2023-04-05bpftool: Support "opcodes", "linum", "visual" simultaneouslyGravatar Quentin Monnet 3-39/+47
2023-04-05bpftool: Return an error on prog dumps if both CFG and JSON are requiredGravatar Quentin Monnet 2-6/+11
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programGravatar Quentin Monnet 6-26/+88
2023-04-05bpftool: Fix bug for long instructions in program CFG dumpsGravatar Quentin Monnet 1-0/+7