aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/virtio_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella1-0/+1
2019-07-08vsock/virtio: fix flush of works during the .remove()Stefano Garzarella1-6/+9
2019-07-08vsock/virtio: stop workers during the .remove()Stefano Garzarella1-1/+50
2019-07-08vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella1-24/+46
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-05-18vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira1-7/+6
2019-02-03vsock/virtio: reset connected sockets on device removalStefano Garzarella1-0/+3
2019-02-03vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella1-8/+18
2018-06-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda1-1/+1
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi1-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-21vsock: 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