summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)Author
2020-08-21vhost/scsi: fix up req type endian-nessMichael S. Tsirkin
2020-07-13scsi: vhost: Notify TCM about the maximum sg entries supported per commandSudhakar Panneerselvam
2020-06-08vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella
2020-06-04vhost: vsock: kick send_pkt worker once device is startedJia He
2020-04-12vhost: Check docket sk_family instead of call getnameEugenio PĂ©rez
2020-03-07vhost/vsock: accept only packets with the right dst_cidStefano Garzarella
2020-01-09vhost/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 test - againTiwei Bie
2019-09-16vhost/test: fix build for vhost testTiwei Bie
2019-07-26vhost_net: disable zerocopy by defaultJason Wang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner
2019-05-27vhost: scsi: add weight supportJason Wang
2019-05-27vhost: vsock: add weight supportJason Wang
2019-05-27vhost_net: fix possible infinite loopJason Wang
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-14Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-05-14mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny
2019-05-12vhost-scsi: remove incorrect memory barrierPaolo Bonzini
2019-04-10vhost: reject zero size iova rangeJason Wang
2019-03-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-03-06vhost: silence an unused-variable warningArnd Bergmann
2019-02-19vhost: correctly check the return value of translate_desc() in log_used()Jason Wang
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-01-21Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-01-17vhost: log dirty page correctlyJason Wang
2019-01-14vhost/scsi: Use copy_to_iter() to send control queue responseBijan Mottahedeh
2019-01-14vhost: return EINVAL if iovecs size does not match the message sizePavel Tikhomirov
2019-01-11vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-12-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-19vhost: correct the related warning messagewangyan
2018-12-19vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi
2018-12-12Revert "net: vhost: lock the vqs one by one"Jason Wang
2018-12-12vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()Jason Wang
2018-12-12vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-12-06vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi
2018-12-06vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi
2018-12-03vhost: fix IOTLB lockingJean-Philippe Brucker