linux/net/vmw_vsock
Peng Tao 380feae0de vsock: cancel packets when failing to connect
Otherwise we'll leave the packets queued until releasing vsock device.
E.g., if guest is slow to start up, resulting ETIMEDOUT on connect, guest
will get the connect requests from failed host sockets.

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Jorgen Hansen <jhansen@vmware.com>
Signed-off-by: Peng Tao <bergwolf@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-21 14:41:47 -07:00
..
Kconfig
Makefile
af_vsock.c vsock: cancel packets when failing to connect 2017-03-21 14:41:47 -07:00
virtio_transport.c vsock: add pkt cancel capability 2017-03-21 14:41:47 -07:00
virtio_transport_common.c vsock: track pkt owner vsock 2017-03-21 14:41:46 -07:00
vmci_transport.c
vmci_transport.h
vmci_transport_notify.c
vmci_transport_notify.h
vmci_transport_notify_qstate.c
vsock_addr.c