summaryrefslogtreecommitdiffstats
path: root/tools/bpf/bpftool/link.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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