aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/af_vsock.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11vsock: add local transport support in the vsock coreStefano Garzarella1-0/+2
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella1-0/+2
2019-11-14vsock: add multi-transports supportStefano Garzarella1-6/+12
2019-11-14vsock: add vsock_create_connected() called by transportsStefano Garzarella1-4/+1
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella1-8/+7
2019-11-14vsock: add 'struct vsock_sock *' param to vsock_core_get_transport()Stefano Garzarella1-1/+1
2019-11-14vsock: add 'transport' member in the struct vsock_sockStefano Garzarella1-0/+1
2019-11-14vsock: remove include/linux/vm_sockets.h fileStefano Garzarella1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321Thomas Gleixner1-9/+1
2018-08-07vsock: split dwork to avoid reinitializationsCong Wang1-2/+2
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi1-3/+0
2017-10-05VSOCK: move __vsock_in_bound/connected_table() to af_vsock.hStefan Hajnoczi1-0/+12
2017-10-05VSOCK: export socket tables for sock_diag interfaceStefan Hajnoczi1-0/+5
2017-04-24VSOCK: Add vsockmon tap functionsGerard Garcia1-0/+13
2017-03-21vhost-vsock: add pkt cancel capabilityPeng Tao1-0/+3
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He1-0/+2
2016-08-02VSOCK: defer sock removal to transportsStefan Hajnoczi1-0/+1
2016-08-02VSOCK: transport-specific vsock_transport functionsStefan Hajnoczi1-0/+3
2015-11-01VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi1-0/+3
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-2/+2
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdrAl Viro1-3/+3
2014-05-05vsock: Make transport the proto ownerAndy King1-1/+5
2013-07-27VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He1-0/+175