summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/hyperv_transport.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-11-301-0/+20
|\
| * hv_sock: Add the support of hibernationDexuan Cui2019-11-211-0/+20
* | vsock: prevent transport modules unloadingStefano Garzarella2019-11-141-0/+2
* | vsock: add multi-transports supportStefano Garzarella2019-11-141-5/+21
* | hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()Stefano Garzarella2019-11-141-1/+2
* | vsock: add vsock_create_connected() called by transportsStefano Garzarella2019-11-141-2/+1
* | vsock: handle buffer_size sockopts in the coreStefano Garzarella2019-11-141-36/+0
* | net: use helpers to change sk_ack_backlogEric Dumazet2019-11-061-1/+1
* | hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya2019-10-151-10/+12
|/
* vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui2019-10-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-0/+8
|\
| * hv_sock: Fix hang when a connection is closedDexuan Cui2019-08-021-0/+8
* | hv_sock: Use consistent types for UUIDsAndy Shevchenko2019-07-231-12/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-31/+8
|\
| * hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-181-31/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-10/+1
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-171-2/+2
| |\
| | * hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui2019-06-161-2/+2
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-051-10/+1
| |/
* | hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy2019-05-221-14/+31
* | hv_sock: perf: Allow the socket buffer size options to influence the actual s...Sunil Muthuswamy2019-05-221-10/+40
|/
* hv_sock: Add support for delayed closeSunil Muthuswamy2019-05-161-31/+77
* VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi2017-12-051-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-4/+17
|\
| * hv_sock: add locking in the open/close/release code pathsDexuan Cui2017-10-211-4/+18
* | VSOCK: use TCP state constants for sk_stateStefan Hajnoczi2017-10-051-6/+6
|/
* hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui2017-08-281-0/+904