summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/link.c
AgeCommit message (Expand)AuthorLines
2021-10-25bpftool: Switch to libbpf's hashmap for PIDs/names referencesQuentin Monnet-3/+3
2021-10-25bpftool: Switch to libbpf's hashmap for pinned paths of BPF objectsQuentin Monnet-16/+20
2021-10-25bpftool: Do not expose and init hash maps for pinned path in main.cQuentin Monnet-1/+8
2021-07-30tools: bpftool: Update and synchronise option list in doc and help msgQuentin Monnet-1/+2
2020-08-21bpftool: Implement link_query for bpf iteratorsYonghong Song-3/+41
2020-08-13tools/bpftool: Fix compilation warnings in 32-bit modeAndrii Nakryiko-2/+2
2020-08-01tools/bpftool: Add `link detach` subcommandAndrii Nakryiko-1/+36
2020-06-25tools, bpftool: Define prog_type_name array only onceTobias Klauser-2/+2
2020-06-22tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDsAndrii Nakryiko-0/+7
2020-06-01bpftool: Support link show for netns-attached linksJakub Sitnicki-0/+10
2020-06-01bpftool: Extract helpers for showing link attach typeJakub Sitnicki-22/+22
2020-06-01tools, bpftool: Clean subcommand help messagesQuentin Monnet-1/+0
2020-05-09tools/bpftool: Add bpf_iter support for bptoolYonghong Song-0/+1
2020-04-28bpftool: Add bpf_link show and pin supportAndrii Nakryiko-0/+333