summaryrefslogtreecommitdiff
path: root/net/vmw_vsock/virtio_transport.c
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: add support for device suspend/resumeStefano Garzarella2022-05-021-0/+47
* vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella2022-05-021-66/+84
* vsock/virtio: enable VQs early on probeStefano Garzarella2022-03-241-0/+2
* vsock/virtio: read the negotiated features before using VQsStefano Garzarella2022-03-241-3/+3
* vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella2022-03-241-1/+2
* vsock: each transport cycles only on its own socketsJiyong Park2022-03-111-2/+5
* virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-2/+2
* vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)2021-08-121-2/+5
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet2021-06-221-1/+3
* virtio/vsock: enable SEQPACKET for transportArseny Krasnov2021-06-111-0/+26
* vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella2020-07-151-1/+1
* vsock/virtio: remove loopback handlingStefano Garzarella2019-12-111-59/+2
* vsock: prevent transport modules unloadingStefano Garzarella2019-11-141-0/+2
* vsock: add multi-transports supportStefano Garzarella2019-11-141-3/+4
* vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-141-7/+1
* vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2019-11-141-80/+80
* vsock/virtio: limit the memory used per-socketStefano Garzarella2019-07-301-0/+1
* vsock/virtio: fix flush of works during the .remove()Stefano Garzarella2019-07-081-6/+9
* vsock/virtio: stop workers during the .remove()Stefano Garzarella2019-07-081-1/+50
* vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsockStefano Garzarella2019-07-081-24/+46
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-191-2/+1
* vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira2019-05-181-7/+6
* vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-02-031-0/+3
* vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-02-031-8/+18
* VSOCK: fix loopback on big-endian systemsClaudio Imbrenda2018-06-221-1/+1
* VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-051-1/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-101-3/+3
|\
| * virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-3/+3
* | VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-241-0/+3
|/
* vsock: add pkt cancel capabilityPeng Tao2017-03-211-0/+42
* virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
* vsock/virtio: add a missing __le annotationMichael S. Tsirkin2016-12-151-1/+1
* VSOCK: add loopback to virtio_transportStefan Hajnoczi2016-11-241-0/+56
* vhost/vsock: drop space available check for TX vqGerard Garcia2016-08-151-7/+3
* VSOCK: Introduce virtio_transport.koAsias He2016-08-021-0/+624