aboutsummaryrefslogtreecommitdiff
path: root/net/vmw_vsock/hyperv_transport.c
AgeCommit message (Expand)Author
2022-04-28hv_sock: Add validation for untrusted Hyper-V valuesAndrea Parri (Microsoft)
2022-04-28hv_sock: Copy packets sent by Hyper-V out of the ring bufferAndrea Parri (Microsoft)
2022-04-28hv_sock: Check hv_pkt_iter_first_raw()'s return valueAndrea Parri (Microsoft)
2021-12-07hv_sock: Extract hvs_send_data() helper that takes only headerKees Cook
2021-05-14Drivers: hv: vmbus: Copy packets sent by Hyper-V out of the ring bufferAndres Beltran
2021-02-09vsock: fix locking in vsock_shutdown()Stefano Garzarella
2020-02-27vsock: fix potential deadlock in transport->release()Stefano Garzarella
2020-01-14hv_sock: Remove the accept port restrictionSunil Muthuswamy
2019-11-30Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-11-21hv_sock: Add the support of hibernationDexuan Cui
2019-11-14vsock: prevent transport modules unloadingStefano Garzarella
2019-11-14vsock: add multi-transports supportStefano Garzarella
2019-11-14hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init()Stefano Garzarella
2019-11-14vsock: add vsock_create_connected() called by transportsStefano Garzarella
2019-11-14vsock: handle buffer_size sockopts in the coreStefano Garzarella
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet
2019-10-15hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communicationHimadri Pandya
2019-10-01vsock: Fix a lockdep warning in __vsock_release()Dexuan Cui
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-02hv_sock: Fix hang when a connection is closedDexuan Cui
2019-07-23hv_sock: Use consistent types for UUIDsAndy Shevchenko
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-18hvsock: fix epollout hang from race conditionSunil Muthuswamy
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-16hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-05-22hv_sock: perf: loop in send() to maximize bandwidthSunil Muthuswamy
2019-05-22hv_sock: perf: Allow the socket buffer size options to influence the actual s...Sunil Muthuswamy
2019-05-16hv_sock: Add support for delayed closeSunil Muthuswamy
2017-12-05VSOCK: fix outdated sk_state value in hvs_release()Stefan Hajnoczi
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-21hv_sock: add locking in the open/close/release code pathsDexuan Cui
2017-10-05VSOCK: use TCP state constants for sk_stateStefan Hajnoczi
2017-08-28hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui