summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
Commit message (Expand)AuthorAge
* vhost/vsock: drop space available check for TX vqGerard Garcia2016-08-15
* VSOCK: Add Makefile and KconfigAsias He2016-08-02
* VSOCK: Introduce virtio_transport.koAsias He2016-08-02
* VSOCK: Introduce virtio_vsock_common.koAsias He2016-08-02
* VSOCK: defer sock removal to transportsStefan Hajnoczi2016-08-02
* VSOCK: transport-specific vsock_transport functionsStefan Hajnoczi2016-08-02
* vsock: make listener child lock ordering explicitStefan Hajnoczi2016-06-27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-09
|\
| * VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell2016-05-05
* | VSOCK: constify vsock_transport structureJulia Lawall2016-05-03
|/
* VSOCK: Only check error on skb_recv_datagram when skb is NULLJorgen Hansen2016-04-19
* VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen2016-04-06
* AF_VSOCK: Shrink the area influenced by prepare_to_waitClaudio Imbrenda2016-03-22
* Revert "vsock: Fix blocking ops call in prepare_to_wait"Claudio Imbrenda2016-03-22
* vsock: Fix blocking ops call in prepare_to_waitLaura Abbott2016-02-13
* Revert "Merge branch 'vsock-virtio'"Stefan Hajnoczi2015-12-08
* VSOCK: Add Makefile and KconfigAsias He2015-12-03
* VSOCK: Introduce virtio-vsock.koAsias He2015-12-03
* VSOCK: Introduce virtio-vsock-common.koAsias He2015-12-03
* VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_genericAsias He2015-12-03
* VSOCK: constify vmci_transport_notify_ops structuresJulia Lawall2015-11-23
* VSOCK: call sk->sk_data_ready() on accept()Stefan Hajnoczi2015-11-04
* VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi2015-11-01
* VSOCK: Fix lockdep issue.Jorgen Hansen2015-10-22
* VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen2015-10-22
* vsock: fix missing cleanup when misc_register failedGao feng2015-10-21
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-11
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-02
* vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro2015-02-04
* put iov_iter into msghdrAl Viro2014-12-09
* vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro2014-12-09
* vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...Al Viro2014-11-24
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-05
* vsock: Make transport the proto ownerAndy King2014-05-05
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-11
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-18
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-20
* treewide: Fix typo in KconfigMasanari Iida2013-10-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-16
|\
| * net/vmw_vsock/af_vsock.c: drop unneeded semicolonJulia Lawall2013-08-05
* | VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He2013-07-27
|/
* VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He2013-06-23
* VSOCK: Remove unnecessary labelAsias He2013-06-23
* VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skbAsias He2013-06-23
* VSOCK: Introduce vsock_auto_bind helperAsias He2013-06-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-30
|\
| * VSOCK: Drop bogus __init annotation from vsock_init_tables()Geert Uytterhoeven2013-04-25
| * VSOCK: Fix misc device registrationAsias He2013-04-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-07
|\ \ | |/
| * VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg()Mathias Krause2013-04-07