aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
2017-05-22vsock: use new wait API for vsock_stream_sendmsg()WANG Cong
2017-05-10Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2017-05-02virtio: wrap find_vqsMichael S. Tsirkin
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia
2017-04-24VSOCK: Add vsockmon tap functionsGerard Garcia
2017-03-30VSOCK: remove unnecessary ternary operator on return valueColin Ian King
2017-03-21vsock: cancel packets when failing to connectPeng Tao
2017-03-21vsock: add pkt cancel capabilityPeng Tao
2017-03-21vsock: track pkt owner vsockPeng Tao
2017-03-09net: Work around lockdep limitation in sockets that use socketsDavid Howells
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-27virtio: allow drivers to request IRQ affinity when creating VQsChristoph Hellwig
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-12-17ATM: use designated initializersKees Cook
2016-12-15vsock/virtio: fix src/dst cid formatMichael S. Tsirkin
2016-12-15vsock/virtio: mark an internal function staticMichael S. Tsirkin
2016-12-15vsock/virtio: add a missing __le annotationMichael S. Tsirkin
2016-11-24VSOCK: add loopback to virtio_transportStefan Hajnoczi
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-09-27VSOCK: Don't dec ack backlog twice for rejected connectionsJorgen Hansen
2016-08-15vhost/vsock: drop space available check for TX vqGerard Garcia
2016-08-02VSOCK: Add Makefile and KconfigAsias He
2016-08-02VSOCK: Introduce virtio_transport.koAsias He
2016-08-02VSOCK: Introduce virtio_vsock_common.koAsias He
2016-08-02VSOCK: defer sock removal to transportsStefan Hajnoczi
2016-08-02VSOCK: transport-specific vsock_transport functionsStefan Hajnoczi
2016-06-27vsock: make listener child lock ordering explicitStefan Hajnoczi
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-05-05VSOCK: do not disconnect socket when peer has shutdown SEND onlyIan Campbell
2016-05-03VSOCK: constify vsock_transport structureJulia Lawall
2016-04-19VSOCK: Only check error on skb_recv_datagram when skb is NULLJorgen Hansen
2016-04-06VSOCK: Detach QP check should filter out non matching QPs.Jorgen Hansen
2016-03-22AF_VSOCK: Shrink the area influenced by prepare_to_waitClaudio Imbrenda
2016-03-22Revert "vsock: Fix blocking ops call in prepare_to_wait"Claudio Imbrenda
2016-02-13vsock: Fix blocking ops call in prepare_to_waitLaura Abbott
2015-12-08Revert "Merge branch 'vsock-virtio'"Stefan Hajnoczi
2015-12-03VSOCK: Add Makefile and KconfigAsias He
2015-12-03VSOCK: Introduce virtio-vsock.koAsias He
2015-12-03VSOCK: Introduce virtio-vsock-common.koAsias He
2015-12-03VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_genericAsias He
2015-11-23VSOCK: constify vmci_transport_notify_ops structuresJulia Lawall
2015-11-04VSOCK: call sk->sk_data_ready() on accept()Stefan Hajnoczi
2015-11-01VSOCK: define VSOCK_SS_LISTEN once onlyStefan Hajnoczi
2015-10-22VSOCK: Fix lockdep issue.Jorgen Hansen
2015-10-22VSOCK: sock_put wasn't safe to call in interrupt contextJorgen Hansen
2015-10-21vsock: fix missing cleanup when misc_register failedGao feng
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-03-02net: Remove iocb argument from sendmsg and recvmsgYing Xue
2015-02-04vmci: propagate msghdr all way down to __qp_memcpy_to_queue()Al Viro