aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vhost/vsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov1-0/+1
2023-10-15vhost/vsock: support MSG_ZEROCOPY for transportArseniy Krasnov1-0/+7
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov1-5/+9
2023-07-03vhost_sock: convert to vhost_vq_work_queueMike Christie1-2/+2
2023-03-29vsock: support sockmapBobby Eshleman1-0/+1
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2023-02-20vhost: remove unused parameteLiming Wu1-1/+1
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman1-125/+89
2022-12-28vhost/vsock: Fix error handling in vhost_vsock_init()Yuan Can1-1/+8
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2022-09-29vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa1-1/+1
2022-05-31vhost: rename vhost_work_dev_flushMike Christie1-1/+1
2022-05-31vhost_vsock: simplify vhost_vsock_flush()Andrey Ryabinin1-5/+0
2022-05-31vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin1-1/+1
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park1-1/+2
2022-02-23vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella1-7/+14
2021-11-24vhost/vsock: cleanup removing `len` variableStefano Garzarella1-5/+1
2021-11-24vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella1-1/+1
2021-09-05vhost/vsock: support MSG_EOR bit processingArseny Krasnov1-9/+13
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov1-6/+6
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie1-1/+1
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-1/+1
2021-06-11vhost/vsock: support SEQPACKET for transportArseny Krasnov1-4/+52
2020-12-27vhost/vsock: add IOTLB API supportStefano Garzarella1-3/+65
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang1-1/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-5/+11
2020-05-02vhost: vsock: kick send_pkt worker once device is startedJia He1-0/+5
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella1-0/+6
2020-04-27vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella1-5/+5
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio PĂ©rez1-7/+7
2020-04-01vhost: allow per device message handlerJason Wang1-1/+1
2019-12-07vhost/vsock: accept only packets with the right dst_cidStefano Garzarella1-1/+3
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-11/+1
2019-11-14vhost/vsock: refuse CID assigned to the guest->host transportStefano Garzarella1-0/+6
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella1-0/+2
2019-11-14vsock: add multi-transports supportStefano Garzarella1-2/+3
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella1-6/+1
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella1-47/+47
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann1-11/+1
2019-07-30vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-18/+48
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-05-27vhost: vsock: add weight supportJason Wang1-6/+10
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang1-1/+11
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang1-1/+1
2019-01-11vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin1-1/+1
2018-12-19vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi1-8/+8
2018-12-06vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi1-24/+33
2018-12-06vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi1-7/+15
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+11