summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/link.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-11bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAPYonghong Song1-0/+9
2024-01-24bpftool: Display cookie for kprobe multi linkJiri Olsa1-15/+63
2024-01-24bpftool: Display cookie for perf event link probesJiri Olsa1-0/+14
2024-01-24bpftool: Fix wrong free call in do_show_linkJiri Olsa1-1/+1
2023-11-29bpftool: Add support to display uprobe_multi linksJiri Olsa1-2/+103
2023-10-25bpftool: Implement link show support for netkitDaniel Borkmann1-0/+9
2023-09-26bpftool: Display missed count for kprobe perf linkJiri Olsa1-0/+3
2023-09-26bpftool: Display missed count for kprobe_multi linkJiri Olsa1-0/+3
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-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-05-19bpftool: Show target_{obj,btf}_id in tracing link infoYafang Shao1-0/+6
2023-04-27bpftool: Show map IDs along with struct_ops links.Kui-Feng Lee1-2/+8
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal1-0/+83
2023-02-17bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich1-2/+2
2022-11-10libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman1-6/+4
2022-09-29bpftool: Show parameters of BPF task iterators.Kui-Feng Lee1-0/+19
2022-08-30bpftool: Add support for querying cgroup_iter linkHao Luo1-0/+35
2022-06-03bpftool: Use libbpf_bpf_link_type_strDaniel Müller1-17/+10
2022-06-03bpftool: Use libbpf_bpf_attach_type_strDaniel Müller1-5/+10
2022-06-03bpftool: Use libbpf_bpf_prog_type_strDaniel Müller1-8/+11
2022-05-11bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee1-0/+1
2022-04-05bpftool: Add missing link typesMilan Landaverde1-0/+3
2022-01-13bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez1-1/+2
2021-10-26bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet1-3/+3
2021-10-26bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet1-16/+20
2021-10-26bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet1-1/+8
2021-07-31tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet1-1/+2
2020-08-22bpftool: Implement link_query for bpf iteratorsYonghong Song1-3/+41
2020-08-14tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko1-2/+2
2020-08-02tools/bpftool: Add `link detach` subcommandAndrii Nakryiko1-1/+36
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser1-2/+2
2020-06-23tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko1-0/+7
2020-06-02bpftool: Support link show for netns-attached linksJakub Sitnicki1-0/+10
2020-06-02bpftool: Extract helpers for showing link attach typeJakub Sitnicki1-22/+22
2020-06-02tools, bpftool: Clean subcommand help messagesQuentin Monnet1-1/+0
2020-05-10tools/bpftool: Add bpf_iter support for bptoolYonghong Song1-0/+1
2020-04-29bpftool: Add bpf_link show and pin supportAndrii Nakryiko1-0/+333