aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vsock.c
Commit message (Expand)AuthorAge
* vhost: fix OOB in get_rx_bufs()Jason Wang2019-01-29
* vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin2019-01-11
* vhost/vsock: switch to a mutex for vhost_vsock_hashStefan Hajnoczi2018-12-19
* vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi2018-12-06
* vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi2018-12-06
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-04-06
|\
| * vhost: add vsock compat ioctlSonny Rao2018-03-19
* | drivers: vhost: vsock: fixed a brace coding style issueVaibhav Murkute2018-03-09
|/
* vhost: remove unused lock check flag in vhost_dev_cleanup()夷则(Caspar)2018-02-01
* vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi2017-11-14
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-12
* vhost/vsock: use static minor numberStefan Hajnoczi2017-05-18
* mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko2017-05-08
* VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-24
* vhost-vsock: add pkt cancel capabilityPeng Tao2017-03-21
* vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi2017-01-24
* vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng2016-12-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-10
|\
| * vhost-vsock: fix orphan connection resetPeng Tao2016-12-08
* | vhost-vsock: remove unused vq variablePeng Tao2016-12-08
|/
* vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi2016-08-09
* VSOCK: Use kvfree()Wei Yongjun2016-08-02
* VSOCK: Introduce vhost_vsock.koAsias He2016-08-01