aboutsummaryrefslogtreecommitdiff
path: root/net/vmw_vsock/virtio_transport.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-24vsock/virtio: enable VQs early on probeGravatar Stefano Garzarella 1-0/+2
2022-03-24vsock/virtio: read the negotiated features before using VQsGravatar Stefano Garzarella 1-3/+3
2022-03-24vsock/virtio: initialize vdev->priv before using VQsGravatar Stefano Garzarella 1-1/+2
2022-03-11vsock: each transport cycles only on its own socketsGravatar Jiyong Park 1-2/+5
2022-01-14virtio: wrap config->reset callsGravatar Michael S. Tsirkin 1-2/+2
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeGravatar Longpeng(Mike) 1-2/+5
2021-06-29net: sock: introduce sk_error_reportGravatar Alexander Aring 1-1/+1
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Gravatar Eric Dumazet 1-1/+3
2021-06-11virtio/vsock: enable SEQPACKET for transportGravatar Arseny Krasnov 1-0/+26
2020-07-15vsock/virtio: annotate 'the_virtio_vsock' RCU pointerGravatar Stefano Garzarella 1-1/+1
2019-12-11vsock/virtio: remove loopback handlingGravatar Stefano Garzarella 1-59/+2
2019-11-14vsock: prevent transport modules unloadingGravatar Stefano Garzarella 1-0/+2
2019-11-14vsock: add multi-transports supportGravatar Stefano Garzarella 1-3/+4
2019-11-14vsock: handle buffer_size sockopts in the coreGravatar Stefano Garzarella 1-7/+1
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Gravatar Stefano Garzarella 1-80/+80
2019-07-30vsock/virtio: limit the memory used per-socketGravatar Stefano Garzarella 1-0/+1
2019-07-08vsock/virtio: fix flush of works during the .remove()Gravatar Stefano Garzarella 1-6/+9
2019-07-08vsock/virtio: stop workers during the .remove()Gravatar Stefano Garzarella 1-1/+50
2019-07-08vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockGravatar Stefano Garzarella 1-24/+46
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Gravatar Thomas Gleixner 1-2/+1
2019-05-18vsock/virtio: Initialize core virtio vsock before registering the driverGravatar Jorge E. Moreira 1-7/+6
2019-02-03vsock/virtio: reset connected sockets on device removalGravatar Stefano Garzarella 1-0/+3
2019-02-03vsock/virtio: fix kernel panic after device hot-unplugGravatar Stefano Garzarella 1-8/+18
2018-06-22VSOCK: fix loopback on big-endian systemsGravatar Claudio Imbrenda 1-1/+1
2017-10-05VSOCK: use TCP state constants for sk_stateGravatar Stefan Hajnoczi 1-1/+1
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-3/+3
2017-05-02virtio: wrap find_vqsGravatar Michael S. Tsirkin 1-3/+3
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGravatar Gerard Garcia 1-0/+3
2017-03-21vsock: add pkt cancel capabilityGravatar Peng Tao 1-0/+42
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsGravatar Christoph Hellwig 1-1/+2
2016-12-15vsock/virtio: add a missing __le annotationGravatar Michael S. Tsirkin 1-1/+1
2016-11-24VSOCK: add loopback to virtio_transportGravatar Stefan Hajnoczi 1-0/+56
2016-08-15vhost/vsock: drop space available check for TX vqGravatar Gerard Garcia 1-7/+3
2016-08-02VSOCK: Introduce virtio_transport.koGravatar Asias He 1-0/+624