summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)Author
2019-03-19vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin
2019-02-27vhost/scsi: Use copy_to_iter() to send control queue responseBijan Mottahedeh
2019-02-27vhost: return EINVAL if iovecs size does not match the message sizePavel Tikhomirov
2019-02-23vhost: correctly check the return value of translate_desc() in log_used()Jason Wang
2019-02-06vhost: fix OOB in get_rx_bufs()Jason Wang
2019-01-31vhost: log dirty page correctlyJason Wang
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/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
2018-11-01Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-10-31vhost: Fix Spectre V1 vulnerabilityJason Wang
2018-10-24vhost/scsi: Use common handling code in request queue handlerBijan Mottahedeh
2018-10-24vhost/scsi: Extract common handling code from control queue handlerBijan Mottahedeh
2018-10-24vhost/scsi: Respond to control queue operationsBijan Mottahedeh
2018-10-24vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards
2018-10-07net: vhost: remove bad code lineTonghao Zhang
2018-09-26net: vhost: add rx busy polling in tx pathTonghao Zhang
2018-09-26net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang
2018-09-26net: vhost: replace magic number of lock annotationTonghao Zhang
2018-09-26net: vhost: lock the vqs one by oneTonghao Zhang
2018-09-21vhost_net: add a missing error returnDan Carpenter
2018-09-13vhost_net: batch submitting XDP buffers to underlayer socketsJason Wang
2018-09-13tun: switch to new type of msg_controlJason Wang
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-08-25vhost: correctly check the iova range when waking virtqueueJason Wang
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2018-08-22vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards
2018-08-22vhost: allow vhost-scsi driver to be built-inGreg Edwards
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-08-08vhost: reset metadata cache when initializing new IOTLBJason Wang
2018-08-06vhost: switch to use new message formatJason Wang
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie
2018-08-02scsi: target: rename target_alloc_sessionMike Christie
2018-07-22vhost_net: batch update used ring for datacopy TXJason Wang
2018-07-22vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang
2018-07-22vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang
2018-07-22vhost_net: split out datacopy logicJason Wang
2018-07-22vhost_net: introduce tx_can_batch()Jason Wang
2018-07-22vhost_net: introduce get_tx_bufs()Jason Wang
2018-07-22vhost_net: introduce vhost_exceeds_weight()Jason Wang
2018-07-22vhost_net: introduce helper to initialize tx iov iterJason Wang
2018-07-22vhost_net: drop unnecessary parameterJason Wang
2018-07-04vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita
2018-07-04vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita
2018-07-04vhost_net: Avoid tx vring kicks during busyloopToshiaki Makita