aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* Merge 4.14.201 into kernel.lnx.4.14.r4-relNathan Chancellor2020-10-211-47/+47
* vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella2020-05-271-5/+5
* 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/vsock: split packets to send using multiple buffersStefano Garzarella2019-12-011-18/+48
* vhost: make sure log_num < in_numyongduan2019-09-161-2/+2
* vhost/test: fix build for vhost testTiwei Bie2019-09-161-4/+9
* vhost_net: disable zerocopy by defaultJason Wang2019-07-311-1/+1
* vhost: scsi: add weight supportJason Wang2019-07-101-3/+3
* vhost: vsock: add weight supportJason Wang2019-07-101-6/+10
* vhost_net: fix possible infinite loopJason Wang2019-07-101-10/+10
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-07-105-17/+46
* vhost_net: introduce vhost_exceeds_weight()Jason Wang2019-07-101-5/+8
* vhost_net: use packet weight for rx handler, tooPaolo Abeni2019-07-101-4/+8
* vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)2019-07-101-1/+7
* 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
* vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards2018-11-211-1/+3
* vhost: Fix Spectre V1 vulnerabilityJason Wang2018-11-041-0/+2
* vhost: correctly check the iova range when waking virtqueueJason Wang2018-09-151-1/+1
* vhost: reset metadata cache when initializing new IOTLBJason Wang2018-08-221-3/+6
* 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-111-0/+3
* vhost: Fix vhost_copy_to_user()Eric Auger2018-04-191-1/+1
* vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi2018-04-191-3/+5
* vhost_net: add missing lock nesting notationJason Wang2018-04-121-2/+2
* vhost: validate log when IOTLB is enabledJason Wang2018-04-121-8/+6
* vhost: correctly remove wait queue during poll failureJason Wang2018-04-121-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: fix skb leak in handle_rx()Wei Xu2017-12-171-10/+10
* fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro2017-11-301-2/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-023-0/+3
* lib/interval_tree: fast overlap detectionDavidlohr Bueso2017-09-082-2/+2
* vhost_net: correctly check tx avail during rx busy pollingJason Wang2017-09-051-1/+6
* net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet2017-09-011-1/+1
* sock: enable MSG_ZEROCOPYWillem de Bruijn2017-08-031-0/+1
* Revert "vhost: cache used event for better performance"Jason Wang2017-07-292-25/+6
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-131-8/+3
|\
| * vhost/scsi: Don't reinvent the wheel but use existing llist APIByungchul Park2017-06-081-8/+3
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-123-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-6/+122
|\ \