aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/vmci_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue1-2/+1
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro1-2/+1
2014-12-09put iov_iter into msghdrAl Viro1-1/+2
2014-12-09vmci: 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 to msghdrAl Viro1-7/+7
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-2/+1
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle1-3/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-07-27VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He1-1/+1
2013-06-23VSOCK: Remove unnecessary labelAsias He1-2/+1
2013-06-23VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He1-7/+8
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2013-04-07VSOCK: 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. Miller1-11/+20
2013-04-02VSOCK: Handle changes to the VMCI context ID.Reilly Grant1-11/+20
2013-03-15VSOCK: Support VM sockets connected to the hypervisor.Reilly Grant1-3/+13
2013-02-18VSOCK: get rid of EXPORT_SYMTABDmitry Torokhov1-2/+0
2013-02-10VSOCK: Introduce VM SocketsAndy King1-0/+2157