summaryrefslogtreecommitdiffstats
path: root/net/vmw_vsock/hyperv_transport.c
Commit message (Expand)AuthorAgeFilesLines
* virtio/vsock: send credit update during setting SO_RCVLOWATArseniy Krasnov2023-12-151-2/+2
* Drivers: hv: Make remove callback of hyperv driver void returnedDawei Li2023-01-171-3/+1
* hv_sock: disable SO_RCVLOWAT supportArseniy Krasnov2022-08-231-0/+7
* hv_sock: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)2022-04-281-2/+8
* hv_sock: Copy packets sent by Hyper-V out of the ring bufferAndrea Parri (Microsoft)2022-04-281-2/+7
* hv_sock: Check hv_pkt_iter_first_raw()'s return valueAndrea Parri (Microsoft)2022-04-281-0/+2
* hv_sock: Extract hvs_send_data() helper that takes only headerKees Cook2021-12-071-6/+12
* Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran2021-05-141-2/+2
* vsock: fix locking in vsock_shutdown()Stefano Garzarella2021-02-091-4/+0
* vsock: fix potential deadlock in transport->release()Stefano Garzarella2020-02-271-3/+0
* hv_sock: Remove the accept port restrictionSunil Muthuswamy2020-01-141-59/+6
* 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