aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/af_vsock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-25/+22
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-08-16Merge 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-27VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He1-2/+1
2013-06-23VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He1-3/+3
2013-06-23VSOCK: Introduce vsock_auto_bind helperAsias He1-28/+21
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-07VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg()Mathias Krause1-0/+2
2013-04-02VSOCK: Handle changes to the VMCI context ID.Reilly Grant1-3/+3
2013-02-18VSOCK: Don't reject PF_VSOCK protocolAndy King1-1/+1
2013-02-18VSOCK: get rid of vsock_version.hDmitry Torokhov1-2/+1
2013-02-18VSOCK: get rid of EXPORT_SYMTABDmitry Torokhov1-2/+0
2013-02-10VSOCK: Introduce VM SocketsAndy King1-0/+2015