summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/link.c
AgeCommit message (Expand)Author
2024-04-10bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAPYonghong Song
2024-01-23bpftool: Display cookie for kprobe multi linkJiri Olsa
2024-01-23bpftool: Display cookie for perf event link probesJiri Olsa
2024-01-23bpftool: Fix wrong free call in do_show_linkJiri Olsa
2023-11-28bpftool: Add support to display uprobe_multi linksJiri Olsa
2023-10-24bpftool: Implement link show support for netkitDaniel Borkmann
2023-09-25bpftool: Display missed count for kprobe perf linkJiri Olsa
2023-09-25bpftool: Display missed count for kprobe_multi linkJiri Olsa
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-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-05-19bpftool: Show target_{obj,btf}_id in tracing link infoYafang Shao
2023-04-27bpftool: Show map IDs along with struct_ops links.Kui-Feng Lee
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal
2023-02-16bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-09-28bpftool: Show parameters of BPF task iterators.Kui-Feng Lee
2022-08-30bpftool: Add support for querying cgroup_iter linkHao Luo
2022-06-02bpftool: Use libbpf_bpf_link_type_strDaniel Müller
2022-06-02bpftool: Use libbpf_bpf_attach_type_strDaniel Müller
2022-06-02bpftool: Use libbpf_bpf_prog_type_strDaniel Müller
2022-05-10bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee
2022-04-04bpftool: Add missing link typesMilan Landaverde
2022-01-12bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez
2021-10-25bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet
2021-10-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet
2021-10-25bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet
2020-08-21bpftool: Implement link_query for bpf iteratorsYonghong Song
2020-08-13tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko
2020-08-01tools/bpftool: Add `link detach` subcommandAndrii Nakryiko
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko
2020-06-01bpftool: Support link show for netns-attached linksJakub Sitnicki
2020-06-01bpftool: Extract helpers for showing link attach typeJakub Sitnicki
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet
2020-05-09tools/bpftool: Add bpf_iter support for bptoolYonghong Song
2020-04-28bpftool: Add bpf_link show and pin supportAndrii Nakryiko