| Commit message (Expand) | Author | Age | Files | Lines |
* | vhost: disable for OABI | Michael S. Tsirkin | 2020-04-20 | 1 | -4/+13 |
* | vdpa: make vhost, virtio depend on menu | Michael S. Tsirkin | 2020-04-17 | 1 | -1/+1 |
* | virtio/test: fix up after IOTLB changes | Michael S. Tsirkin | 2020-04-17 | 3 | -2/+9 |
* | vhost: Create accessors for virtqueues private_data | Eugenio Pérez | 2020-04-17 | 5 | -32/+61 |
* | vhost: remove set but not used variable 'status' | Jason Yan | 2020-04-17 | 1 | -3/+0 |
* | vhost: vdpa: remove unnecessary null check | Gustavo A. R. Silva | 2020-04-17 | 1 | -2/+0 |
* | vhost: introduce vDPA-based backend | Tiwei Bie | 2020-04-02 | 3 | -0/+898 |
* | vringh: IOTLB support | Jason Wang | 2020-04-01 | 2 | -23/+399 |
* | vhost: factor out IOTLB | Jason Wang | 2020-04-01 | 6 | -181/+267 |
* | vhost: allow per device message handler | Jason Wang | 2020-04-01 | 5 | -6/+19 |
* | vhost: refine vhost and vringh kconfig | Jason Wang | 2020-04-01 | 2 | -13/+21 |
* | vhost: Check docket sk_family instead of call getname | Eugenio Pérez | 2020-02-23 | 1 | -9/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-12-08 | 1 | -1/+3 |
|\ |
|
| * | vhost/vsock: accept only packets with the right dst_cid | Stefano Garzarella | 2019-12-07 | 1 | -1/+3 |
* | | vhost, kcov: collect coverage from vhost_worker | Andrey Konovalov | 2019-12-05 | 2 | -0/+7 |
|/ |
|
* | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 2019-12-01 | 4 | -44/+4 |
|\ |
|
| * | compat_ioctl: move drivers to compat_ptr_ioctl | Arnd Bergmann | 2019-10-23 | 4 | -44/+4 |
* | | vhost/vsock: refuse CID assigned to the guest->host transport | Stefano Garzarella | 2019-11-15 | 1 | -0/+6 |
* | | vsock: prevent transport modules unloading | Stefano Garzarella | 2019-11-15 | 1 | -0/+2 |
* | | vsock: add multi-transports support | Stefano Garzarella | 2019-11-15 | 1 | -2/+3 |
* | | vsock: handle buffer_size sockopts in the core | Stefano Garzarella | 2019-11-15 | 1 | -6/+1 |
* | | vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() | Stefano Garzarella | 2019-11-15 | 1 | -47/+47 |
* | | vringh: fix copy direction of vringh_iov_push_kern() | Jason Wang | 2019-10-28 | 1 | -1/+7 |
* | | vhost/test: stop device before reset | Michael S. Tsirkin | 2019-10-13 | 1 | -0/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-09-15 | 3 | -562/+16 |
|\ |
|
| * | Revert "vhost: block speculation of translated descriptors" | Michael S. Tsirkin | 2019-09-14 | 1 | -4/+2 |
| * | vhost: make sure log_num < in_num | yongduan | 2019-09-11 | 1 | -2/+2 |
| * | vhost: block speculation of translated descriptors | Michael S. Tsirkin | 2019-09-11 | 1 | -2/+4 |
| * | Revert "vhost: access vq metadata through kernel virtual address" | Michael S. Tsirkin | 2019-09-04 | 2 | -553/+3 |
| * | vhost: Remove unnecessary variable | Yunsheng Lin | 2019-09-04 | 1 | -3/+2 |
| * | vhost/test: fix build for vhost test | Tiwei Bie | 2019-09-04 | 1 | -4/+9 |
| * | vhost/test: fix build for vhost test | Tiwei Bie | 2019-09-04 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-08-07 | 1 | -1/+1 |
|\| |
|
| * | vhost: disable metadata prefetch optimization | Michael S. Tsirkin | 2019-07-26 | 1 | -1/+1 |
* | | vhost/vsock: split packets to send using multiple buffers | Stefano Garzarella | 2019-07-31 | 1 | -18/+48 |
* | | vsock/virtio: limit the memory used per-socket | Stefano Garzarella | 2019-07-31 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2019-07-17 | 3 | -126/+771 |
|\ |
|
| * | vhost: fix clang build warning | Michael S. Tsirkin | 2019-06-06 | 1 | -2/+5 |
| * | vhost: access vq metadata through kernel virtual address | Jason Wang | 2019-06-06 | 2 | -3/+550 |
| * | vhost: factor out setting vring addr and num | Jason Wang | 2019-06-05 | 1 | -74/+103 |
| * | vhost: introduce helpers to get the size of metadata area | Jason Wang | 2019-06-05 | 1 | -18/+33 |
| * | vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch() | Jason Wang | 2019-06-05 | 3 | -5/+5 |
| * | vhost: fine grain userspace memory accessors | Jason Wang | 2019-06-05 | 1 | -17/+77 |
| * | vhost: generalize adding used elem | Jason Wang | 2019-06-05 | 1 | -10/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2019-07-11 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2019-06-22 | 4 | -8/+4 |
| |\ \ |
|
| * | | | vhost_net: disable zerocopy by default | Jason Wang | 2019-06-17 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge tag 'docs-5.3' of git://git.lwn.net/linux | Linus Torvalds | 2019-07-09 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge tag 'v5.2-rc4' into mauro | Jonathan Corbet | 2019-06-14 | 8 | -43/+75 |
| |\| |
|
| * | | docs: fix broken documentation links | Mauro Carvalho Chehab | 2019-06-08 | 1 | -1/+1 |