kernel-fxtec-pro1x/net/vmw_vsock
Stefano Garzarella 70d594d17e vhost/vsock: split packets to send using multiple buffers
commit 6dbd3e66e7785a2f055bf84d98de9b8fd31ff3f5 upstream.

If the packets to sent to the guest are bigger than the buffer
available, we can split them, using multiple buffers and fixing
the length in the packet header.
This is safe since virtio-vsock supports only stream sockets.

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-12-01 09:16:08 +01:00
..
af_vsock.c net: use skb_queue_empty_lockless() in poll() handlers 2019-11-10 11:27:48 +01:00
af_vsock_tap.c
diag.c
hyperv_transport.c vsock: Fix a lockdep warning in __vsock_release() 2019-10-07 18:57:23 +02:00
Kconfig
Makefile
virtio_transport.c vsock/virtio: Initialize core virtio vsock before registering the driver 2019-05-25 18:23:22 +02:00
virtio_transport_common.c vhost/vsock: split packets to send using multiple buffers 2019-12-01 09:16:08 +01:00
vmci_transport.c
vmci_transport.h
vmci_transport_notify.c
vmci_transport_notify.h
vmci_transport_notify_qstate.c
vsock_addr.c