index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bpf
/
bpftool
/
link.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bpftool: Add link dump support for BPF_LINK_TYPE_SOCKMAP
Yonghong Song
2024-04-11
1
-0
/
+9
*
bpftool: Display cookie for kprobe multi link
Jiri Olsa
2024-01-24
1
-15
/
+63
*
bpftool: Display cookie for perf event link probes
Jiri Olsa
2024-01-24
1
-0
/
+14
*
bpftool: Fix wrong free call in do_show_link
Jiri Olsa
2024-01-24
1
-1
/
+1
*
bpftool: Add support to display uprobe_multi links
Jiri Olsa
2023-11-29
1
-2
/
+103
*
bpftool: Implement link show support for netkit
Daniel Borkmann
2023-10-25
1
-0
/
+9
*
bpftool: Display missed count for kprobe perf link
Jiri Olsa
2023-09-26
1
-0
/
+3
*
bpftool: Display missed count for kprobe_multi link
Jiri Olsa
2023-09-26
1
-0
/
+3
*
bpftool: Fix build warnings with -Wtype-limits
Yafang Shao
2023-08-30
1
-1
/
+1
*
bpftool: Implement link show support for xdp
Daniel Borkmann
2023-08-16
1
-0
/
+7
*
bpftool: Implement link show support for tcx
Daniel Borkmann
2023-08-16
1
-0
/
+37
*
bpftool: Show perf link info
Yafang Shao
2023-07-12
1
-1
/
+246
*
bpftool: Add perf event names
Yafang Shao
2023-07-12
1
-0
/
+67
*
bpftool: Show kprobe_multi link info
Yafang Shao
2023-07-12
1
-3
/
+115
*
bpftool: Show target_{obj,btf}_id in tracing link info
Yafang Shao
2023-05-19
1
-0
/
+6
*
bpftool: Show map IDs along with struct_ops links.
Kui-Feng Lee
2023-04-27
1
-2
/
+8
*
tools: bpftool: print netfilter link info
Florian Westphal
2023-04-21
1
-0
/
+83
*
bpftool: Use bpf_{btf,link,map,prog}_get_info_by_fd()
Ilya Leoshkevich
2023-02-17
1
-2
/
+2
*
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
2022-11-10
1
-6
/
+4
*
bpftool: Show parameters of BPF task iterators.
Kui-Feng Lee
2022-09-29
1
-0
/
+19
*
bpftool: Add support for querying cgroup_iter link
Hao Luo
2022-08-30
1
-0
/
+35
*
bpftool: Use libbpf_bpf_link_type_str
Daniel Müller
2022-06-03
1
-17
/
+10
*
bpftool: Use libbpf_bpf_attach_type_str
Daniel Müller
2022-06-03
1
-5
/
+10
*
bpftool: Use libbpf_bpf_prog_type_str
Daniel Müller
2022-06-03
1
-8
/
+11
*
bpf, x86: Generate trampolines from bpf_tramp_links
Kui-Feng Lee
2022-05-11
1
-0
/
+1
*
bpftool: Add missing link types
Milan Landaverde
2022-04-04
1
-0
/
+3
*
bpftool: Fix error check when calling hashmap__new()
Mauricio Vásquez
2022-01-13
1
-1
/
+2
*
bpftool: Switch to libbpf's hashmap for PIDs/names references
Quentin Monnet
2021-10-26
1
-3
/
+3
*
bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
Quentin Monnet
2021-10-26
1
-16
/
+20
*
bpftool: Do not expose and init hash maps for pinned path in main.c
Quentin Monnet
2021-10-26
1
-1
/
+8
*
tools: bpftool: Update and synchronise option list in doc and help msg
Quentin Monnet
2021-07-31
1
-1
/
+2
*
bpftool: Implement link_query for bpf iterators
Yonghong Song
2020-08-21
1
-3
/
+41
*
tools/bpftool: Fix compilation warnings in 32-bit mode
Andrii Nakryiko
2020-08-14
1
-2
/
+2
*
tools/bpftool: Add `link detach` subcommand
Andrii Nakryiko
2020-08-02
1
-1
/
+36
*
tools, bpftool: Define prog_type_name array only once
Tobias Klauser
2020-06-25
1
-2
/
+2
*
tools/bpftool: Show info for processes holding BPF map/prog/link/btf FDs
Andrii Nakryiko
2020-06-23
1
-0
/
+7
*
bpftool: Support link show for netns-attached links
Jakub Sitnicki
2020-06-02
1
-0
/
+10
*
bpftool: Extract helpers for showing link attach type
Jakub Sitnicki
2020-06-02
1
-22
/
+22
*
tools, bpftool: Clean subcommand help messages
Quentin Monnet
2020-06-01
1
-1
/
+0
*
tools/bpftool: Add bpf_iter support for bptool
Yonghong Song
2020-05-10
1
-0
/
+1
*
bpftool: Add bpf_link show and pin support
Andrii Nakryiko
2020-04-29
1
-0
/
+333