index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-04
vhost/vsock: accept only packets with the right dst_cid
Stefano Garzarella
1
-1
/
+3
2019-12-01
vhost/vsock: split packets to send using multiple buffers
Stefano Garzarella
1
-18
/
+48
2019-09-16
vhost: make sure log_num < in_num
yongduan
1
-2
/
+2
2019-09-16
vhost/test: fix build for vhost test - again
Tiwei Bie
1
-4
/
+9
2019-09-16
vhost/test: fix build for vhost test
Tiwei Bie
1
-1
/
+1
2019-08-04
vhost: scsi: add weight support
Jason Wang
1
-3
/
+3
2019-08-04
vhost: vsock: add weight support
Jason Wang
1
-6
/
+10
2019-08-04
vhost_net: fix possible infinite loop
Jason Wang
1
-16
/
+13
2019-08-04
vhost: introduce vhost_exceeds_weight()
Jason Wang
5
-20
/
+48
2019-07-26
vhost_net: disable zerocopy by default
Jason Wang
1
-1
/
+1
2019-04-27
vhost: reject zero size iova range
Jason Wang
1
-1
/
+5
2019-03-19
vhost/vsock: fix vhost vsock cid hashing inconsistent
Zha Bin
1
-1
/
+1
2019-02-27
vhost: return EINVAL if iovecs size does not match the message size
Pavel Tikhomirov
1
-2
/
+6
2019-02-23
vhost: correctly check the return value of translate_desc() in log_used()
Jason Wang
1
-1
/
+1
2019-02-06
vhost: fix OOB in get_rx_bufs()
Jason Wang
5
-7
/
+11
2019-01-31
vhost: log dirty page correctly
Jason Wang
3
-16
/
+87
2019-01-09
vhost: make sure used idx is seen before log in vhost_add_used_n()
Jason Wang
1
-0
/
+2
2018-12-21
vhost/vsock: fix reset orphans race with close timeout
Stefan Hajnoczi
1
-7
/
+15
2018-12-13
vhost/vsock: fix use-after-free in network stack callers
Stefan Hajnoczi
1
-24
/
+33
2018-11-21
vhost/scsi: truncate T10 PI iov_iter to prot_bytes
Greg Edwards
1
-1
/
+3
2018-11-04
vhost: Fix Spectre V1 vulnerability
Jason Wang
1
-0
/
+2
2018-08-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2018-08-25
vhost: correctly check the iova range when waking virtqueue
Jason Wang
1
-1
/
+1
2018-08-24
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-2
/
+2
2018-08-22
vhost/scsi: increase VHOST_SCSI_PREALLOC_PROT_SGLS to 2048
Greg Edwards
1
-1
/
+1
2018-08-22
vhost: allow vhost-scsi driver to be built-in
Greg Edwards
1
-1
/
+1
2018-08-15
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-9
/
+7
2018-08-09
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+6
2018-08-08
vhost: reset metadata cache when initializing new IOTLB
Jason Wang
1
-3
/
+6
2018-08-06
vhost: switch to use new message format
Jason Wang
3
-19
/
+93
2018-08-02
scsi: target: loop, usb, vhost, xen: use target_remove_session
Mike Christie
1
-1
/
+1
2018-08-02
scsi: target: rename target_alloc_session
Mike Christie
1
-1
/
+1
2018-07-22
vhost_net: batch update used ring for datacopy TX
Jason Wang
1
-15
/
+25
2018-07-22
vhost_net: rename VHOST_RX_BATCH to VHOST_NET_BATCH
Jason Wang
1
-4
/
+4
2018-07-22
vhost_net: rename vhost_rx_signal_used() to vhost_net_signal_used()
Jason Wang
1
-4
/
+4
2018-07-22
vhost_net: split out datacopy logic
Jason Wang
1
-20
/
+90
2018-07-22
vhost_net: introduce tx_can_batch()
Jason Wang
1
-2
/
+7
2018-07-22
vhost_net: introduce get_tx_bufs()
Jason Wang
1
-17
/
+32
2018-07-22
vhost_net: introduce vhost_exceeds_weight()
Jason Wang
1
-5
/
+8
2018-07-22
vhost_net: introduce helper to initialize tx iov iter
Jason Wang
1
-9
/
+17
2018-07-22
vhost_net: drop unnecessary parameter
Jason Wang
1
-4
/
+2
2018-07-04
vhost_net: Avoid rx vring kicks during busyloop
Toshiaki Makita
1
-3
/
+7
2018-07-04
vhost_net: Avoid rx queue wake-ups during busypoll
Toshiaki Makita
1
-7
/
+19
2018-07-04
vhost_net: Avoid tx vring kicks during busyloop
Toshiaki Makita
1
-13
/
+22
2018-07-04
vhost_net: Rename local variables in vhost_net_rx_peek_head_len
Toshiaki Makita
1
-17
/
+17
2018-07-02
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
1
-3
/
+1
2018-06-23
vhost_net: validate sock before trying to put its fd
Jason Wang
1
-1
/
+2
2018-06-19
scsi: target: Convert target drivers to use sbitmap
Matthew Wilcox
1
-3
/
+3
2018-06-19
scsi: target: Abstract tag freeing
Matthew Wilcox
1
-1
/
+1
2018-06-16
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-0
/
+3
[next]