aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)Author
2024-05-02vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan
2024-02-23vhost: use kzalloc() instead of kmalloc() followed by memset()Prathu Baronia
2023-06-14vhost: support PACKED when setting-getting vring_baseShannon Nelson
2023-02-15vhost/net: Clear the pending messages when the backend is removedEric Auger
2023-01-14vhost: fix range used in translate_desc()Stefano Garzarella
2023-01-14vringh: fix range used in iotlb_translate()Stefano Garzarella
2023-01-14vhost/vsock: Fix error handling in vhost_vsock_init()Yuan Can
2022-10-26vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa
2022-06-14vringh: Fix loop descriptors check in the indirect casesXie Yongji
2022-05-25Fix double fget() in vhost_net_set_backend()Al Viro
2022-05-25vhost_vdpa: don't setup irq offloading when irq_num < 0Zhu Lingshan
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