summaryrefslogtreecommitdiff
path: root/net/vmw_vsock
AgeCommit message (Expand)Author
2019-12-05VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu
2019-12-01vhost/vsock: split packets to send using multiple buffersStefano Garzarella
2019-11-10net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet
2019-10-07vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui
2019-09-16hv_sock: Fix hang when a connection is closedDexuan Cui
2019-08-04hv_sock: Add support for delayed closeSunil Muthuswamy
2019-08-04vsock: correct removal of socket from the listSunil Muthuswamy
2019-08-04VSOCK: use TCP state constants for sk_stateStefan Hajnoczi
2019-07-31hvsock: fix epollout hang from race conditionSunil Muthuswamy
2019-05-25vsock/virtio: Initialize core virtio vsock before registering the driverJorge E. Moreira
2019-05-25vsock/virtio: free packets during the socket releaseStefano Garzarella
2019-05-02vsock/virtio: fix kernel panic from virtio_transport_reset_no_sockAdalbert Lazăr
2019-03-13vsock/virtio: reset connected sockets on device removalStefano Garzarella
2019-03-13vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella
2019-02-23vsock: cope with memory allocation failure at socket creation timePaolo Abeni
2019-01-09VSOCK: Send reset control packet when socket is partially boundJorgen Hansen
2018-08-22vsock: split dwork to avoid reinitializationsCong Wang
2018-07-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda
2018-02-25VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-21hv_sock: add locking in the open/close/release code pathsDexuan Cui
2017-08-28hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
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