1. 1c5fae9 vsock: fix locking in vsock_shutdown() by Stefano Garzarella · 4 years ago
  2. ce7536b vsock/virtio: update credit only if socket is not closed by Stefano Garzarella · 4 years ago
  3. 3d0bc44 net/vmw_vsock: improve locking in vsock_connect_timeout() by Norbert Slusarek · 4 years ago
  4. 5d1cbcc net/vmw_vsock: fix NULL pointer dereference by Norbert Slusarek · 4 years ago
  5. c518ada vsock: fix the race conditions in multi-transport support by Alexander Popov · 4 years ago
  6. 7f81698 af_vsock: Assign the vsock transport considering the vsock address flags by Andra Paraschiv · 4 years, 1 month ago
  7. 1b5f2ab af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive path by Andra Paraschiv · 4 years, 1 month ago
  8. cada7cc vsock_addr: Check for supported flag values by Andra Paraschiv · 4 years, 1 month ago
  9. 5c39f26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  10. 3fe356d vsock/virtio: discard packets only when socket is really closed by Stefano Garzarella · 4 years, 2 months ago
  11. 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 2 months ago
  12. 65b422d vsock: forward all packets to the host when no H2G is registered by Stefano Garzarella · 4 years, 2 months ago
  13. c3e448c vsock: fix the error return when an invalid ioctl command is used by Colin Ian King · 4 years, 2 months ago
  14. 6bc8f20 vsock: remove ratelimit unknown ioctl message by Colin Ian King · 4 years, 2 months ago
  15. af545bb vsock: use ns_capable_noaudit() on socket create by Jeff Vander Stoep · 4 years, 3 months ago
  16. 1980c05 vsock: fix potential null pointer dereference in vsock_poll() by Stefano Garzarella · 4 years, 5 months ago
  17. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 6 months ago
  18. a7b75c5 net: pass a sockptr_t into ->setsockopt by Christoph Hellwig · 4 years, 6 months ago
  19. a44d9e7 net: make ->{get,set}sockopt in proto_ops optional by Christoph Hellwig · 4 years, 6 months ago
  20. f961134 vsock/virtio: annotate 'the_virtio_vsock' RCU pointer by Stefano Garzarella · 4 years, 6 months ago
  21. fdb4276 vsock/vmci: make vmci_vsock_transport_cb() static by Stefano Garzarella · 4 years, 7 months ago
  22. 8692cef virtio_vsock: Fix race condition in virtio_transport_recv_pkt by Jia He · 4 years, 7 months ago
  23. 7e0afbd vsock: fix timeout in vsock_accept() by Stefano Garzarella · 4 years, 7 months ago
  24. a78d163 vsock/virtio: fix multiple packet delivery to monitoring devices by Stefano Garzarella · 4 years, 9 months ago
  25. 9f6e055 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  26. 3f74957 vsock: fix potential deadlock in transport->release() by Stefano Garzarella · 4 years, 11 months ago
  27. df12eb6 net: virtio_vsock: Enhance connection semantics by Sebastien Boeuf · 5 years ago
  28. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  29. c742c59 hv_sock: Remove the accept port restriction by Sunil Muthuswamy · 5 years ago
  30. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  31. 4aaf596 vsock/virtio: add WARN_ON check on virtio_transport_get_ops() by Stefano Garzarella · 5 years ago
  32. df18fa1 vsock/virtio: fix null-pointer dereference in virtio_transport_recv_listen() by Stefano Garzarella · 5 years ago
  33. bf5432b vsock/virtio: remove loopback handling by Stefano Garzarella · 5 years ago
  34. 408624af vsock: use local transport when it is loaded by Stefano Garzarella · 5 years ago
  35. 077263f vsock: add vsock_loopback transport by Stefano Garzarella · 5 years ago
  36. 0e12190 vsock: add local transport support in the vsock core by Stefano Garzarella · 5 years ago
  37. ef343b3 vsock: add VMADDR_CID_LOCAL definition by Stefano Garzarella · 5 years ago
  38. c5144fc vsock/virtio_transport_common: remove unused virtio header includes by Stefano Garzarella · 5 years ago
  39. 0dd0c8f Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux by Linus Torvalds · 5 years ago
  40. 2194c2e hv_sock: Add the support of hibernation by Dexuan Cui · 5 years ago
  41. 039fccc vsock: avoid to assign transport if its initialization fails by Stefano Garzarella · 5 years ago
  42. 36c5b48 vsock: fix bind() behaviour taking care of CID by Stefano Garzarella · 5 years ago
  43. 6a2c0962 vsock: prevent transport modules unloading by Stefano Garzarella · 5 years ago
  44. b1bba80 vsock/vmci: register vmci_transport only when VMCI guest/host are active by Stefano Garzarella · 5 years ago
  45. c0cfa2d vsock: add multi-transports support by Stefano Garzarella · 5 years ago
  46. 0396425 hv_sock: set VMADDR_CID_HOST in the hvs_remote_addr_init() by Stefano Garzarella · 5 years ago
  47. 55f3e14 vsock: move vsock_insert_unbound() in the vsock_create() by Stefano Garzarella · 5 years ago
  48. b9ca2f5 vsock: add vsock_create_connected() called by transports by Stefano Garzarella · 5 years ago
  49. b9f2b0f vsock: handle buffer_size sockopts in the core by Stefano Garzarella · 5 years ago
  50. daabfbc vsock: add 'struct vsock_sock *' param to vsock_core_get_transport() by Stefano Garzarella · 5 years ago
  51. 4c7246d vsock/virtio: add transport parameter to the virtio_transport_reset_no_sock() by Stefano Garzarella · 5 years ago
  52. fe502c4 vsock: add 'transport' member in the struct vsock_sock by Stefano Garzarella · 5 years ago
  53. 3603a2e vsock: remove include/linux/vm_sockets.h file by Stefano Garzarella · 5 years ago
  54. db205c7 vsock: remove vm_sockets_get_local_cid() by Stefano Garzarella · 5 years ago
  55. 7ed78bc vsock/vmci: remove unused VSOCK_DEFAULT_CONNECT_TIMEOUT by Stefano Garzarella · 5 years ago
  56. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  57. ad8a722 vsock/virtio: fix sock refcnt holding during the shutdown by Stefano Garzarella · 5 years ago
  58. 7976a11 net: use helpers to change sk_ack_backlog by Eric Dumazet · 5 years ago
  59. 3b7ad08 vsock: Simplify '__vsock_release()' by Christophe JAILLET · 5 years ago
  60. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  61. 3ef7cf5 net: use skb_queue_empty_lockless() in poll() handlers by Eric Dumazet · 5 years ago
  62. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  63. ae6fcfbf vsock/virtio: discard packets if credit is not respected by Stefano Garzarella · 5 years ago
  64. ec3359b vsock/virtio: send a credit update when buffer size is changed by Stefano Garzarella · 5 years ago
  65. 77ffe33 hv_sock: use HV_HYP_PAGE_SIZE for Hyper-V communication by Himadri Pandya · 5 years ago
  66. 6f4c930 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  67. a786ab3 vsock/virtio: add support for MSG_PEEK by Matias Ezequiel Vara Larsen · 5 years ago
  68. 0d9138f vsock: Fix a lockdep warning in __vsock_release() by Dexuan Cui · 5 years ago
  69. f4d7c8e vsock/virtio: a better comment on credit update by Michael S. Tsirkin · 5 years ago
  70. 13dfb3f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  71. 685703b hv_sock: Fix hang when a connection is closed by Dexuan Cui · 5 years ago
  72. 0038ff3 vsock/virtio: change the maximum packet size allowed by Stefano Garzarella · 5 years ago
  73. 6dbd3e6 vhost/vsock: split packets to send using multiple buffers by Stefano Garzarella · 5 years ago
  74. 9632e9f vsock/virtio: fix locking in virtio_transport_inc_tx_pkt() by Stefano Garzarella · 5 years ago
  75. b89d882 vsock/virtio: reduce credit update messages by Stefano Garzarella · 5 years ago
  76. 473c739 vsock/virtio: limit the memory used per-socket by Stefano Garzarella · 5 years ago
  77. ce10320 hv_sock: Use consistent types for UUIDs by Andy Shevchenko · 5 years ago
  78. e226121 vsock/virtio: fix flush of works during the .remove() by Stefano Garzarella · 6 years ago
  79. b917507 vsock/virtio: stop workers during the .remove() by Stefano Garzarella · 6 years ago
  80. 0deab08 vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock by Stefano Garzarella · 6 years ago
  81. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  82. c356dc4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  83. 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
  84. 7a33847 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 482 by Thomas Gleixner · 6 years ago
  85. cb359b6 hvsock: fix epollout hang from race condition by Sunil Muthuswamy · 6 years ago
  86. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  87. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  88. d424a2a hv_sock: Suppress bogus "may be used uninitialized" warnings by Dexuan Cui · 6 years ago
  89. 42f5cda vsock/virtio: set SOCK_DONE on peer shutdown by Stephen Barber · 6 years ago
  90. d5afa82 vsock: correct removal of socket from the list by Sunil Muthuswamy · 6 years ago
  91. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  92. 685a6bf treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 321 by Thomas Gleixner · 6 years ago
  93. 2025cf9 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 by Thomas Gleixner · 6 years ago
  94. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  95. 14a1eaa hv_sock: perf: loop in send() to maximize bandwidth by Sunil Muthuswamy · 6 years ago
  96. ac383f5 hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffers by Sunil Muthuswamy · 6 years ago
  97. 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
  98. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  99. ba95e5df vsock/virtio: Initialize core virtio vsock before registering the driver by Jorge E. Moreira · 6 years ago
  100. ac03046 vsock/virtio: free packets during the socket release by Stefano Garzarella · 6 years ago