aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482Thomas Gleixner1-2/+1
2019-05-27vhost: vsock: add weight supportJason Wang1-6/+10
2019-05-27vhost: introduce vhost_exceeds_weight()Jason Wang1-1/+11
2019-01-28vhost: fix OOB in get_rx_bufs()Jason Wang1-1/+1
2019-01-11vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin1-1/+1
2018-12-19vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi1-8/+8
2018-12-06vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi1-24/+33
2018-12-06vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi1-7/+15
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+11
2018-03-20vhost: add vsock compat ioctlSonny Rao1-0/+11
2018-03-09drivers: vhost: vsock: fixed a brace coding style issueVaibhav Murkute1-2/+2
2018-02-01vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)1-1/+1
2017-11-14vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi1-0/+2
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-1/+1
2017-05-18vhost/vsock: use static minor numberStefan Hajnoczi1-1/+3
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko1-6/+3
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia1-0/+8
2017-03-21vhost-vsock: add pkt cancel capabilityPeng Tao1-0/+41
2017-01-25vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi1-4/+9
2016-12-16vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng1-8/+17
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-12-08vhost-vsock: fix orphan connection resetPeng Tao1-1/+1
2016-12-08vhost-vsock: remove unused vq variablePeng Tao1-3/+0
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