aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/vsock.c
AgeCommit message (Expand)Author
2020-10-14vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock()Stefano Garzarella
2020-05-27vhost/vsock: fix packet delivery order to monitoring devicesStefano Garzarella
2020-05-10vhost: vsock: kick send_pkt worker once device is startedJia He
2020-01-04vhost/vsock: accept only packets with the right dst_cidStefano Garzarella
2019-12-01vhost/vsock: split packets to send using multiple buffersStefano Garzarella
2019-07-10vhost: vsock: add weight supportJason Wang
2019-07-10vhost: introduce vhost_exceeds_weight()Jason Wang
2019-03-19vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin
2019-01-13vhost/vsock: fix uninitialized vhost_vsock->guest_cidStefan Hajnoczi
2018-12-21vhost/vsock: fix reset orphans race with close timeoutStefan Hajnoczi
2018-12-13vhost/vsock: fix use-after-free in network stack callersStefan Hajnoczi
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-05-18vhost/vsock: use static minor numberStefan Hajnoczi
2017-05-08mm: support __GFP_REPEAT in kvmalloc_node for >32kBMichal Hocko
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia
2017-03-21vhost-vsock: add pkt cancel capabilityPeng Tao
2017-01-25vhost/vsock: handle vhost_vq_init_access() errorStefan Hajnoczi
2016-12-16vsock: lookup and setup guest_cid inside vhost_vsock_lockGao feng
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-08vhost-vsock: fix orphan connection resetPeng Tao
2016-12-08vhost-vsock: remove unused vq variablePeng Tao
2016-08-09vhost/vsock: fix vhost virtio_vsock_pkt use-after-freeStefan Hajnoczi
2016-08-02VSOCK: Use kvfree()Wei Yongjun
2016-08-02VSOCK: Introduce vhost_vsock.koAsias He