summaryrefslogtreecommitdiff
path: root/net/vmw_vsock/virtio_transport.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella1-80/+80
2020-10-14vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2020-10-14vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-24/+46
2019-08-04VSOCK: use TCP state constants for sk_stateStefan Hajnoczi1-1/+1
2019-05-25vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira1-7/+6
2019-03-14vsock/virtio: reset connected sockets on device removalStefano Garzarella1-0/+3
2019-03-14vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella1-8/+18
2018-07-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda1-1/+1
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-3/+3
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia1-0/+3
2017-03-22vsock: add pkt cancel capabilityPeng Tao1-0/+42
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2016-12-15vsock/virtio: add a missing __le annotationMichael S. Tsirkin1-1/+1
2016-11-24VSOCK: add loopback to virtio_transportStefan Hajnoczi1-0/+56
2016-08-15vhost/vsock: drop space available check for TX vqGerard Garcia1-7/+3
2016-08-02VSOCK: Introduce virtio_transport.koAsias He1-0/+624