summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vdpa: Protect vdpa reset with cf_mutexEli Cohen2022-01-141-1/+1
* vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2022-01-141-2/+3
* vdpa: Allow to configure max data virtqueuesEli Cohen2022-01-141-1/+1
* vdpa: Sync calls set/get config/status with cf_mutexEli Cohen2022-01-141-4/+3
* vdpa: Provide interface to read driver featuresEli Cohen2022-01-141-1/+1
* vdpa: clean up get_config_size ret value handlingLaura Abbott2022-01-141-1/+1
* vhost/test: fix memory leak of vhost virtqueuesXianting Tian2022-01-141-0/+1
* vdpa: Avoid duplicate call to vp_vdpa get_statusEugenio PĂ©rez2022-01-141-1/+1
* vdpa: check that offsets are within boundsDan Carpenter2021-12-081-1/+1
* vhost-vdpa: clean irqs before reseting vdpa deviceWu Zongyong2021-11-241-1/+1
* vhost/vsock: cleanup removing `len` variableStefano Garzarella2021-11-241-5/+1
* vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella2021-11-241-1/+1
* vdpa: Introduce and use vdpa device get, set config helpersParav Pandit2021-11-011-2/+1
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-10-171-5/+5
|\
| * vhost-vdpa: Fix the wrong input in config_cbCindy Lu2021-10-131-1/+1
| * vhost_vdpa: unset vq irq before freeing irqWu Zongyong2021-10-131-4/+4
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-281-1/+1
|\|
| * vdpa: potential uninitialized return in vhost_vdpa_va_map()Dan Carpenter2021-09-141-1/+1
* | Merge tag 'net-5.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-09-161-1/+10
|\ \ | |/ |/|
| * vhost_net: fix OoB on sendmsg() failure.Paolo Abeni2021-09-091-1/+10
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-09-114-73/+177
|\ \ | |/ |/|
| * vdpa: Support transferring virtual addressing during DMA mappingXie Yongji2021-09-061-11/+88
| * vdpa: factor out vhost_vdpa_pa_map() and vhost_vdpa_pa_unmap()Xie Yongji2021-09-061-20/+35
| * vdpa: Add an opaque pointer for vdpa_config_ops.dma_map()Xie Yongji2021-09-061-1/+1
| * vhost-iotlb: Add an opaque pointer for vhost IOTLBXie Yongji2021-09-061-4/+16
| * vhost-vdpa: Handle the failure of vdpa_reset()Xie Yongji2021-09-061-3/+6
| * vdpa: Add reset callback in vdpa_config_opsXie Yongji2021-09-061-2/+7
| * vdpa: Make use of PFN_PHYS/PFN_UP/PFN_DOWN helper macroCai Huoqing2021-09-061-12/+12
| * vhost/vsock: support MSG_EOR bit processingArseny Krasnov2021-09-051-9/+13
| * virtio/vsock: rename 'EOR' to 'EOM' bit.Arseny Krasnov2021-09-051-6/+6
| * vhost scsi: Convert to SPDX identifierCai Huoqing2021-09-051-13/+1
* | sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin2021-08-261-2/+0
|/
* vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay2021-08-111-1/+1
* vhost: Fix the calculation in vhost_overflow()Xie Yongji2021-08-111-2/+8
* vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()Xie Yongji2021-08-101-1/+2
* vdpa: support packed virtqueue for set/get_vq_state()Jason Wang2021-07-081-2/+2
* vhost: fix up vhost_work coding styleMike Christie2021-07-031-3/+3
* vhost: fix poll coding styleMike Christie2021-07-031-6/+6
* vhost-scsi: reduce flushes during endpoint clearingMike Christie2021-07-031-5/+6
* vhost-scsi: remove extra flushesMike Christie2021-07-031-8/+0
* vhost: remove work arg from vhost_work_flushMike Christie2021-07-034-8/+8
* vhost: Remove the repeated declarationShaokun Zhang2021-07-031-1/+0
* vhost-iotlb: fix vhost_iotlb_del_range() documentationStefano Garzarella2021-07-031-1/+1
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-1/+1
* vhost/vsock: support SEQPACKET for transportArseny Krasnov2021-06-111-4/+52
* vhost_net: use XDP helpersMatteo Croce2021-05-141-4/+2
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-05-052-30/+55
|\
| * vhost/vdpa: Remove the restriction that only supports virtio-net devicesXie Yongji2021-05-031-5/+1
| * vhost/vdpa: use get_config_size callback in vhost_vdpa_config_validate()Stefano Garzarella2021-05-031-7/+2
| * vringh: implement vringh_kiov_advance()Stefano Garzarella2021-05-031-12/+29