1. 455f05e vsock: split dwork to avoid reinitializations by Cong Wang · 6 years ago
  2. a11e1d4 Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL by Linus Torvalds · 6 years ago
  3. e5ab564 VSOCK: fix loopback on big-endian systems by Claudio Imbrenda · 6 years ago
  4. 31f50b5 net/vmw_vsock: convert to ->poll_mask by Christoph Hellwig · 7 years ago
  5. 05e489b VSOCK: make af_vsock.ko removable again by Stefan Hajnoczi · 6 years ago
  6. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 6 years ago
  7. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 6 years ago
  8. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. ba3169f VSOCK: set POLLOUT | POLLWRNORM for TCP_CLOSING by Stefan Hajnoczi · 7 years ago
  10. c9d3fe9 VSOCK: fix outdated sk_state value in hvs_release() by Stefan Hajnoczi · 7 years ago
  11. 4a5def7 VSOCK: Don't set sk_state to TCP_CLOSE before testing it by Jorgen Hansen · 7 years ago
  12. ade994f net: annotate ->poll() instances by Al Viro · 7 years ago
  13. afbea2c VSOCK: Don't call vsock_stream_has_data in atomic context by Jorgen Hansen · 7 years ago
  14. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  16. c1eef22 vsock: always call vsock_init_tables() by Cong Wang · 7 years ago
  17. f8ddadc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  18. b4562ca hv_sock: add locking in the open/close/release code paths by Dexuan Cui · 7 years ago
  19. 413a431 VSOCK: add sock_diag interface by Stefan Hajnoczi · 7 years ago
  20. 3b4477d VSOCK: use TCP state constants for sk_state by Stefan Hajnoczi · 7 years ago
  21. bf359b8 VSOCK: move __vsock_in_bound/connected_table() to af_vsock.h by Stefan Hajnoczi · 7 years ago
  22. 44f2098 VSOCK: export socket tables for sock_diag interface by Stefan Hajnoczi · 7 years ago
  23. 173f4c5 vsock: vmci: Remove unneeded linux/miscdevice.h include by Corentin Labbe · 7 years ago
  24. ae0078f hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK) by Dexuan Cui · 7 years ago
  25. b952f4d net: manual clean code which call skb_put_[data:zero] by yuan linyu · 7 years ago
  26. 4df864c networking: make skb_put & friends return void pointers by Johannes Berg · 7 years ago
  27. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 7 years ago
  28. 499fde6 vsock: use new wait API for vsock_stream_sendmsg() by WANG Cong · 7 years ago
  29. c44b594 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  30. 9b2bbdb virtio: wrap find_vqs by Michael S. Tsirkin · 7 years ago
  31. 82dfb54 VSOCK: Add virtio vsock vsockmon hooks by Gerard Garcia · 7 years ago
  32. 531b374 VSOCK: Add vsockmon tap functions by Gerard Garcia · 7 years ago
  33. ed8bfd5 VSOCK: remove unnecessary ternary operator on return value by Colin Ian King · 7 years ago
  34. 380feae vsock: cancel packets when failing to connect by Peng Tao · 7 years ago
  35. 073b4f2 vsock: add pkt cancel capability by Peng Tao · 7 years ago
  36. 36d277b vsock: track pkt owner vsock by Peng Tao · 7 years ago
  37. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 7 years ago
  38. 1827adb Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  39. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 7 years ago
  40. fb5e31d virtio: allow drivers to request IRQ affinity when creating VQs by Christoph Hellwig · 7 years ago
  41. 52f40e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  42. 99a5e17 ATM: use designated initializers by Kees Cook · 8 years ago
  43. f83f12d vsock/virtio: fix src/dst cid format by Michael S. Tsirkin · 8 years ago
  44. 819483d vsock/virtio: mark an internal function static by Michael S. Tsirkin · 8 years ago
  45. 6c7efaf vsock/virtio: add a missing __le annotation by Michael S. Tsirkin · 8 years ago
  46. b911682 VSOCK: add loopback to virtio_transport by Stefan Hajnoczi · 8 years ago
  47. d9dc8b0 net: fix sleeping for sk_wait_event() by WANG Cong · 8 years ago
  48. 1190cfd VSOCK: Don't dec ack backlog twice for rejected connections by Jorgen Hansen · 8 years ago
  49. 21bc54f vhost/vsock: drop space available check for TX vq by Gerard Garcia · 8 years ago
  50. 304ba62 VSOCK: Add Makefile and Kconfig by Asias He · 8 years ago
  51. 0ea9e1d VSOCK: Introduce virtio_transport.ko by Asias He · 8 years ago
  52. 06a8fc7 VSOCK: Introduce virtio_vsock_common.ko by Asias He · 8 years ago
  53. 6773b7d VSOCK: defer sock removal to transports by Stefan Hajnoczi · 8 years ago
  54. 0b01aeb VSOCK: transport-specific vsock_transport functions by Stefan Hajnoczi · 8 years ago
  55. 4192f67 vsock: make listener child lock ordering explicit by Stefan Hajnoczi · 8 years ago
  56. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  57. dedc58e VSOCK: do not disconnect socket when peer has shutdown SEND only by Ian Campbell · 8 years ago
  58. 5613091 VSOCK: constify vsock_transport structure by Julia Lawall · 8 years ago
  59. 9c995cc VSOCK: Only check error on skb_recv_datagram when skb is NULL by Jorgen Hansen · 8 years ago
  60. 8ab18d7 VSOCK: Detach QP check should filter out non matching QPs. by Jorgen Hansen · 8 years ago
  61. f7f9b5e AF_VSOCK: Shrink the area influenced by prepare_to_wait by Claudio Imbrenda · 8 years ago
  62. 6f57e56 Revert "vsock: Fix blocking ops call in prepare_to_wait" by Claudio Imbrenda · 8 years ago
  63. 5988818 vsock: Fix blocking ops call in prepare_to_wait by Laura Abbott · 8 years ago
  64. 8ac2837 Revert "Merge branch 'vsock-virtio'" by Stefan Hajnoczi · 9 years ago
  65. 8a2a2029 VSOCK: Add Makefile and Kconfig by Asias He · 9 years ago
  66. 32e61b0 VSOCK: Introduce virtio-vsock.ko by Asias He · 9 years ago
  67. 80a19e3 VSOCK: Introduce virtio-vsock-common.ko by Asias He · 9 years ago
  68. 357ab22 VSOCK: Introduce vsock_find_unbound_socket and vsock_bind_dgram_generic by Asias He · 9 years ago
  69. 3b22dae VSOCK: constify vmci_transport_notify_ops structures by Julia Lawall · 9 years ago
  70. 7362945 VSOCK: call sk->sk_data_ready() on accept() by Stefan Hajnoczi · 9 years ago
  71. ea3803c VSOCK: define VSOCK_SS_LISTEN once only by Stefan Hajnoczi · 9 years ago
  72. 8566b86 VSOCK: Fix lockdep issue. by Jorgen Hansen · 9 years ago
  73. 4ef7ea9 VSOCK: sock_put wasn't safe to call in interrupt context by Jorgen Hansen · 9 years ago
  74. f6a835b vsock: fix missing cleanup when misc_register failed by Gao feng · 9 years ago
  75. 11aa9c2 net: Pass kern from net_proto_family.create to sk_alloc by Eric W. Biederman · 9 years ago
  76. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  77. 4c946d9 vmci: propagate msghdr all way down to __qp_memcpy_to_queue() by Al Viro · 10 years ago
  78. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  79. d838df2 vmci: propagate msghdr all way down to __qp_memcpy_from_queue() by Al Viro · 10 years ago
  80. 0f7db23 vmci_transport: switch ->enqeue_dgram, ->enqueue_stream and ->dequeue_stream to msghdr by Al Viro · 10 years ago
  81. 51f3d02 net: Add and use skb_copy_datagram_msg() helper. by David S. Miller · 10 years ago
  82. 2c4a336 vsock: Make transport the proto owner by Andy King · 10 years ago
  83. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  84. 342dfc3 net: add build-time checks for msg->msg_name size by Steffen Hurrle · 11 years ago
  85. f3d3342 net: rework recvmsg handler msg_name and msg_namelen logic by Hannes Frederic Sowa · 11 years ago
  86. 8c88126 treewide: Fix typo in Kconfig by Masanari Iida · 11 years ago
  87. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  88. d9af2d6 net/vmw_vsock/af_vsock.c: drop unneeded semicolon by Julia Lawall · 11 years ago
  89. 82a54d0 VSOCK: Move af_vsock.h and vsock_addr.h to include/net by Asias He · 11 years ago
  90. a49dd9d VSOCK: Fix VSOCK_HASH and VSOCK_CONN_HASH by Asias He · 11 years ago
  91. 0fc9324 VSOCK: Remove unnecessary label by Asias He · 11 years ago
  92. dce1a28 VSOCK: Return VMCI_ERROR_NO_MEM when fails to allocate skb by Asias He · 11 years ago
  93. b3a6dfe VSOCK: Introduce vsock_auto_bind helper by Asias He · 11 years ago
  94. 5871768 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  95. 22ee3b5 VSOCK: Drop bogus __init annotation from vsock_init_tables() by Geert Uytterhoeven · 11 years ago
  96. 6ad0b2f VSOCK: Fix misc device registration by Asias He · 11 years ago
  97. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  98. d5e0d0f VSOCK: Fix missing msg_namelen update in vsock_stream_recvmsg() by Mathias Krause · 11 years ago
  99. 680d04e VSOCK: vmci - fix possible info leak in vmci_transport_dgram_dequeue() by Mathias Krause · 11 years ago
  100. d662483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago