summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2024-10-17vhost/scsi: null-ptr-dereference in vhost_scsi_get_req()Haoran Zhang1-12/+15
2024-10-17vhost_vdpa: assign irq bypass producer token correctlyJason Wang1-3/+13
2024-10-17vdpa: Add eventfd for the vdpa callbackXie Yongji1-0/+2
2024-08-19vhost-vdpa: switch to use vmf_insert_pfn() in the fault handlerJason Wang1-7/+1
2024-08-19vhost/vsock: always initialize seqpacket_allowMichael S. Tsirkin1-2/+2
2024-04-17vhost: Add smp_rmb() in vhost_vq_avail_empty()Gavin Shan1-1/+11
2024-02-23vhost: use kzalloc() instead of kmalloc() followed by memset()Prathu Baronia1-3/+2
2023-11-08vhost: Allow null msg.size on VHOST_IOTLB_INVALIDATEEric Auger1-3/+1
2023-10-10vringh: don't use vringh_kiov_advance() in vringh_iov_xfer()Stefano Garzarella1-1/+11
2023-06-28vhost_net: revert upend_idx only on retriable errorAndrey Smetanin1-3/+8
2023-06-14vhost_vdpa: support PACKED when setting-getting vring_baseShannon Nelson1-4/+17
2023-06-14vhost: support PACKED when setting-getting vring_baseShannon Nelson2-7/+19
2023-02-09vhost/net: Clear the pending messages when the backend is removedEric Auger3-1/+6
2023-01-12vhost: fix range used in translate_desc()Stefano Garzarella1-2/+2
2023-01-12vringh: fix range used in iotlb_translate()Stefano Garzarella1-3/+2
2023-01-12vhost/vsock: Fix error handling in vhost_vsock_init()Yuan Can1-1/+8
2022-10-26vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa1-1/+1
2022-06-14vringh: Fix loop descriptors check in the indirect casesXie Yongji1-2/+8
2022-05-25Fix double fget() in vhost_net_set_backend()Al Viro1-8/+7
2022-05-25vhost_vdpa: don't setup irq offloading when irq_num < 0Zhu Lingshan1-1/+4
2022-04-13tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang1-0/+1
2022-04-08vhost: handle error while adding split ranges to iotlbAnirudh Rayabharam1-1/+5
2022-03-23vsock: each transport cycles only on its own socketsJiyong Park1-1/+2
2022-03-16vhost: allow batching hint without sizeJason Wang1-1/+3
2022-03-16vhost: fix hung thread due to erroneous iotlb entriesAnirudh Rayabharam2-0/+16
2022-03-02vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella1-7/+14
2021-12-22vdpa: check that offsets are within boundsDan Carpenter1-1/+1
2021-12-01vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella1-1/+1
2021-10-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-5/+5
2021-10-13vhost-vdpa: Fix the wrong input in config_cbCindy Lu1-1/+1
2021-10-13vhost_vdpa: unset vq irq before freeing irqWu Zongyong1-4/+4
2021-09-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+10
2021-09-15vdpa: potential uninitialized return in vhost_vdpa_va_map()Dan Carpenter1-1/+1
2021-09-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-73/+177
2021-09-09vhost_net: fix OoB on sendmsg() failure.Paolo Abeni1-1/+10
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji1-11/+88
2021-09-06vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji1-20/+35
2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji1-1/+1
2021-09-06vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji1-4/+16
2021-09-06vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji1-3/+6
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji1-2/+7
2021-09-06vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing1-12/+12
2021-09-05vhost/vsock: support MSG_EOR bit processingArseny Krasnov1-9/+13
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov1-6/+6
2021-09-05vhost scsi: Convert to SPDX identifierCai Huoqing1-13/+1
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin1-2/+0
2021-08-11vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay1-1/+1
2021-08-11vhost: Fix the calculation in vhost_overflow()Xie Yongji1-2/+8
2021-08-10vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji1-1/+2