aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock (follow)
AgeCommit message (Expand)AuthorFilesLines
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-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+4
2013-04-07VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg()Mathias Krause1-0/+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. 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-18VSOCK: Don't reject PF_VSOCK protocolAndy King1-1/+1
2013-02-18VSOCK: get rid of vsock_version.hDmitry Torokhov2-24/+1
2013-02-18VSOCK: get rid of EXPORT_SYMTABDmitry Torokhov2-4/+0
2013-02-10VSOCK: Introduce VM SocketsAndy King12-0/+5862