summaryrefslogtreecommitdiff
path: root/drivers/vhost/vsock.c
AgeCommit message (Expand)Author
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
2018-03-20vhost: add vsock compat ioctlSonny Rao
2018-03-09drivers: vhost: vsock: fixed a brace coding style issueVaibhav Murkute
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)
2017-11-14vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-05-18vhost/vsock: use static minor numberStefan Hajnoczi
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia
2017-03-21vhost-vsock: add pkt cancel capabilityPeng Tao
2017-01-25vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi
2016-12-16vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-08vhost-vsock: fix orphan connection resetPeng Tao
2016-12-08vhost-vsock: remove unused vq variablePeng Tao