index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
vhost
Age
Commit message (
Expand
)
Author
2024-02-23
vhost: use kzalloc() instead of kmalloc() followed by memset()
Prathu Baronia
2023-06-14
vhost: support PACKED when setting-getting vring_base
Shannon Nelson
2023-02-15
vhost/net: Clear the pending messages when the backend is removed
Eric Auger
2023-01-14
vhost: fix range used in translate_desc()
Stefano Garzarella
2023-01-14
vringh: fix range used in iotlb_translate()
Stefano Garzarella
2023-01-14
vhost/vsock: Fix error handling in vhost_vsock_init()
Yuan Can
2022-10-26
vhost/vsock: Use kvmalloc/kvfree for larger packets.
Junichi Uekawa
2022-06-14
vringh: Fix loop descriptors check in the indirect cases
Xie Yongji
2022-05-25
Fix double fget() in vhost_net_set_backend()
Al Viro
2022-05-25
vhost_vdpa: don't setup irq offloading when irq_num < 0
Zhu Lingshan
2022-04-13
tuntap: add sanity checks about msg_controllen in sendmsg
Harold Huang
2022-03-23
vsock: each transport cycles only on its own sockets
Jiyong Park
2022-03-02
vhost/vsock: don't check owner in vhost_vsock_stop() while releasing
Stefano Garzarella
2021-12-22
vdpa: check that offsets are within bounds
Dan Carpenter
2021-12-01
vhost/vsock: fix incorrect used length reported to the guest
Stefano Garzarella
2021-10-20
vhost-vdpa: Fix the wrong input in config_cb
Cindy Lu
2021-09-22
vhost_net: fix OoB on sendmsg() failure.
Paolo Abeni
2021-09-03
vringh: Use wiov->used to check for read/write desc order
Neeraj Upadhyay
2021-08-26
vhost: Fix the calculation in vhost_overflow()
Xie Yongji
2021-08-26
vhost-vdpa: Fix integer overflow in vhost_vdpa_process_iotlb_update()
Xie Yongji
2021-05-11
vhost-vdpa: fix vm_flags for virtqueue doorbell mapping
Jason Wang
2021-04-28
vhost-vdpa: protect concurrent access to vhost device iotlb
Xie Yongji
2021-04-07
vhost: Fix vhost_vq_reset()
Laurent Vivier
2021-03-25
vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation
Gautam Dawar
2021-03-25
vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails
Stefano Garzarella
2021-03-25
vhost-vdpa: fix use-after-free of v->config_ctx
Stefano Garzarella
2021-01-12
vhost_net: fix ubuf refcount incorrectly when sendmsg fails
Yunjian Wang
2020-12-30
vhost scsi: fix error return code in vhost_scsi_set_endpoint()
Zhang Changzhong
2020-12-02
vhost_vdpa: return -EFAULT if copy_to_user() fails
Dan Carpenter
2020-11-25
vhost-vdpa: fix page pinning leakage in error path (rework)
Si-Wei Liu
2020-11-25
vringh: fix vringh_iov_push_*() documentation
Stefano Garzarella
2020-11-25
vhost scsi: fix lun reset completion handling
Mike Christie
2020-11-15
vhost scsi: Add support for LUN resets.
Mike Christie
2020-11-15
vhost scsi: add lun parser helper
Mike Christie
2020-11-15
vhost scsi: fix cmd completion race
Mike Christie
2020-11-15
vhost scsi: alloc cmds per vq instead of session
Mike Christie
2020-11-15
vhost: add helper to check if a vq has been setup
Mike Christie
2020-10-30
vdpa: handle irq bypass register failure case
Zhu Lingshan
2020-10-30
Revert "vhost-vdpa: fix page pinning leakage in error path"
Michael S. Tsirkin
2020-10-30
vhost_vdpa: Return -EFAULT if copy_from_user() fails
Dan Carpenter
2020-10-23
vhost: vdpa: report iova range
Jason Wang
2020-10-21
vhost_vdpa: remove unnecessary spin_lock in vhost_vring_call
Zhu Lingshan
2020-10-21
vringh: fix __vringh_iov() when riov and wiov are different
Stefano Garzarella
2020-10-21
vhost_vdpa: Fix duplicate included kernel.h
Tian Tao
2020-10-21
vhost: reduce stack usage in log_used
Li Wang
2020-10-04
vhost-vdpa: fix page pinning leakage in error path
Si-Wei Liu
2020-10-04
vhost-vdpa: fix vhost_vdpa_map() on error condition
Si-Wei Liu
2020-10-04
vhost: Don't call log_access_ok() when using IOTLB
Greg Kurz
2020-10-04
vhost: Use vhost_get_used_size() in vhost_vring_set_addr()
Greg Kurz
2020-10-04
vhost: Don't call access_ok() when using IOTLB
Greg Kurz
[next]