summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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-23vhost: correctly check the return value of translate_desc() in log_used()Jason Wang1-1/+1
2019-01-31vhost: log dirty page correctlyJason Wang3-16/+87
2019-01-13vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi1-0/+2
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-12-13vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng1-8/+17
2018-11-21vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards1-1/+3
2018-11-10vhost: Fix Spectre V1 vulnerabilityJason Wang1-0/+2
2018-09-15vhost: correctly check the iova range when waking virtqueueJason Wang1-1/+1
2018-07-22vhost_net: validate sock before trying to put its fdJason Wang1-1/+2
2018-06-26vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin1-0/+3
2018-06-13vhost: synchronize IOTLB message with dev cleanupJason Wang1-0/+3
2018-04-20vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi1-3/+5
2018-04-13vhost_net: add missing lock nesting notationJason Wang1-2/+2
2018-04-13vhost: validate log when IOTLB is enabledJason Wang1-8/+6
2018-04-13vhost: correctly remove wait queue during poll failureJason Wang1-2/+1
2018-02-25vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang1-1/+1
2018-02-13vhost_net: stop device during reset ownerJason Wang1-0/+1
2017-12-25vhost-vsock: add pkt cancel capabilityPeng Tao2-0/+44
2017-11-30fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro1-2/+3
2017-09-20vhost_net: correctly check tx avail during rx busy pollingJason Wang1-1/+6
2017-06-17vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi1-4/+9
2017-02-09vhost: fix initialization for vq->is_leHalil Pasic1-6/+4
2016-12-09vhost-vsock: fix orphan connection resetPeng Tao1-1/+1
2016-09-05Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman812-4628/+8965
2016-08-31miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan7-80/+15
2016-08-23vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington1-3/+3
2016-08-15vhost/test: fix after swiotlb changesMichael S. Tsirkin1-4/+4
2016-08-09vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi1-1/+5
2016-08-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds28-201/+3765
2016-08-02VSOCK: Use kvfree()Wei Yongjun1-4/+1
2016-08-02vhost: split out vringh KconfigMichael S. Tsirkin4-8/+7
2016-08-02vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin1-2/+14
2016-08-02vhost: new device IOTLB APIJason Wang4-50/+705
2016-08-01vhost: convert pre sorted vhost memory array to interval treeJason Wang3-89/+128
2016-08-01vhost: introduce vhost memory accessorsJason Wang1-15/+35
2016-08-01VSOCK: Add Makefile and KconfigAsias He4-0/+44
2016-08-01VSOCK: Introduce vhost_vsock.koAsias He3-0/+729
2016-08-01vhost: drop vringh dependencyMichael S. Tsirkin1-2/+0
2016-08-01vhost: lockless enqueuingJason Wang2-30/+29
2016-08-01vhost: simplify work flushingJason Wang1-32/+21
2016-07-01tun: switch to use skb array for txJason Wang3-9/+146
2016-06-07vhost_net: stop polling socket during rx processingJason Wang1-31/+33
2016-05-10target: make close_session optionalChristoph Hellwig8-41/+2
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig12-66/+4
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds29-1195/+1240
2016-03-11vhost/scsi: Convert to target_alloc_session usageNicholas Bellinger1-58/+41
[next]