aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost
Commit message (Expand)AuthorAgeFilesLines
* vhost: Check docket sk_family instead of call getnameEugenio PĂ©rez2020-02-221-9/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-081-1/+3
|\
| * vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2019-12-071-1/+3
* | vhost, kcov: collect coverage from vhost_workerAndrey Konovalov2019-12-042-0/+7
|/
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-014-44/+4
|\
| * compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann2019-10-234-44/+4
* | vhost/vsock: refuse CID assigned to the guest->host transportStefano Garzarella2019-11-141-0/+6
* | vsock: prevent transport modules unloadingStefano Garzarella2019-11-141-0/+2
* | vsock: add multi-transports supportStefano Garzarella2019-11-141-2/+3
* | vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-141-6/+1
* | vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2019-11-141-47/+47
* | vringh: fix copy direction of vringh_iov_push_kern()Jason Wang2019-10-281-1/+7
* | vhost/test: stop device before resetMichael S. Tsirkin2019-10-131-0/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-153-562/+16
|\
| * Revert "vhost: block speculation of translated descriptors"Michael S. Tsirkin2019-09-141-4/+2
| * vhost: make sure log_num < in_numyongduan2019-09-111-2/+2
| * vhost: block speculation of translated descriptorsMichael S. Tsirkin2019-09-111-2/+4
| * Revert "vhost: access vq metadata through kernel virtual address"Michael S. Tsirkin2019-09-042-553/+3
| * vhost: Remove unnecessary variableYunsheng Lin2019-09-041-3/+2
| * vhost/test: fix build for vhost testTiwei Bie2019-09-041-4/+9
| * vhost/test: fix build for vhost testTiwei Bie2019-09-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-1/+1
|\|
| * vhost: disable metadata prefetch optimizationMichael S. Tsirkin2019-07-261-1/+1
* | vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-07-301-18/+48
* | vsock/virtio: limit the memory used per-socketStefano Garzarella2019-07-301-0/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-07-173-126/+771
|\
| * vhost: fix clang build warningMichael S. Tsirkin2019-06-061-2/+5
| * vhost: access vq metadata through kernel virtual addressJason Wang2019-06-052-3/+550
| * vhost: factor out setting vring addr and numJason Wang2019-06-051-74/+103
| * vhost: introduce helpers to get the size of metadata areaJason Wang2019-06-051-18/+33
| * vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch()Jason Wang2019-06-053-5/+5
| * vhost: fine grain userspace memory accessorsJason Wang2019-06-051-17/+77
| * vhost: generalize adding used elemJason Wang2019-06-051-10/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-1/+1
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-224-8/+4
| |\ \
| * | | vhost_net: disable zerocopy by defaultJason Wang2019-06-171-1/+1
| | |/ | |/|
* | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ | |_|/ |/| |
| * | Merge tag 'v5.2-rc4' into mauroJonathan Corbet2019-06-148-43/+75
| |\|
| * | docs: fix broken documentation linksMauro Carvalho Chehab2019-06-081-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner2019-06-194-8/+4
| |/ |/|
* | vhost: scsi: add weight supportJason Wang2019-05-271-6/+6
* | vhost: vsock: add weight supportJason Wang2019-05-271-6/+10
* | vhost_net: fix possible infinite loopJason Wang2019-05-271-16/+13
* | vhost: introduce vhost_exceeds_weight()Jason Wang2019-05-275-20/+48
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* | treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2019-05-141-1/+0
|\
| * vhost-scsi: remove incorrect memory barrierPaolo Bonzini2019-05-121-1/+0
* | mm/gup: change GUP fast to use flags rather than a write 'bool'Ira Weiny2019-05-141-1/+1
|/
* vhost: reject zero size iova rangeJason Wang2019-04-101-1/+5