summaryrefslogtreecommitdiff
path: root/tools/bpf
AgeCommit message (Expand)Author
2024-01-04bpfilter: remove bpfilterQuentin Deslandes
2023-11-28bpftool: Add support to display uprobe_multi linksJiri Olsa
2023-11-27bpftool: mark orphaned programs during prog showStanislav Fomichev
2023-11-09bpftool: Fix prog object type in manpageArtem Savkov
2023-10-24bpftool: Extend net dump with netkit progsDaniel Borkmann
2023-10-24bpftool: Implement link show support for netkitDaniel Borkmann
2023-10-19bpftool: Wrap struct_ops dump in an arrayManu Bretelle
2023-10-19bpftool: Fix printing of pointer valueManu Bretelle
2023-10-11bpftool: Add support for cgroup unix socket address hooksDaan De Meyer
2023-10-09bpftool: Align bpf_load_and_run_opts insns and dataIan Rogers
2023-10-09bpftool: Align output skeleton ELF codeIan Rogers
2023-09-25bpftool: Display missed count for kprobe perf linkJiri Olsa
2023-09-25bpftool: Display missed count for kprobe_multi linkJiri Olsa
2023-09-08bpftool: Fix -Wcast-qual warningDenys Zagorui
2023-08-30bpftool: Fix build warnings with -Wtype-limitsYafang Shao
2023-08-16bpftool: Implement link show support for xdpDaniel Borkmann
2023-08-16bpftool: Implement link show support for tcxDaniel Borkmann
2023-08-11bpftool: fix perf help messageDaniel T. Lee
2023-07-19bpftool: Extend net dump with tcx progsDaniel Borkmann
2023-07-12bpftool: Use "fallthrough;" keyword instead of commentsQuentin Monnet
2023-07-11bpftool: Show perf link infoYafang Shao
2023-07-11bpftool: Add perf event namesYafang Shao
2023-07-11bpftool: Show kprobe_multi link infoYafang Shao
2023-07-11bpftool: Dump the kernel symbol's module nameYafang Shao
2023-07-10bpftool: Use a local bpf_perf_event_value to fix accessing its fieldsAlexander Lobakin
2023-07-10bpftool: Use a local copy of BPF_LINK_TYPE_PERF_EVENT in pid_iter.bpf.cQuentin Monnet
2023-07-10bpftool: Define a local bpf_perf_link to fix accessing its fieldsAlexander Lobakin
2023-07-10bpftool: use a local copy of perf_event to fix accessing :: Bpf_cookieAlexander Lobakin
2023-06-29bpf: Replace deprecated -target with --target= for ClangFangrui Song
2023-06-05tools/resolve_btfids: Fix setting HOSTCFLAGSViktor Malik
2023-05-23bpftool: Specify XDP Hints ifname when loading programLarysa Zaremba
2023-05-19bpftool: Show target_{obj,btf}_id in tracing link infoYafang Shao
2023-05-17bpftool: Support bpffs mountpoint as pin path for prog loadallPengcheng Yang
2023-05-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-05-15bpftool: JIT limited misreported as negative value on aarch64Alan Maguire
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-27bpftool: Dump map id instead of value for map_of_maps typesXueming Feng
2023-04-27bpftool: Show map IDs along with struct_ops links.Kui-Feng Lee
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal
2023-04-21bpftool: Update doc to explain struct_ops register subcommand.Kui-Feng Lee
2023-04-21bpftool: Register struct_ops with a link.Kui-Feng Lee
2023-04-20bpftool: Replace "__fallthrough" by a comment to address merge conflictQuentin Monnet
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan
2023-04-07bpftool: Set program type only if it differs from the desired oneWei Yongjun
2023-04-05bpftool: Clean up _bpftool_once_attr() calls in bash completionQuentin Monnet
2023-04-05bpftool: Support printing opcodes and source file references in CFGQuentin Monnet
2023-04-05bpftool: Support "opcodes", "linum", "visual" simultaneouslyQuentin Monnet
2023-04-05bpftool: Return an error on prog dumps if both CFG and JSON are requiredQuentin Monnet
2023-04-05bpftool: Support inline annotations when dumping the CFG of a programQuentin Monnet
2023-04-05bpftool: Fix bug for long instructions in program CFG dumpsQuentin Monnet