summaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vsock.c
Commit message (Expand)AuthorAgeFilesLines
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-281-1/+1
* vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin2019-01-111-1/+1
* vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi2018-12-191-8/+8
* vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi2018-12-061-24/+33
* vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi2018-12-061-7/+15
* 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