aboutsummaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/hyperv_transport.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+20
2019-11-21hv_sock: Add the support of hibernationDexuan Cui1-0/+20
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella1-0/+2
2019-11-14vsock: add multi-transports supportStefano Garzarella1-5/+21
2019-11-14hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()Stefano Garzarella1-1/+2
2019-11-14vsock: add vsock_create_connected() called by transportsStefano Garzarella1-2/+1
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella1-36/+0
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet1-1/+1
2019-10-15hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya1-10/+12
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui1-1/+1
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+8
2019-08-02hv_sock: Fix hang when a connection is closedDexuan Cui1-0/+8
2019-07-23hv_sock: Use consistent types for UUIDsAndy Shevchenko1-12/+12
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-31/+8
2019-06-18hvsock: fix epollout hang from race conditionSunil Muthuswamy1-31/+8
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-2/+2
2019-06-16hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner1-10/+1
2019-05-22hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy1-14/+31
2019-05-22hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffersSunil Muthuswamy1-10/+40
2019-05-16hv_sock: Add support for delayed closeSunil Muthuswamy1-31/+77
2017-12-05VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi1-1/+1
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+17
2017-10-21hv_sock: add locking in the open/close/release code pathsDexuan Cui1-4/+18
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi1-6/+6
2017-08-28hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui1-0/+904