summaryrefslogtreecommitdiff
path: root/drivers/vhost/vsock.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-10vhost: vsock: kick send_pkt worker once device is startedJia He1-0/+5
2020-01-04vhost/vsock: accept only packets with the right dst_cidStefano Garzarella1-1/+3
2019-08-25vhost: introduce vhost_exceeds_weight()Jason Wang1-1/+11
2019-03-19vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin1-1/+1
2019-01-13vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi1-0/+2
2018-12-21vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi1-7/+15
2018-12-13vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi1-24/+33
2018-12-13vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng1-8/+17
2017-12-25vhost-vsock: add pkt cancel capabilityPeng Tao1-0/+41
2017-06-17vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi1-4/+9
2016-12-09vhost-vsock: fix orphan connection resetPeng Tao1-1/+1
2016-08-09vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi1-1/+5
2016-08-02VSOCK: Use kvfree()Wei Yongjun1-4/+1
2016-08-02VSOCK: Introduce vhost_vsock.koAsias He1-0/+722