aboutsummaryrefslogtreecommitdiff
path: root/include/linux/virtio_vsock.h
AgeCommit message (Collapse)AuthorFilesLines
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia1-0/+1
The virtio drivers deal with struct virtio_vsock_pkt. Add virtio_transport_deliver_tap_pkt(pkt) for handing packets to the vsockmon device. We call virtio_transport_deliver_tap_pkt(pkt) from net/vmw_vsock/virtio_transport.c and drivers/vhost/vsock.c instead of common code. This is because the drivers may drop packets before handing them to common code - we still want to capture them. Signed-off-by: Gerard Garcia <[email protected]> Signed-off-by: Stefan Hajnoczi <[email protected]> Reviewed-by: Jorgen Hansen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2017-03-21vsock: track pkt owner vsockPeng Tao1-0/+3
So that we can cancel a queued pkt later if necessary. Signed-off-by: Peng Tao <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He1-0/+154
This module contains the common code and header files for the following virtio_transporto and vhost_vsock kernel modules. Signed-off-by: Asias He <[email protected]> Signed-off-by: Claudio Imbrenda <[email protected]> Signed-off-by: Stefan Hajnoczi <[email protected]> Signed-off-by: Michael S. Tsirkin <[email protected]>