summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
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-04-08vhost: handle error while adding split ranges to iotlbAnirudh Rayabharam
2022-03-23vsock: each transport cycles only on its own socketsJiyong Park
2022-03-16vhost: allow batching hint without sizeJason Wang
2022-03-16vhost: fix hung thread due to erroneous iotlb entriesAnirudh Rayabharam
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-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-10-13vhost-vdpa: Fix the wrong input in config_cbCindy Lu
2021-10-13vhost_vdpa: unset vq irq before freeing irqWu Zongyong
2021-09-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-16Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-09-14vdpa: potential uninitialized return in vhost_vdpa_va_map()Dan Carpenter
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-09vhost_net: fix OoB on sendmsg() failure.Paolo Abeni
2021-09-06vdpa: Support transferring virtual addressing during DMA mappingXie Yongji
2021-09-06vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji
2021-09-06vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji
2021-09-06vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji
2021-09-06vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji
2021-09-06vdpa: Add reset callback in vdpa_config_opsXie Yongji
2021-09-06vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing
2021-09-05vhost/vsock: support MSG_EOR bit processingArseny Krasnov
2021-09-05virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov
2021-09-05vhost scsi: Convert to SPDX identifierCai Huoqing
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin
2021-08-11vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay
2021-08-11vhost: Fix the calculation in vhost_overflow()Xie Yongji
2021-08-10vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji
2021-07-08vdpa: support packed virtqueue for set/get_vq_state()Jason Wang
2021-07-03vhost: fix up vhost_work coding styleMike Christie
2021-07-03vhost: fix poll coding styleMike Christie
2021-07-03vhost-scsi: reduce flushes during endpoint clearingMike Christie
2021-07-03vhost-scsi: remove extra flushesMike Christie
2021-07-03vhost: remove work arg from vhost_work_flushMike Christie
2021-07-03vhost: Remove the repeated declarationShaokun Zhang
2021-07-03vhost-iotlb: fix vhost_iotlb_del_range() documentationStefano Garzarella
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-11vhost/vsock: support SEQPACKET for transportArseny Krasnov
2021-05-14vhost_net: use XDP helpersMatteo Croce
2021-05-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-05-03vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji
2021-05-03vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella
2021-05-03vringh: implement vringh_kiov_advance()Stefano Garzarella
2021-05-03vringh: explain more about cleaning riov and wiovStefano Garzarella