summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/link.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAPYonghong Song2024-04-111-0/+9
* bpftool: Display cookie for kprobe multi linkJiri Olsa2024-01-241-15/+63
* bpftool: Display cookie for perf event link probesJiri Olsa2024-01-241-0/+14
* bpftool: Fix wrong free call in do_show_linkJiri Olsa2024-01-241-1/+1
* bpftool: Add support to display uprobe_multi linksJiri Olsa2023-11-291-2/+103
* bpftool: Implement link show support for netkitDaniel Borkmann2023-10-251-0/+9
* bpftool: Display missed count for kprobe perf linkJiri Olsa2023-09-261-0/+3
* bpftool: Display missed count for kprobe_multi linkJiri Olsa2023-09-261-0/+3
* bpftool: Fix build warnings with -Wtype-limitsYafang Shao2023-08-301-1/+1
* bpftool: Implement link show support for xdpDaniel Borkmann2023-08-161-0/+7
* bpftool: Implement link show support for tcxDaniel Borkmann2023-08-161-0/+37
* bpftool: Show perf link infoYafang Shao2023-07-121-1/+246
* bpftool: Add perf event namesYafang Shao2023-07-121-0/+67
* bpftool: Show kprobe_multi link infoYafang Shao2023-07-121-3/+115
* bpftool: Show target_{obj,btf}_id in tracing link infoYafang Shao2023-05-191-0/+6
* bpftool: Show map IDs along with struct_ops links.Kui-Feng Lee2023-04-271-2/+8
* tools: bpftool: print netfilter link infoFlorian Westphal2023-04-211-0/+83
* bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()Ilya Leoshkevich2023-02-171-2/+2
* libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-101-6/+4
* bpftool: Show parameters of BPF task iterators.Kui-Feng Lee2022-09-291-0/+19
* bpftool: Add support for querying cgroup_iter linkHao Luo2022-08-301-0/+35
* bpftool: Use libbpf_bpf_link_type_strDaniel Müller2022-06-031-17/+10
* bpftool: Use libbpf_bpf_attach_type_strDaniel Müller2022-06-031-5/+10
* bpftool: Use libbpf_bpf_prog_type_strDaniel Müller2022-06-031-8/+11
* bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-111-0/+1
* bpftool: Add missing link typesMilan Landaverde2022-04-041-0/+3
* bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez2022-01-131-1/+2
* bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-261-3/+3
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-261-16/+20
* bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-261-1/+8
* tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-311-1/+2
* bpftool: Implement link_query for bpf iteratorsYonghong Song2020-08-211-3/+41
* tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko2020-08-141-2/+2
* tools/bpftool: Add `link detach` subcommandAndrii Nakryiko2020-08-021-1/+36
* tools, bpftool: Define prog_type_name array only onceTobias Klauser2020-06-251-2/+2
* tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko2020-06-231-0/+7
* bpftool: Support link show for netns-attached linksJakub Sitnicki2020-06-021-0/+10
* bpftool: Extract helpers for showing link attach typeJakub Sitnicki2020-06-021-22/+22
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-1/+0
* tools/bpftool: Add bpf_iter support for bptoolYonghong Song2020-05-101-0/+1
* bpftool: Add bpf_link show and pin supportAndrii Nakryiko2020-04-291-0/+333