summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vhost/vsock: Use kvmalloc/kvfree for larger packets.Junichi Uekawa2022-10-261-1/+1
* vringh: Fix loop descriptors check in the indirect casesXie Yongji2022-06-141-2/+8
* Fix double fget() in vhost_net_set_backend()Al Viro2022-05-251-8/+7
* vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella2022-03-021-7/+14
* vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella2021-12-011-1/+1
* 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: Fix vhost_vq_reset()Laurent Vivier2021-04-071-1/+1
* vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang2021-01-121-3/+3
* vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella2020-11-051-4/+5
* vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2020-10-071-47/+47
* vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella2020-05-271-5/+5
* vhost: vsock: kick send_pkt worker once device is startedJia He2020-05-101-0/+5
* vhost: Check docket sk_family instead of call getnameEugenio PĂ©rez2020-03-051-9/+1
* vhost/test: stop device before resetMichael S. Tsirkin2020-01-271-0/+2
* vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2020-01-041-1/+3
* vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-12-011-18/+48
* vhost: make sure log_num < in_numyongduan2019-09-161-2/+2
* vhost/test: fix build for vhost test - againTiwei Bie2019-09-161-4/+9
* vhost/test: fix build for vhost testTiwei Bie2019-09-161-1/+1
* vhost: scsi: add weight supportJason Wang2019-08-041-3/+3
* vhost: vsock: add weight supportJason Wang2019-08-041-6/+10
* vhost_net: fix possible infinite loopJason Wang2019-08-041-16/+13
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-08-045-20/+48
* vhost_net: disable zerocopy by defaultJason Wang2019-07-261-1/+1
* vhost: reject zero size iova rangeJason Wang2019-04-271-1/+5
* vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin2019-03-191-1/+1
* vhost: return EINVAL if iovecs size does not match the message sizePavel Tikhomirov2019-02-271-2/+6
* vhost: correctly check the return value of translate_desc() in log_used()Jason Wang2019-02-231-1/+1
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-02-065-7/+11
* vhost: log dirty page correctlyJason Wang2019-01-313-16/+87
* vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang2019-01-091-0/+2
* vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi2018-12-211-7/+15
* vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi2018-12-131-24/+33
* vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards2018-11-211-1/+3
* vhost: Fix Spectre V1 vulnerabilityJason Wang2018-11-041-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-271-1/+1
|\
| * vhost: correctly check the iova range when waking virtqueueJason Wang2018-08-251-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-08-242-2/+2
|\ \ | |/ |/|
| * vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards2018-08-221-1/+1
| * vhost: allow vhost-scsi driver to be built-inGreg Edwards2018-08-221-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-9/+7
|\ \
| * | scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie2018-08-021-1/+1
| * | scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
| * | scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-3/+1
| * | scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-191-3/+3
| * | scsi: target: Abstract tag freeingMatthew Wilcox2018-06-191-1/+1
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-3/+6
|\ \ \ | | |/ | |/|
| * | vhost: reset metadata cache when initializing new IOTLBJason Wang2018-08-081-3/+6
* | | vhost: switch to use new message formatJason Wang2018-08-063-19/+93