summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
Commit message (Expand)AuthorAgeFilesLines
* hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui2017-08-283-0/+919
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-3/+2
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-4/+2
* vsock: use new wait API for vsock_stream_sendmsg()WANG Cong2017-05-221-13/+8
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2017-05-101-3/+3
|\
| * virtio: wrap find_vqsMichael S. Tsirkin2017-05-021-3/+3
* | VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2017-04-242-0/+67
* | VSOCK: Add vsockmon tap functionsGerard Garcia2017-04-242-1/+115
* | VSOCK: remove unnecessary ternary operator on return valueColin Ian King2017-03-301-15/+7
|/
* vsock: cancel packets when failing to connectPeng Tao2017-03-211-0/+14
* vsock: add pkt cancel capabilityPeng Tao2017-03-211-0/+42
* vsock: track pkt owner vsockPeng Tao2017-03-211-0/+7
* net: Work around lockdep limitation in sockets that use socketsDavid Howells2017-03-091-1/+2
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-032-0/+2
|\
| * sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+2
* | virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig2017-02-271-1/+2
|/
* 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