summaryrefslogtreecommitdiffstats
path: root/drivers/vhost
AgeCommit message (Expand)Author
2021-04-07vhost: Fix vhost_vq_reset()Laurent Vivier
2021-01-12vhost_net: fix ubuf refcount incorrectly when sendmsg failsYunjian Wang
2020-11-05vringh: fix __vringh_iov() when riov and wiov are differentStefano Garzarella
2020-10-07vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella
2020-05-27vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella
2020-05-10vhost: vsock: kick send_pkt worker once device is startedJia He
2020-03-05vhost: Check docket sk_family instead of call getnameEugenio PĂ©rez
2020-01-27vhost/test: stop device before resetMichael S. Tsirkin
2020-01-04vhost/vsock: accept only packets with the right dst_cidStefano Garzarella
2019-12-01vhost/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-08-04vhost: scsi: add weight supportJason Wang
2019-08-04vhost: vsock: add weight supportJason Wang
2019-08-04vhost_net: fix possible infinite loopJason Wang
2019-08-04vhost: introduce vhost_exceeds_weight()Jason Wang
2019-07-26vhost_net: disable zerocopy by defaultJason Wang
2019-04-27vhost: reject zero size iova rangeJason Wang
2019-03-19vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin
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
2019-01-09vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang
2018-12-21vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi
2018-12-13vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi
2018-11-21vhost/scsi: truncate T10 PI iov_iter to prot_bytesGreg Edwards
2018-11-04vhost: Fix Spectre V1 vulnerabilityJason 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