summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* 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-111-11/+2
* vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2020-01-041-1/+3
* vhost: make sure log_num < in_numyongduan2019-09-161-2/+2
* vhost/test: fix build for vhost testTiwei Bie2019-09-161-4/+9
* vhost: scsi: add weight supportJason Wang2019-08-251-3/+3
* vhost_net: fix possible infinite loopJason Wang2019-08-251-11/+11
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-08-255-17/+48
* vhost_net: introduce vhost_exceeds_weight()Jason Wang2019-08-251-4/+8
* vhost_net: use packet weight for rx handler, tooPaolo Abeni2019-08-251-4/+8
* vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)2019-08-251-1/+7
* vhost_net: disable zerocopy by defaultJason Wang2019-08-041-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: correctly check the return value of translate_desc() in log_used()Jason Wang2019-02-231-1/+1
* vhost: log dirty page correctlyJason Wang2019-01-313-16/+87
* vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi2019-01-131-0/+2
* 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
* vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng2018-12-131-8/+17
* vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards2018-11-211-1/+3
* vhost: Fix Spectre V1 vulnerabilityJason Wang2018-11-101-0/+2
* vhost: correctly check the iova range when waking virtqueueJason Wang2018-09-151-1/+1
* vhost_net: validate sock before trying to put its fdJason Wang2018-07-221-1/+2
* vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin2018-06-261-0/+3
* vhost: synchronize IOTLB message with dev cleanupJason Wang2018-06-131-0/+3
* vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi2018-04-201-3/+5
* vhost_net: add missing lock nesting notationJason Wang2018-04-131-2/+2
* vhost: validate log when IOTLB is enabledJason Wang2018-04-131-8/+6
* vhost: correctly remove wait queue during poll failureJason Wang2018-04-131-2/+1
* vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()Jason Wang2018-02-251-1/+1
* vhost_net: stop device during reset ownerJason Wang2018-02-131-0/+1
* vhost-vsock: add pkt cancel capabilityPeng Tao2017-12-251-0/+41
* fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro2017-11-301-2/+3
* vhost_net: correctly check tx avail during rx busy pollingJason Wang2017-09-201-1/+6
* vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi2017-06-171-4/+9
* vhost: fix initialization for vq->is_leHalil Pasic2017-02-091-6/+4
* vhost-vsock: fix orphan connection resetPeng Tao2016-12-081-1/+1
* Merge 4.8-rc5 into char-misc-nextGreg Kroah-Hartman2016-09-052-7/+7
|\
| * vhost/scsi: fix reuse of &vq->iov[out] in responseBenjamin Coddington2016-08-231-3/+3
| * vhost/test: fix after swiotlb changesMichael S. Tsirkin2016-08-151-4/+4
* | miscdevice: Add helper macro for misc device boilerplatePrasannaKumar Muralidharan2016-08-311-12/+1
|/
* vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi2016-08-091-1/+5
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-08-067-192/+1612
|\
| * VSOCK: Use kvfree()Wei Yongjun2016-08-021-4/+1
| * vhost: split out vringh KconfigMichael S. Tsirkin2016-08-022-6/+5
| * vhost: detect 32 bit integer wrap aroundMichael S. Tsirkin2016-08-021-2/+14
| * vhost: new device IOTLB APIJason Wang2016-08-023-50/+677
| * vhost: convert pre sorted vhost memory array to interval treeJason Wang2016-08-023-89/+128