summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vhost: scsi: add weight supportJason Wang2019-08-041-3/+3
* vhost: vsock: add weight supportJason Wang2019-08-041-6/+10
* vhost_net: fix possible infinite loopJason Wang2019-08-041-16/+13Star
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-08-045-20/+48
* vhost_net: disable zerocopy by defaultJason Wang2019-07-261-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: return EINVAL if iovecs size does not match the message sizePavel Tikhomirov2019-02-271-2/+6
* vhost: correctly check the return value of translate_desc() in log_used()Jason Wang2019-02-231-1/+1
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-02-065-7/+11
* vhost: log dirty page correctlyJason Wang2019-01-313-16/+87
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-271-1/+1
|\
| * vhost: correctly check the iova range when waking virtqueueJason Wang2018-08-261-1/+1
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-08-242-2/+2
|\ \ | |/ |/|
| * vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards2018-08-221-1/+1
| * vhost: allow vhost-scsi driver to be built-inGreg Edwards2018-08-221-1/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-9/+7Star
|\ \
| * | scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie2018-08-021-1/+1
| * | scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
| * | scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-3/+1Star
| * | scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-201-3/+3
| * | scsi: target: Abstract tag freeingMatthew Wilcox2018-06-201-1/+1
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-091-3/+6
|\ \ \ | | |/ | |/|
| * | vhost: reset metadata cache when initializing new IOTLBJason Wang2018-08-081-3/+6
* | | vhost: switch to use new message formatJason Wang2018-08-063-19/+93
* | | vhost_net: batch update used ring for datacopy TXJason Wang2018-07-221-15/+25
* | | vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang2018-07-221-4/+4
* | | vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang2018-07-221-4/+4
* | | vhost_net: split out datacopy logicJason Wang2018-07-221-20/+90
* | | vhost_net: introduce tx_can_batch()Jason Wang2018-07-221-2/+7
* | | vhost_net: introduce get_tx_bufs()Jason Wang2018-07-221-17/+32
* | | vhost_net: introduce vhost_exceeds_weight()Jason Wang2018-07-221-5/+8
* | | vhost_net: introduce helper to initialize tx iov iterJason Wang2018-07-221-9/+17
* | | vhost_net: drop unnecessary parameterJason Wang2018-07-221-4/+2Star
* | | vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita2018-07-041-3/+7
* | | vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita2018-07-041-7/+19
* | | vhost_net: Avoid tx vring kicks during busyloopToshiaki Makita2018-07-041-13/+22
* | | vhost_net: Rename local variables in vhost_net_rx_peek_head_lenToshiaki Makita2018-07-041-17/+17
|/ /
* / vhost_net: validate sock before trying to put its fdJason Wang2018-06-231-1/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-06-151-0/+3
|\
| * vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin2018-06-121-0/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-6/+9
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-135-10/+15
* | Convert vhost to struct_sizeMatthew Wilcox2018-06-131-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-071-7/+12
|\ \