diff options
author | Gerard Garcia <ggarcia@deic.uab.cat> | 2017-04-21 05:10:45 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-04-24 12:35:56 -0400 |
commit | 0b2e66448ba20eb30ea62345d6beb9ee2a1ce06b (patch) | |
tree | 044d66fc95f06c1239208e1d2b4ec7559b693ab0 /MAINTAINERS | |
parent | 531b374834c891ae2abf800693074df35a7d1a36 (diff) |
VSOCK: Add vsockmon device
Add vsockmon virtual network device that receives packets from the vsock
transports and exposes them to user space.
Based on the nlmon device.
Signed-off-by: Gerard Garcia <ggarcia@deic.uab.cat>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fdab4f9e8ac9..28ea78b12d0c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -13317,9 +13317,11 @@ L: netdev@vger.kernel.org | |||
13317 | S: Maintained | 13317 | S: Maintained |
13318 | F: include/linux/virtio_vsock.h | 13318 | F: include/linux/virtio_vsock.h |
13319 | F: include/uapi/linux/virtio_vsock.h | 13319 | F: include/uapi/linux/virtio_vsock.h |
13320 | F: include/uapi/linux/vsockmon.h | ||
13320 | F: net/vmw_vsock/af_vsock_tap.c | 13321 | F: net/vmw_vsock/af_vsock_tap.c |
13321 | F: net/vmw_vsock/virtio_transport_common.c | 13322 | F: net/vmw_vsock/virtio_transport_common.c |
13322 | F: net/vmw_vsock/virtio_transport.c | 13323 | F: net/vmw_vsock/virtio_transport.c |
13324 | F: drivers/net/vsockmon.c | ||
13323 | F: drivers/vhost/vsock.c | 13325 | F: drivers/vhost/vsock.c |
13324 | F: drivers/vhost/vsock.h | 13326 | F: drivers/vhost/vsock.h |
13325 | 13327 | ||