summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vdpa: check that offsets are within boundsDan Carpenter2021-12-221-1/+1
* vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella2021-12-011-1/+1
* vhost-vdpa: Fix the wrong input in config_cbCindy Lu2021-10-201-1/+1
* vhost_net: fix OoB on sendmsg() failure.Paolo Abeni2021-09-221-1/+10
* vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay2021-09-031-1/+1
* vhost: Fix the calculation in vhost_overflow()Xie Yongji2021-08-261-2/+8
* vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji2021-08-261-1/+2
* vhost-vdpa: fix vm_flags for virtqueue doorbell mappingJason Wang2021-05-111-0/+1
* vhost-vdpa: protect concurrent access to vhost device iotlbXie Yongji2021-04-281-1/+5
* vhost: Fix vhost_vq_reset()Laurent Vivier2021-04-071-1/+1
* vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocationGautam Dawar2021-03-251-6/+2
* vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() failsStefano Garzarella2021-03-251-2/+6
* vhost-vdpa: fix use-after-free of v->config_ctxStefano Garzarella2021-03-251-1/+3
* vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang2021-01-121-3/+3
* vhost scsi: fix error return code in vhost_scsi_set_endpoint()Zhang Changzhong2020-12-301-1/+2
* vhost_vdpa: return -EFAULT if copy_to_user() failsDan Carpenter2020-12-021-1/+3
* vhost-vdpa: fix page pinning leakage in error path (rework)Si-Wei Liu2020-11-251-18/+62
* vringh: fix vringh_iov_push_*() documentationStefano Garzarella2020-11-251-3/+3
* vhost scsi: fix lun reset completion handlingMike Christie2020-11-251-1/+3
* vhost scsi: Add support for LUN resets.Mike Christie2020-11-151-13/+134
* vhost scsi: add lun parser helperMike Christie2020-11-151-2/+7
* vhost scsi: fix cmd completion raceMike Christie2020-11-151-27/+15
* vhost scsi: alloc cmds per vq instead of sessionMike Christie2020-11-151-79/+128
* vhost: add helper to check if a vq has been setupMike Christie2020-11-152-0/+7
* vdpa: handle irq bypass register failure caseZhu Lingshan2020-10-301-0/+3
* Revert "vhost-vdpa: fix page pinning leakage in error path"Michael S. Tsirkin2020-10-301-71/+48
* vhost_vdpa: Return -EFAULT if copy_from_user() failsDan Carpenter2020-10-301-5/+5
* vhost: vdpa: report iova rangeJason Wang2020-10-231-0/+41
* vhost_vdpa: remove unnecessary spin_lock in vhost_vring_callZhu Lingshan2020-10-213-11/+1
* vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella2020-10-211-4/+5
* vhost_vdpa: Fix duplicate included kernel.hTian Tao2020-10-211-1/+0
* vhost: reduce stack usage in log_usedLi Wang2020-10-212-1/+2
* vhost-vdpa: fix page pinning leakage in error pathSi-Wei Liu2020-10-041-48/+71
* vhost-vdpa: fix vhost_vdpa_map() on error conditionSi-Wei Liu2020-10-041-0/+3
* vhost: Don't call log_access_ok() when using IOTLBGreg Kurz2020-10-041-5/+18
* vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz2020-10-041-2/+1
* vhost: Don't call access_ok() when using IOTLBGreg Kurz2020-10-041-4/+5
* vhost vdpa: fix vhost_vdpa_open error handlingMike Christie2020-09-301-0/+1
* vhost-vdpa: fix backend feature ioctlsJason Wang2020-09-241-14/+16
* vhost: Fix documentationEli Cohen2020-09-241-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-09-031-1/+1
|\
| * vhost: fix typo in error messageYunsheng Lin2020-09-011-1/+1
* | vhost-iotlb: fix vhost_iotlb_itree_next() documentationStefano Garzarella2020-08-261-2/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2020-08-115-87/+169
|\
| * vdpa: Modify get_vq_state() to return error codeEli Cohen2020-08-051-1/+4
| * net/vdpa: Use struct for set/get vq stateEli Cohen2020-08-051-2/+5
| * vdpa: remove hard coded virtq numMax Gurtovoy2020-08-051-6/+3
| * vhost-vdpa: support IOTLB batching hintsJason Wang2020-08-051-9/+27
| * vhost-vdpa: support get/set backend featuresJason Wang2020-08-051-0/+18
| * vhost: generialize backend features setting/gettingJason Wang2020-08-053-16/+19