1. 0dd0c8f Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
  2. 2194c2e hv_sock: Add the support of hibernation by Dexuan Cui · 5 years ago
  3. 039fccc vsock: avoid to assign transport if its initialization fails by Stefano Garzarella · 5 years ago
  4. 36c5b48 vsock: fix bind() behaviour taking care of CID by Stefano Garzarella · 5 years ago
  5. 6a2c0962 vsock: prevent transport modules unloading by Stefano Garzarella · 5 years ago
  6. b1bba80 vsock/vmci: register vmci_transport only when VMCI guest/host are active by Stefano Garzarella · 5 years ago
  7. c0cfa2d vsock: add multi-transports support by Stefano Garzarella · 5 years ago
  8. 0396425 hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init() by Stefano Garzarella · 5 years ago
  9. 55f3e14 vsock: move vsock_insert_unbound() in the vsock_create() by Stefano Garzarella · 5 years ago
  10. b9ca2f5 vsock: add vsock_create_connected() called by transports by Stefano Garzarella · 5 years ago
  11. b9f2b0f vsock: handle buffer_size sockopts in the core by Stefano Garzarella · 5 years ago
  12. daabfbc vsock: add 'struct vsock_sock *' param to vsock_core_get_transport() by Stefano Garzarella · 5 years ago
  13. 4c7246d vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() by Stefano Garzarella · 5 years ago
  14. fe502c4 vsock: add 'transport' member in the struct vsock_sock by Stefano Garzarella · 5 years ago
  15. 3603a2e vsock: remove include/linux/vm_sockets.h file by Stefano Garzarella · 5 years ago
  16. db205c7 vsock: remove vm_sockets_get_local_cid() by Stefano Garzarella · 5 years ago
  17. 7ed78bc vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT by Stefano Garzarella · 5 years ago
  18. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  19. ad8a722 vsock/virtio: fix sock refcnt holding during the shutdown by Stefano Garzarella · 5 years ago
  20. 7976a11 net: use helpers to change sk_ack_backlog by Eric Dumazet · 5 years ago
  21. 3b7ad08 vsock: Simplify '__vsock_release()' by Christophe JAILLET · 5 years ago
  22. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  23. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  24. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  25. ae6fcfbf vsock/virtio: discard packets if credit is not respected by Stefano Garzarella · 5 years ago
  26. ec3359b vsock/virtio: send a credit update when buffer size is changed by Stefano Garzarella · 5 years ago
  27. 77ffe33 hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communication by Himadri Pandya · 5 years ago
  28. 6f4c930 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  29. a786ab3 vsock/virtio: add support for MSG_PEEK by Matias Ezequiel Vara Larsen · 5 years ago
  30. 0d9138f vsock: Fix a lockdep warning in __vsock_release() by Dexuan Cui · 5 years ago
  31. f4d7c8e vsock/virtio: a better comment on credit update by Michael S. Tsirkin · 5 years ago
  32. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  33. 685703b hv_sock: Fix hang when a connection is closed by Dexuan Cui · 5 years ago
  34. 0038ff3 vsock/virtio: change the maximum packet size allowed by Stefano Garzarella · 5 years ago
  35. 6dbd3e6 vhost/vsock: split packets to send using multiple buffers by Stefano Garzarella · 5 years ago
  36. 9632e9f vsock/virtio: fix locking in virtio_transport_inc_tx_pkt() by Stefano Garzarella · 5 years ago
  37. b89d882 vsock/virtio: reduce credit update messages by Stefano Garzarella · 5 years ago
  38. 473c739 vsock/virtio: limit the memory used per-socket by Stefano Garzarella · 5 years ago
  39. ce10320 hv_sock: Use consistent types for UUIDs by Andy Shevchenko · 5 years ago
  40. e226121 vsock/virtio: fix flush of works during the .remove() by Stefano Garzarella · 5 years ago
  41. b917507 vsock/virtio: stop workers during the .remove() by Stefano Garzarella · 5 years ago
  42. 0deab08 vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock by Stefano Garzarella · 5 years ago
  43. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  44. c356dc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  45. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  46. 7a33847 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 by Thomas Gleixner · 6 years ago
  47. cb359b6 hvsock: fix epollout hang from race condition by Sunil Muthuswamy · 6 years ago
  48. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  49. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  50. d424a2a hv_sock: Suppress bogus "may be used uninitialized" warnings by Dexuan Cui · 6 years ago
  51. 42f5cda vsock/virtio: set SOCK_DONE on peer shutdown by Stephen Barber · 6 years ago
  52. d5afa82 vsock: correct removal of socket from the list by Sunil Muthuswamy · 6 years ago
  53. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  54. 685a6bf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321 by Thomas Gleixner · 6 years ago
  55. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  56. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  57. 14a1eaa hv_sock: perf: loop in send() to maximize bandwidth by Sunil Muthuswamy · 6 years ago
  58. ac383f5 hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffers by Sunil Muthuswamy · 6 years ago
  59. 2c1212d Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  60. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  61. ba95e5df vsock/virtio: Initialize core virtio vsock before registering the driver by Jorge E. Moreira · 6 years ago
  62. ac03046 vsock/virtio: free packets during the socket release by Stefano Garzarella · 6 years ago
  63. a9eeb99 hv_sock: Add support for delayed close by Sunil Muthuswamy · 6 years ago
  64. 4c404ce vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock by Adalbert Lazăr · 6 years ago
  65. 3313da8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  66. 225d946 vsock: cope with memory allocation failure at socket creation time by Paolo Abeni · 6 years ago
  67. a655fe9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  68. fe0c72f socket: move compat timeout handling into sock.c by Arnd Bergmann · 6 years ago
  69. 8596548 vsock/virtio: reset connected sockets on device removal by Stefano Garzarella · 6 years ago
  70. 22b5c0b vsock/virtio: fix kernel panic after device hot-unplug by Stefano Garzarella · 6 years ago
  71. a22d325 Fix ERROR:do not initialise statics to 0 in af_vsock.c by Lepton Wu · 6 years ago
  72. a915b98 VSOCK: Send reset control packet when socket is partially bound by Jorgen Hansen · 6 years ago
  73. 8236b08 VSOCK: bind to random port for VMADDR_PORT_ANY by Lepton Wu · 6 years ago
  74. 455f05e vsock: split dwork to avoid reinitializations by Cong Wang · 6 years ago
  75. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 7 years ago
  76. e5ab564 VSOCK: fix loopback on big-endian systems by Claudio Imbrenda · 7 years ago
  77. 31f50b5 net/vmw_vsock: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  78. 05e489b VSOCK: make af_vsock.ko removable again by Stefan Hajnoczi · 7 years ago
  79. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  80. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  81. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  82. ba3169f VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSING by Stefan Hajnoczi · 7 years ago
  83. c9d3fe9 VSOCK: fix outdated sk_state value in hvs_release() by Stefan Hajnoczi · 7 years ago
  84. 4a5def7 VSOCK: Don't set sk_state to TCP_CLOSE before testing it by Jorgen Hansen · 7 years ago
  85. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  86. afbea2c VSOCK: Don't call vsock_stream_has_data in atomic context by Jorgen Hansen · 7 years ago
  87. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  88. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  89. c1eef22 vsock: always call vsock_init_tables() by Cong Wang · 7 years ago
  90. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  91. b4562ca hv_sock: add locking in the open/close/release code paths by Dexuan Cui · 7 years ago
  92. 413a431 VSOCK: add sock_diag interface by Stefan Hajnoczi · 7 years ago
  93. 3b4477d VSOCK: use TCP state constants for sk_state by Stefan Hajnoczi · 7 years ago
  94. bf359b8 VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h by Stefan Hajnoczi · 7 years ago
  95. 44f2098 VSOCK: export socket tables for sock_diag interface by Stefan Hajnoczi · 7 years ago
  96. 173f4c5 vsock: vmci: Remove unneeded linux/miscdevice.h include by Corentin Labbe · 7 years ago
  97. ae0078f hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK) by Dexuan Cui · 7 years ago
  98. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 8 years ago
  99. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 8 years ago
  100. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago