aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)Author
2021-12-08vhost/vsock: fix incorrect used length reported to the guestStefano Garzarella
2021-09-03vringh: Use wiov->used to check for read/write desc orderNeeraj Upadhyay
2021-08-26vhost: Fix the calculation in vhost_overflow()Xie Yongji
2021-04-07vhost: Fix vhost_vq_reset()Laurent Vivier
2021-01-12vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang
2020-11-05vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella
2020-10-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella
2020-05-27vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella
2020-05-10vhost: vsock: kick send_pkt worker once device is startedJia He
2020-03-11vhost: Check docket sk_family instead of call getnameEugenio Pérez
2020-01-04vhost/vsock: accept only packets with the right dst_cidStefano Garzarella
2019-12-01vhost/vsock: split packets to send using multiple buffersStefano Garzarella
2019-09-16vhost: make sure log_num < in_numyongduan
2019-09-16vhost/test: fix build for vhost testTiwei Bie
2019-07-31vhost_net: disable zerocopy by defaultJason Wang
2019-07-10vhost: scsi: add weight supportJason Wang
2019-07-10vhost: vsock: add weight supportJason Wang
2019-07-10vhost_net: fix possible infinite loopJason Wang
2019-07-10vhost: introduce vhost_exceeds_weight()Jason Wang
2019-07-10vhost_net: introduce vhost_exceeds_weight()Jason Wang
2019-07-10vhost_net: use packet weight for rx handler, tooPaolo Abeni
2019-07-10vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)
2019-04-27vhost: reject zero size iova rangeJason Wang
2019-03-19vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin
2019-02-23vhost: correctly check the return value of translate_desc() in log_used()Jason Wang
2019-01-31vhost: log dirty page correctlyJason Wang
2019-01-13vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi
2019-01-09vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang
2018-12-21vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi
2018-12-13vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi
2018-11-21vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards
2018-11-04vhost: Fix Spectre V1 vulnerabilityJason Wang
2018-09-15vhost: correctly check the iova range when waking virtqueueJason Wang
2018-08-22vhost: reset metadata cache when initializing new IOTLBJason Wang
2018-07-22vhost_net: validate sock before trying to put its fdJason Wang
2018-06-26vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin
2018-06-11vhost: synchronize IOTLB message with dev cleanupJason Wang
2018-04-19vhost: Fix vhost_copy_to_user()Eric Auger
2018-04-19vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi
2018-04-12vhost_net: add missing lock nesting notationJason Wang
2018-04-12vhost: validate log when IOTLB is enabledJason Wang
2018-04-12vhost: correctly remove wait queue during poll failureJason Wang
2018-02-25vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang
2018-02-13vhost_net: stop device during reset ownerJason Wang
2017-12-17vhost: fix skb leak in handle_rx()Wei Xu
2017-11-30fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-08lib/interval_tree: fast overlap detectionDavidlohr Bueso
2017-09-05vhost_net: correctly check tx avail during rx busy pollingJason Wang
2017-09-01net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet