summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Fix double fget() in vhost_net_set_backend()Al Viro1-8/+7
2022-04-15tuntap: add sanity checks about msg_controllen in sendmsgHarold Huang1-0/+1
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-22vhost_net: fix OoB on sendmsg() failure.Paolo Abeni1-1/+10
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-12-02vhost scsi: fix cmd completion raceMike Christie1-27/+15
2020-11-05vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella1-4/+5
2020-10-14vhost: Use vhost_get_used_size() in vhost_vring_set_addr()Greg Kurz1-2/+1
2020-10-14vhost: Don't call access_ok() when using IOTLBGreg Kurz1-4/+5
2020-10-07vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella1-47/+47
2020-08-05vhost/scsi: fix up req type endian-nessMichael S. Tsirkin1-1/+1
2020-06-24scsi: vhost: Notify TCM about the maximum sg entries supported per commandSudhakar Panneerselvam1-0/+1
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-04vhost/vsock: accept only packets with the right dst_cidStefano Garzarella1-1/+3
2019-10-28vringh: fix copy direction of vringh_iov_push_kern()Jason Wang1-1/+7
2019-10-13vhost/test: stop device before resetMichael S. Tsirkin1-0/+2
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-562/+16
2019-09-14Revert "vhost: block speculation of translated descriptors"Michael S. Tsirkin1-4/+2
2019-09-11vhost: make sure log_num < in_numyongduan1-2/+2
2019-09-11vhost: block speculation of translated descriptorsMichael S. Tsirkin1-2/+4
2019-09-04Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin2-553/+3
2019-09-04vhost: Remove unnecessary variableYunsheng Lin1-3/+2
2019-09-04vhost/test: fix build for vhost testTiwei Bie1-4/+9
2019-09-04vhost/test: fix build for vhost testTiwei Bie1-1/+1
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-07-31vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-18/+48
2019-07-31vsock/virtio: limit the memory used per-socketStefano Garzarella1-0/+2
2019-07-26vhost: disable metadata prefetch optimizationMichael S. Tsirkin1-1/+1
2019-07-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-126/+771
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-8/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner4-8/+4
2019-06-17vhost_net: disable zerocopy by defaultJason Wang1-1/+1
2019-06-14Merge tag 'v5.2-rc4' into mauroJonathan Corbet8-43/+75
2019-06-08docs: fix broken documentation linksMauro Carvalho Chehab1-1/+1
2019-06-07vhost: fix clang build warningMichael S. Tsirkin1-2/+5
2019-06-06vhost: access vq metadata through kernel virtual addressJason Wang2-3/+550
2019-06-05vhost: factor out setting vring addr and numJason Wang1-74/+103
2019-06-05vhost: introduce helpers to get the size of metadata areaJason Wang1-18/+33
2019-06-05vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang3-5/+5
2019-06-05vhost: fine grain userspace memory accessorsJason Wang1-17/+77
2019-06-05vhost: generalize adding used elemJason Wang1-10/+1
2019-05-27vhost: scsi: add weight supportJason Wang1-6/+6