aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/vmw_vsock/virtio_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-03vsock/virtio: use skb_frag_*() helpersMina Almasry1-3/+3
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov1-0/+1
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+17
2023-10-25vsock/virtio: initialize the_virtio_vsock before using VQsAlexandru Matei1-1/+17
2023-10-15vsock/virtio: support MSG_ZEROCOPY for transportArseniy Krasnov1-0/+7
2023-09-21vsock/virtio: MSG_ZEROCOPY flag supportArseniy Krasnov1-0/+32
2023-09-21vsock/virtio: support to send non-linear skbArseniy Krasnov1-7/+53
2023-03-29vsock: support sockmapBobby Eshleman1-0/+2
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman1-97/+52
2022-05-02vsock/virtio: add support for device suspend/resumeStefano Garzarella1-0/+47
2022-05-02vsock/virtio: factor our the code to initialize and delete VQsStefano Garzarella1-66/+84
2022-03-24vsock/virtio: enable VQs early on probeStefano Garzarella1-0/+2
2022-03-24vsock/virtio: read the negotiated features before using VQsStefano Garzarella1-3/+3
2022-03-24vsock/virtio: initialize vdev->priv before using VQsStefano Garzarella1-1/+2
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park1-2/+5
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-2/+2
2021-08-12vsock/virtio: avoid potential deadlock when vsock device removeLongpeng(Mike)1-2/+5
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-22virtio/vsock: avoid NULL deref in virtio_transport_seqpacket_allow()Eric Dumazet1-1/+3
2021-06-11virtio/vsock: enable SEQPACKET for transportArseny Krasnov1-0/+26
2020-07-15vsock/virtio: annotate 'the_virtio_vsock' RCU pointerStefano Garzarella1-1/+1
2019-12-11vsock/virtio: remove loopback handlingStefano Garzarella1-59/+2
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella1-0/+2
2019-11-14vsock: add multi-transports supportStefano Garzarella1-3/+4
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella1-7/+1
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella1-80/+80
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