aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost/vsock.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATGravatar Arseniy Krasnov 1-0/+1
2023-10-15vhost/vsock: support MSG_ZEROCOPY for transportGravatar Arseniy Krasnov 1-0/+7
2023-09-21vsock/virtio/vhost: read data from non-linear skbGravatar Arseniy Krasnov 1-5/+9
2023-07-03vhost_sock: convert to vhost_vq_work_queueGravatar Mike Christie 1-2/+2
2023-03-29vsock: support sockmapGravatar Bobby Eshleman 1-0/+1
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2023-02-20vhost: remove unused parameteGravatar Liming Wu 1-1/+1
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffGravatar Bobby Eshleman 1-125/+89
2022-12-28vhost/vsock: Fix error handling in vhost_vsock_init()Gravatar Yuan Can 1-1/+8
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-2/+2
2022-09-29vhost/vsock: Use kvmalloc/kvfree for larger packets.Gravatar Junichi Uekawa 1-1/+1
2022-05-31vhost: rename vhost_work_dev_flushGravatar Mike Christie 1-1/+1
2022-05-31vhost_vsock: simplify vhost_vsock_flush()Gravatar Andrey Ryabinin 1-5/+0
2022-05-31vhost: get rid of vhost_poll_flush() wrapperGravatar Andrey Ryabinin 1-1/+1
2022-03-11vsock: each transport cycles only on its own socketsGravatar Jiyong Park 1-1/+2
2022-02-23vhost/vsock: don't check owner in vhost_vsock_stop() while releasingGravatar Stefano Garzarella 1-7/+14
2021-11-24vhost/vsock: cleanup removing `len` variableGravatar Stefano Garzarella 1-5/+1
2021-11-24vhost/vsock: fix incorrect used length reported to the guestGravatar Stefano Garzarella 1-1/+1
2021-09-05vhost/vsock: support MSG_EOR bit processingGravatar Arseny Krasnov 1-9/+13
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Gravatar Arseny Krasnov 1-6/+6
2021-07-03vhost: remove work arg from vhost_work_flushGravatar Mike Christie 1-1/+1
2021-06-29net: sock: introduce sk_error_reportGravatar Alexander Aring 1-1/+1
2021-06-11vhost/vsock: support SEQPACKET for transportGravatar Arseny Krasnov 1-4/+52
2020-12-27vhost/vsock: add IOTLB API supportGravatar Stefano Garzarella 1-3/+65
2020-06-04vhost: allow device that does not depend on vhost workerGravatar Jason Wang 1-1/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 1-5/+11
2020-05-02vhost: vsock: kick send_pkt worker once device is startedGravatar Jia He 1-0/+5
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesGravatar Stefano Garzarella 1-0/+6
2020-04-27vhost/vsock: fix packet delivery order to monitoring devicesGravatar Stefano Garzarella 1-5/+5
2020-04-16vhost: Create accessors for virtqueues private_dataGravatar Eugenio Pérez 1-7/+7
2020-04-01vhost: allow per device message handlerGravatar Jason Wang 1-1/+1
2019-12-07vhost/vsock: accept only packets with the right dst_cidGravatar Stefano Garzarella 1-1/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-11/+1
2019-11-14vhost/vsock: refuse CID assigned to the guest->host transportGravatar Stefano Garzarella 1-0/+6
2019-11-14vsock: prevent transport modules unloadingGravatar Stefano Garzarella 1-0/+2
2019-11-14vsock: add multi-transports supportGravatar Stefano Garzarella 1-2/+3
2019-11-14vsock: handle buffer_size sockopts in the coreGravatar Stefano Garzarella 1-6/+1
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Gravatar Stefano Garzarella 1-47/+47
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlGravatar Arnd Bergmann 1-11/+1
2019-07-30vhost/vsock: split packets to send using multiple buffersGravatar Stefano Garzarella 1-18/+48
2019-07-30vsock/virtio: limit the memory used per-socketGravatar Stefano Garzarella 1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Gravatar Thomas Gleixner 1-2/+1
2019-05-27vhost: vsock: add weight supportGravatar Jason Wang 1-6/+10
2019-05-27vhost: introduce vhost_exceeds_weight()Gravatar Jason Wang 1-1/+11
2019-01-28vhost: fix OOB in get_rx_bufs()Gravatar Jason Wang 1-1/+1
2019-01-11vhost/vsock: fix vhost vsock cid hashing inconsistentGravatar Zha Bin 1-1/+1
2018-12-19vhost/vsock: switch to a mutex for vhost_vsock_hashGravatar Stefan Hajnoczi 1-8/+8
2018-12-06vhost/vsock: fix use-after-free in network stack callersGravatar Stefan Hajnoczi 1-24/+33
2018-12-06vhost/vsock: fix reset orphans race with close timeoutGravatar Stefan Hajnoczi 1-7/+15
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-0/+11