summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vsock.c
Commit message (Expand)AuthorAgeFilesLines
* vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella2020-10-071-47/+47
* vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella2020-05-271-5/+5
* vhost: vsock: kick send_pkt worker once device is startedJia He2020-05-101-0/+5
* vhost/vsock: accept only packets with the right dst_cidStefano Garzarella2020-01-041-1/+3
* vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-12-011-18/+48
* vhost: vsock: add weight supportJason Wang2019-08-041-6/+10
* vhost: introduce vhost_exceeds_weight()Jason Wang2019-08-041-1/+11
* vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin2019-03-191-1/+1
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-02-061-1/+1
* vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi2018-12-211-7/+15
* vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi2018-12-131-24/+33
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-061-0/+11
|\
| * vhost: add vsock compat ioctlSonny Rao2018-03-201-0/+11
* | drivers: vhost: vsock: fixed a brace coding style issueVaibhav Murkute2018-03-091-2/+2
|/
* vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)2018-02-011-1/+1
* vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi2017-11-141-0/+2
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* vhost/vsock: use static minor numberStefan Hajnoczi2017-05-181-1/+3
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-081-6/+3
* VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-241-0/+8
* vhost-vsock: add pkt cancel capabilityPeng Tao2017-03-211-0/+41
* vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi2017-01-251-4/+9
* vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng2016-12-161-8/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-1/+1
|\
| * vhost-vsock: fix orphan connection resetPeng Tao2016-12-081-1/+1
* | vhost-vsock: remove unused vq variablePeng Tao2016-12-081-3/+0
|/
* vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi2016-08-091-1/+5
* VSOCK: Use kvfree()Wei Yongjun2016-08-021-4/+1
* VSOCK: Introduce vhost_vsock.koAsias He2016-08-021-0/+722