summaryrefslogtreecommitdiff
path: root/tools/bpf/bpftool/link.c
Commit message (Expand)AuthorAgeFilesLines
* 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-161-2/+2
* libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman2022-11-091-6/+4
* bpftool: Show parameters of BPF task iterators.Kui-Feng Lee2022-09-281-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-021-17/+10
* bpftool: Use libbpf_bpf_attach_type_strDaniel Müller2022-06-021-5/+10
* bpftool: Use libbpf_bpf_prog_type_strDaniel Müller2022-06-021-8/+11
* bpf, x86: Generate trampolines from bpf_tramp_linksKui-Feng Lee2022-05-101-0/+1
* bpftool: Add missing link typesMilan Landaverde2022-04-041-0/+3
* bpftool: Fix error check when calling hashmap__new()Mauricio Vásquez2022-01-121-1/+2
* bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet2021-10-251-3/+3
* bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet2021-10-251-16/+20
* bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet2021-10-251-1/+8
* tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet2021-07-301-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-131-2/+2
* tools/bpftool: Add `link detach` subcommandAndrii Nakryiko2020-08-011-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-221-0/+7
* bpftool: Support link show for netns-attached linksJakub Sitnicki2020-06-011-0/+10
* bpftool: Extract helpers for showing link attach typeJakub Sitnicki2020-06-011-22/+22
* tools, bpftool: Clean subcommand help messagesQuentin Monnet2020-06-011-1/+0
* tools/bpftool: Add bpf_iter support for bptoolYonghong Song2020-05-091-0/+1
* bpftool: Add bpf_link show and pin supportAndrii Nakryiko2020-04-281-0/+333