summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2024-05-02vhost: 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-08-11treewide: Remove uninitialized_var() usageKees Cook1-2/+2
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-03-02vhost/vsock: don't check owner in vhost_vsock_stop() while releasingStefano Garzarella1-7/+14
2021-12-01vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella1-1/+1
2021-09-03vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay1-1/+1
2021-08-26vhost: Fix the calculation in vhost_overflow()Xie Yongji1-2/+8
2021-04-07vhost: Fix vhost_vq_reset()Laurent Vivier1-1/+1
2021-01-12vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang1-3/+3
2020-11-05vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella1-4/+5
2020-10-07vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella1-47/+47
2020-05-27vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella1-5/+5
2020-05-10vhost: vsock: kick send_pkt worker once device is startedJia He1-0/+5
2020-03-05vhost: Check docket sk_family instead of call getnameEugenio PĂ©rez1-9/+1
2020-01-27vhost/test: stop device before resetMichael S. Tsirkin1-0/+2
2020-01-04vhost/vsock: accept only packets with the right dst_cidStefano Garzarella1-1/+3
2019-12-01vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-18/+48
2019-09-16vhost: make sure log_num < in_numyongduan1-2/+2
2019-09-16vhost/test: fix build for vhost test - againTiwei Bie1-4/+9
2019-09-16vhost/test: fix build for vhost testTiwei Bie1-1/+1
2019-08-04vhost: scsi: add weight supportJason Wang1-3/+3
2019-08-04vhost: vsock: add weight supportJason Wang1-6/+10
2019-08-04vhost_net: fix possible infinite loopJason Wang1-16/+13
2019-08-04vhost: introduce vhost_exceeds_weight()Jason Wang5-20/+48
2019-07-26vhost_net: disable zerocopy by defaultJason Wang1-1/+1
2019-04-27vhost: reject zero size iova rangeJason Wang1-1/+5
2019-03-19vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin1-1/+1
2019-02-27vhost: return EINVAL if iovecs size does not match the message sizePavel Tikhomirov1-2/+6
2019-02-23vhost: correctly check the return value of translate_desc() in log_used()Jason Wang1-1/+1
2019-02-06vhost: fix OOB in get_rx_bufs()Jason Wang5-7/+11
2019-01-31vhost: log dirty page correctlyJason Wang3-16/+87
2019-01-09vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang1-0/+2
2018-12-21vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi1-7/+15
2018-12-13vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi1-24/+33
2018-11-21vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards1-1/+3
2018-11-04vhost: Fix Spectre V1 vulnerabilityJason Wang1-0/+2
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2018-08-26vhost: correctly check the iova range when waking virtqueueJason Wang1-1/+1
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+2
2018-08-22vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards1-1/+1
2018-08-22vhost: allow vhost-scsi driver to be built-inGreg Edwards1-1/+1
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+7
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2018-08-08vhost: reset metadata cache when initializing new IOTLBJason Wang1-3/+6
2018-08-06vhost: switch to use new message formatJason Wang3-19/+93
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie1-1/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1