aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-22vsock: use new wait API for vsock_stream_sendmsg()WANG Cong1-13/+8
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin1-3/+3
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia2-0/+67
2017-04-24VSOCK: Add vsockmon tap functionsGerard Garcia2-1/+115
2017-03-30VSOCK: remove unnecessary ternary operator on return valueColin Ian King1-15/+7
2017-03-21vsock: cancel packets when failing to connectPeng Tao1-0/+14
2017-03-21vsock: add pkt cancel capabilityPeng Tao1-0/+42
2017-03-21vsock: track pkt owner vsockPeng Tao1-0/+7
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells1-1/+2
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+2
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-0/+2
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig1-1/+2
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-30/+30
2016-12-17ATM: use designated initializersKees Cook2-30/+30
2016-12-15vsock/virtio: fix src/dst cid formatMichael S. Tsirkin1-7/+7
2016-12-15vsock/virtio: mark an internal function staticMichael S. Tsirkin1-2/+1
2016-12-15vsock/virtio: add a missing __le annotationMichael S. Tsirkin1-1/+1
2016-11-24VSOCK: add loopback to virtio_transportStefan Hajnoczi1-0/+56
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong1-5/+5
2016-09-27VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen1-3/+3
2016-08-15vhost/vsock: drop space available check for TX vqGerard Garcia1-7/+3
2016-08-02VSOCK: Add Makefile and KconfigAsias He2-0/+26
2016-08-02VSOCK: Introduce virtio_transport.koAsias He1-0/+624
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He1-0/+992
2016-08-02VSOCK: defer sock removal to transportsStefan Hajnoczi2-6/+12
2016-08-02VSOCK: transport-specific vsock_transport functionsStefan Hajnoczi1-0/+9
2016-06-27vsock: make listener child lock ordering explicitStefan Hajnoczi1-2/+10
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+1
2016-05-05VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell1-20/+1
2016-05-03VSOCK: constify vsock_transport structureJulia Lawall1-1/+1
2016-04-19VSOCK: Only check error on skb_recv_datagram when skb is NULLJorgen Hansen1-5/+2
2016-04-06VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen1-2/+2
2016-03-22AF_VSOCK: Shrink the area influenced by prepare_to_waitClaudio Imbrenda1-73/+85
2016-03-22Revert "vsock: Fix blocking ops call in prepare_to_wait"Claudio Imbrenda1-6/+13
2016-02-13vsock: Fix blocking ops call in prepare_to_waitLaura Abbott1-13/+6
2015-12-08Revert "Merge branch 'vsock-virtio'"Stefan Hajnoczi5-1828/+0
2015-12-03VSOCK: Add Makefile and KconfigAsias He2-0/+20
2015-12-03VSOCK: Introduce virtio-vsock.koAsias He1-0/+466
2015-12-03VSOCK: Introduce virtio-vsock-common.koAsias He1-0/+1272
2015-12-03VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_genericAsias He1-0/+70
2015-11-23VSOCK: constify vmci_transport_notify_ops structuresJulia Lawall4-5/+6
2015-11-04VSOCK: call sk->sk_data_ready() on accept()Stefan Hajnoczi1-1/+1
2015-11-01VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi2-22/+19
2015-10-22VSOCK: Fix lockdep issue.Jorgen Hansen1-1/+1
2015-10-22VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen2-91/+86
2015-10-21vsock: fix missing cleanup when misc_register failedGao feng1-3/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2-4/+5
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue2-13/+10
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro1-2/+1