summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
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-11vhost: Check docket sk_family instead of call getnameEugenio Pérez1-11/+2
2020-01-04vhost/vsock: accept only packets with the right dst_cidStefano Garzarella1-1/+3
2019-12-01vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-18/+48
2019-09-16vhost: make sure log_num < in_numyongduan1-2/+2
2019-09-16vhost/test: fix build for vhost testTiwei Bie1-4/+9
2019-07-31vhost_net: disable zerocopy by defaultJason Wang1-1/+1
2019-07-10vhost: scsi: add weight supportJason Wang1-3/+3
2019-07-10vhost: vsock: add weight supportJason Wang1-6/+10
2019-07-10vhost_net: fix possible infinite loopJason Wang1-10/+10
2019-07-10vhost: introduce vhost_exceeds_weight()Jason Wang5-17/+46
2019-07-10vhost_net: introduce vhost_exceeds_weight()Jason Wang1-5/+8
2019-07-10vhost_net: use packet weight for rx handler, tooPaolo Abeni1-4/+8
2019-07-10vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)1-1/+7
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-11-21vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards1-1/+3
2018-11-04vhost: Fix Spectre V1 vulnerabilityJason Wang1-0/+2
2018-09-15vhost: correctly check the iova range when waking virtqueueJason Wang1-1/+1
2018-08-22vhost: reset metadata cache when initializing new IOTLBJason Wang1-3/+6
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-11vhost: synchronize IOTLB message with dev cleanupJason Wang1-0/+3
2018-04-19vhost: Fix vhost_copy_to_user()Eric Auger1-1/+1
2018-04-19vhost: fix vhost_vq_access_ok() log checkStefan Hajnoczi1-3/+5
2018-04-12vhost_net: add missing lock nesting notationJason Wang1-2/+2
2018-04-12vhost: validate log when IOTLB is enabledJason Wang1-8/+6
2018-04-12vhost: 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-17vhost: fix skb leak in handle_rx()Wei Xu1-10/+10
2017-11-30fix a page leak in vhost_scsi_iov_to_sgl() error recoveryAl Viro1-2/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman3-0/+3
2017-09-09lib/interval_tree: fast overlap detectionDavidlohr Bueso2-2/+2
2017-09-06vhost_net: correctly check tx avail during rx busy pollingJason Wang1-1/+6
2017-09-02net: convert (struct ubuf_info)->refcnt to refcount_tEric Dumazet1-1/+1
2017-08-04sock: enable MSG_ZEROCOPYWillem de Bruijn1-0/+1
2017-07-30Revert "vhost: cache used event for better performance"Jason Wang2-25/+6
2017-07-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-8/+3
2017-07-13mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko3-3/+3
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+122
2017-07-04Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+3
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2-2/+2