summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| |/ /
* | | Revert "net: vhost: lock the vqs one by one"Jason Wang2018-12-131-4/+17
* | | vhost_net: switch to use mutex_trylock() in vhost_net_busy_poll()Jason Wang2018-12-131-1/+7
* | | vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang2018-12-131-0/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-12-101-3/+0Star
|\ \
| * | vhost: fix IOTLB lockingJean-Philippe Brucker2018-12-041-3/+0Star
| |/
* | vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi2018-12-061-24/+33
* | vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi2018-12-061-7/+15
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-11-011-97/+329
|\
| * vhost/scsi: Use common handling code in request queue handlerBijan Mottahedeh2018-10-251-197/+164Star
| * vhost/scsi: Extract common handling code from control queue handlerBijan Mottahedeh2018-10-251-99/+172
| * vhost/scsi: Respond to control queue operationsBijan Mottahedeh2018-10-251-0/+190
| * vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards2018-10-251-1/+3
* | vhost: Fix Spectre V1 vulnerabilityJason Wang2018-10-311-0/+2
* | net: vhost: remove bad code lineTonghao Zhang2018-10-081-1/+0Star
* | net: vhost: add rx busy polling in tx pathTonghao Zhang2018-09-271-21/+14Star
* | net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang2018-09-271-40/+70
* | net: vhost: replace magic number of lock annotationTonghao Zhang2018-09-271-3/+3
* | net: vhost: lock the vqs one by oneTonghao Zhang2018-09-271-17/+7Star
* | vhost_net: add a missing error returnDan Carpenter2018-09-211-0/+1
* | vhost_net: batch submitting XDP buffers to underlayer socketsJason Wang2018-09-131-13/+161
* | tun: switch to new type of msg_controlJason Wang2018-09-131-2/+5
|/
* 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
|/