summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
AgeCommit message (Expand)AuthorLines
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro-2/+1
2014-12-09put iov_iter into msghdrAl Viro-1/+2
2014-12-09vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro-2/+2
2014-11-24vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...Al Viro-10/+10
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller-2/+1
2014-05-05vsock: Make transport the proto ownerAndy King-25/+22
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller-3/+3
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle-3/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa-4/+0
2013-10-14treewide: Fix typo in KconfigMasanari Iida-1/+1
2013-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2013-08-05net/vmw_vsock/af_vsock.c: drop unneeded semicolonJulia Lawall-1/+1
2013-07-27VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He-212/+5
2013-06-23VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He-3/+3
2013-06-23VSOCK: Remove unnecessary labelAsias He-2/+1
2013-06-23VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He-7/+8
2013-06-23VSOCK: Introduce vsock_auto_bind helperAsias He-28/+21
2013-04-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2013-04-25VSOCK: Drop bogus __init annotation from vsock_init_tables()Geert Uytterhoeven-1/+1
2013-04-25VSOCK: Fix misc device registrationAsias He-1/+1
2013-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+4
2013-04-07VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg()Mathias Krause-0/+2
2013-04-07VSOCK: vmci - fix possible info leak in vmci_transport_dgram_dequeue()Mathias Krause-1/+2
2013-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-26/+23
2013-04-02VSOCK: Handle changes to the VMCI context ID.Reilly Grant-26/+23
2013-03-15VSOCK: Support VM sockets connected to the hypervisor.Reilly Grant-3/+16
2013-02-18VSOCK: Don't reject PF_VSOCK protocolAndy King-1/+1
2013-02-18VSOCK: get rid of vsock_version.hDmitry Torokhov-24/+1
2013-02-18VSOCK: get rid of EXPORT_SYMTABDmitry Torokhov-4/+0
2013-02-10VSOCK: Introduce VM SocketsAndy King-0/+5862