summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-172-30/+30
|\
| * ATM: use designated initializersKees Cook2016-12-172-30/+30
* | vsock/virtio: fix src/dst cid formatMichael S. Tsirkin2016-12-151-7/+7
* | vsock/virtio: mark an internal function staticMichael S. Tsirkin2016-12-151-2/+1
* | vsock/virtio: add a missing __le annotationMichael S. Tsirkin2016-12-151-1/+1
|/
* VSOCK: add loopback to virtio_transportStefan Hajnoczi2016-11-241-0/+56
* net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-5/+5
* VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen2016-09-271-3/+3
* vhost/vsock: drop space available check for TX vqGerard Garcia2016-08-151-7/+3
* VSOCK: Add Makefile and KconfigAsias He2016-08-022-0/+26
* VSOCK: Introduce virtio_transport.koAsias He2016-08-021-0/+624
* VSOCK: Introduce virtio_vsock_common.koAsias He2016-08-021-0/+992
* VSOCK: defer sock removal to transportsStefan Hajnoczi2016-08-022-6/+12
* VSOCK: transport-specific vsock_transport functionsStefan Hajnoczi2016-08-021-0/+9
* vsock: make listener child lock ordering explicitStefan Hajnoczi2016-06-271-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-20/+1
|\
| * VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell2016-05-051-20/+1
* | VSOCK: constify vsock_transport structureJulia Lawall2016-05-031-1/+1
|/
* VSOCK: Only check error on skb_recv_datagram when skb is NULLJorgen Hansen2016-04-191-5/+2
* VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen2016-04-061-2/+2
* AF_VSOCK: Shrink the area influenced by prepare_to_waitClaudio Imbrenda2016-03-221-73/+85
* Revert "vsock: Fix blocking ops call in prepare_to_wait"Claudio Imbrenda2016-03-221-6/+13
* vsock: Fix blocking ops call in prepare_to_waitLaura Abbott2016-02-131-13/+6
* Revert "Merge branch 'vsock-virtio'"Stefan Hajnoczi2015-12-085-1828/+0
* VSOCK: Add Makefile and KconfigAsias He2015-12-032-0/+20
* VSOCK: Introduce virtio-vsock.koAsias He2015-12-031-0/+466
* VSOCK: Introduce virtio-vsock-common.koAsias He2015-12-031-0/+1272
* VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_genericAsias He2015-12-031-0/+70
* VSOCK: constify vmci_transport_notify_ops structuresJulia Lawall2015-11-234-5/+6
* VSOCK: call sk->sk_data_ready() on accept()Stefan Hajnoczi2015-11-041-1/+1
* VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi2015-11-012-22/+19
* VSOCK: Fix lockdep issue.Jorgen Hansen2015-10-221-1/+1
* VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen2015-10-222-91/+86
* vsock: fix missing cleanup when misc_register failedGao feng2015-10-211-3/+4
* net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-112-4/+5
* net: Remove iocb argument from sendmsg and recvmsgYing Xue2015-03-022-13/+10
* vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro2015-02-041-2/+1
* put iov_iter into msghdrAl Viro2014-12-091-1/+2
* vmci: propagate msghdr all way down to __qp_memcpy_from_queue()Al Viro2014-12-091-2/+2
* vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream ...Al Viro2014-11-242-10/+10
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-2/+1
* vsock: Make transport the proto ownerAndy King2014-05-051-25/+22
* net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2014-04-112-3/+3
* net: add build-time checks for msg->msg_name sizeSteffen Hurrle2014-01-181-3/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-202-4/+0
* treewide: Fix typo in KconfigMasanari Iida2013-10-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-161-1/+1
|\
| * net/vmw_vsock/af_vsock.c: drop unneeded semicolonJulia Lawall2013-08-051-1/+1
* | VSOCK: Move af_vsock.h and vsock_addr.h to include/netAsias He2013-07-276-212/+5
|/
* VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASHAsias He2013-06-231-3/+3
OpenPOWER on IntegriCloud