summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/hyperv_transport.c
Commit message (Expand)AuthorAgeFilesLines
* hv_sock: Fix hang when a connection is closedDexuan Cui2019-08-031-0/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-221-31/+8Star
|\
| * hvsock: fix epollout hang from race conditionSunil Muthuswamy2019-06-191-31/+8Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-181-10/+1Star
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-181-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/+1Star
| |/
* | hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy2019-05-231-14/+31
* | hv_sock: perf: Allow the socket buffer size options to influence the actual s...Sunil Muthuswamy2019-05-231-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-061-6/+6
|/
* hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui2017-08-291-0/+904