aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vsock.c
AgeCommit message (Expand)Author
2023-12-15virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov
2023-10-15vhost/vsock: support MSG_ZEROCOPY for transportArseniy Krasnov
2023-09-21vsock/virtio/vhost: read data from non-linear skbArseniy Krasnov
2023-07-03vhost_sock: convert to vhost_vq_work_queueMike Christie
2023-03-29vsock: support sockmapBobby Eshleman
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-02-20vhost: remove unused parameteLiming Wu
2023-01-16virtio/vsock: replace virtio_vsock_pkt with sk_buffBobby Eshleman
2022-12-28vhost/vsock: Fix error handling in vhost_vsock_init()Yuan Can
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-09-29vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa
2022-05-31vhost: rename vhost_work_dev_flushMike Christie
2022-05-31vhost_vsock: simplify vhost_vsock_flush()Andrey Ryabinin
2022-05-31vhost: get rid of vhost_poll_flush() wrapperAndrey Ryabinin
2022-03-11vsock: each transport cycles only on its own socketsJiyong Park
2022-02-23vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella
2021-11-24vhost/vsock: cleanup removing `len` variableStefano Garzarella
2021-11-24vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella
2021-09-05vhost/vsock: support MSG_EOR bit processingArseny Krasnov
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-11vhost/vsock: support SEQPACKET for transportArseny Krasnov
2020-12-27vhost/vsock: add IOTLB API supportStefano Garzarella
2020-06-04vhost: allow device that does not depend on vhost workerJason Wang
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-02vhost: vsock: kick send_pkt worker once device is startedJia He
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella
2020-04-27vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella
2020-04-16vhost: Create accessors for virtqueues private_dataEugenio PĂ©rez
2020-04-01vhost: allow per device message handlerJason Wang
2019-12-07vhost/vsock: accept only packets with the right dst_cidStefano Garzarella
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-14vhost/vsock: refuse CID assigned to the guest->host transportStefano Garzarella
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella
2019-11-14vsock: add multi-transports supportStefano Garzarella
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella
2019-11-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-07-30vhost/vsock: split packets to send using multiple buffersStefano Garzarella
2019-07-30vsock/virtio: limit the memory used per-socketStefano Garzarella
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-05-27vhost: vsock: add weight supportJason Wang
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang
2019-01-11vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin
2018-12-19vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi
2018-12-06vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi
2018-12-06vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds