summaryrefslogtreecommitdiff
path: root/drivers/vhost
AgeCommit message (Expand)AuthorFilesLines
2021-01-12vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang1-3/+3
2020-11-05vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella1-4/+5
2020-10-07vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella1-47/+47
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-05vhost: Check docket sk_family instead of call getnameEugenio PĂ©rez1-9/+1
2020-01-27vhost/test: stop device before resetMichael S. Tsirkin1-0/+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 test - againTiwei Bie1-4/+9
2019-09-16vhost/test: fix build for vhost testTiwei Bie1-1/+1
2019-08-04vhost: scsi: add weight supportJason Wang1-3/+3
2019-08-04vhost: vsock: add weight supportJason Wang1-6/+10
2019-08-04vhost_net: fix possible infinite loopJason Wang1-16/+13
2019-08-04vhost: introduce vhost_exceeds_weight()Jason Wang5-20/+48
2019-07-26vhost_net: disable zerocopy by defaultJason Wang1-1/+1
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-27vhost: return EINVAL if iovecs size does not match the message sizePavel Tikhomirov1-2/+6
2019-02-23vhost: correctly check the return value of translate_desc() in log_used()Jason Wang1-1/+1
2019-02-06vhost: fix OOB in get_rx_bufs()Jason Wang5-7/+11
2019-01-31vhost: log dirty page correctlyJason Wang3-16/+87
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-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2018-08-26vhost: correctly check the iova range when waking virtqueueJason Wang1-1/+1
2018-08-24Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-2/+2
2018-08-22vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048Greg Edwards1-1/+1
2018-08-22vhost: allow vhost-scsi driver to be built-inGreg Edwards1-1/+1
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-9/+7
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2018-08-08vhost: reset metadata cache when initializing new IOTLBJason Wang1-3/+6
2018-08-06vhost: switch to use new message formatJason Wang3-19/+93
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie1-1/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-07-22vhost_net: batch update used ring for datacopy TXJason Wang1-15/+25
2018-07-22vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCHJason Wang1-4/+4
2018-07-22vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()Jason Wang1-4/+4
2018-07-22vhost_net: split out datacopy logicJason Wang1-20/+90
2018-07-22vhost_net: introduce tx_can_batch()Jason Wang1-2/+7
2018-07-22vhost_net: introduce get_tx_bufs()Jason Wang1-17/+32
2018-07-22vhost_net: introduce vhost_exceeds_weight()Jason Wang1-5/+8
2018-07-22vhost_net: introduce helper to initialize tx iov iterJason Wang1-9/+17
2018-07-22vhost_net: drop unnecessary parameterJason Wang1-4/+2
2018-07-04vhost_net: Avoid rx vring kicks during busyloopToshiaki Makita1-3/+7
2018-07-04vhost_net: Avoid rx queue wake-ups during busypollToshiaki Makita1-7/+19