aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)Author
2022-04-13tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang
2022-03-23vsock: each transport cycles only on its own socketsJiyong Park
2022-03-02vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella
2021-12-22vdpa: check that offsets are within boundsDan Carpenter
2021-12-01vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella
2021-10-20vhost-vdpa: Fix the wrong input in config_cbCindy Lu
2021-09-22vhost_net: fix OoB on sendmsg() failure.Paolo Abeni
2021-09-03vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay
2021-08-26vhost: Fix the calculation in vhost_overflow()Xie Yongji
2021-08-26vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji
2021-05-11vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang
2021-04-28vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji
2021-04-07vhost: Fix vhost_vq_reset()Laurent Vivier
2021-03-25vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocationGautam Dawar
2021-03-25vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() failsStefano Garzarella
2021-03-25vhost-vdpa: fix use-after-free of v->config_ctxStefano Garzarella
2021-01-12vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang
2020-12-30vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong
2020-12-02vhost_vdpa: return -EFAULT if copy_to_user() failsDan Carpenter
2020-11-25vhost-vdpa: fix page pinning leakage in error path (rework)Si-Wei Liu
2020-11-25vringh: fix vringh_iov_push_*() documentationStefano Garzarella
2020-11-25vhost scsi: fix lun reset completion handlingMike Christie
2020-11-15vhost scsi: Add support for LUN resets.Mike Christie
2020-11-15vhost scsi: add lun parser helperMike Christie
2020-11-15vhost scsi: fix cmd completion raceMike Christie
2020-11-15vhost scsi: alloc cmds per vq instead of sessionMike Christie
2020-11-15vhost: add helper to check if a vq has been setupMike Christie
2020-10-30vdpa: handle irq bypass register failure caseZhu Lingshan
2020-10-30Revert "vhost-vdpa: fix page pinning leakage in error path"Michael S. Tsirkin
2020-10-30vhost_vdpa: Return -EFAULT if copy_from_user() failsDan Carpenter
2020-10-23vhost: vdpa: report iova rangeJason Wang
2020-10-21vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan
2020-10-21vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella
2020-10-21vhost_vdpa: Fix duplicate included kernel.hTian Tao
2020-10-21vhost: reduce stack usage in log_usedLi Wang
2020-10-04vhost-vdpa: fix page pinning leakage in error pathSi-Wei Liu
2020-10-04vhost-vdpa: fix vhost_vdpa_map() on error conditionSi-Wei Liu
2020-10-04vhost: Don't call log_access_ok() when using IOTLBGreg Kurz
2020-10-04vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz
2020-10-04vhost: Don't call access_ok() when using IOTLBGreg Kurz
2020-09-30vhost vdpa: fix vhost_vdpa_open error handlingMike Christie
2020-09-24vhost-vdpa: fix backend feature ioctlsJason Wang
2020-09-24vhost: Fix documentationEli Cohen
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-01vhost: fix typo in error messageYunsheng Lin
2020-08-26vhost-iotlb: fix vhost_iotlb_itree_next() documentationStefano Garzarella
2020-08-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2020-08-05vdpa: Modify get_vq_state() to return error codeEli Cohen
2020-08-05net/vdpa: Use struct for set/get vq stateEli Cohen
2020-08-05vdpa: remove hard coded virtq numMax Gurtovoy