summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorFilesLines
2019-12-05VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu1-1/+6
2019-02-23vsock: cope with memory allocation failure at socket creation timePaolo Abeni1-0/+4
2019-01-13VSOCK: Send reset control packet when socket is partially boundJorgen Hansen1-17/+50
2018-08-22vsock: split dwork to avoid reinitializationsCong Wang2-9/+9
2017-11-30vsock: use new wait API for vsock_stream_sendmsg()WANG Cong1-13/+8
2017-11-30AF_VSOCK: Shrink the area influenced by prepare_to_waitClaudio Imbrenda1-73/+85
2017-04-27VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen1-2/+2
2016-05-19VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell1-20/+1
2015-11-05VSOCK: call sk->sk_data_ready() on accept()Stefan Hajnoczi1-1/+1
2015-11-01VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi2-22/+19
2015-10-23VSOCK: Fix lockdep issue.Jorgen Hansen1-1/+1
2015-10-22VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen2-91/+86
2015-10-21vsock: fix missing cleanup when misc_register failedGao feng1-3/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2-4/+5
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue2-13/+10
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro1-2/+1
2014-12-10put iov_iter into msghdrAl Viro1-1/+2
2014-12-10vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro1-2/+2
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...Al Viro2-10/+10
2014-11-06net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-2/+1
2014-05-05vsock: Make transport the proto ownerAndy King1-25/+22
2014-04-12net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-3/+3
2014-01-19net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-3/+1
2013-11-21net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2-4/+0
2013-10-14treewide: Fix typo in KconfigMasanari Iida1-1/+1
2013-08-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2013-08-05net/vmw_vsock/af_vsock.c: drop unneeded semicolonJulia Lawall1-1/+1
2013-07-28VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He6-212/+5
2013-06-24VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He1-3/+3
2013-06-24VSOCK: Remove unnecessary labelAsias He1-2/+1
2013-06-24VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He1-7/+8
2013-06-24VSOCK: Introduce vsock_auto_bind helperAsias He1-28/+21
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-04-25VSOCK: Drop bogus __init annotation from vsock_init_tables()Geert Uytterhoeven1-1/+1
2013-04-25VSOCK: Fix misc device registrationAsias He1-1/+1
2013-04-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+4
2013-04-08VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg()Mathias Krause1-0/+2
2013-04-08VSOCK: vmci - fix possible info leak in vmci_transport_dgram_dequeue()Mathias Krause1-1/+2
2013-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-26/+23
2013-04-02VSOCK: Handle changes to the VMCI context ID.Reilly Grant4-26/+23
2013-03-15VSOCK: Support VM sockets connected to the hypervisor.Reilly Grant2-3/+16
2013-02-19VSOCK: Don't reject PF_VSOCK protocolAndy King1-1/+1
2013-02-19VSOCK: get rid of vsock_version.hDmitry Torokhov2-24/+1
2013-02-19VSOCK: get rid of EXPORT_SYMTABDmitry Torokhov2-4/+0
2013-02-11VSOCK: Introduce VM SocketsAndy King12-0/+5862