1. 2df6b76 fs: dlm: add dlm macros for ratelimit log by Alexander Aring · 3 years, 7 months ago
  2. 2fd8db2 fs: dlm: fix missing unlock on error in accept_from_sock() by Yang Yingliang · 3 years, 9 months ago
  3. 9d23246 fs: dlm: add shutdown hook by Alexander Aring · 3 years, 10 months ago
  4. eec054b fs: dlm: flush swork on shutdown by Alexander Aring · 3 years, 10 months ago
  5. f0747ebf fs: dlm: simplify writequeue handling by Alexander Aring · 3 years, 10 months ago
  6. e1a7cbc fs: dlm: use GFP_ZERO for page buffer by Alexander Aring · 3 years, 10 months ago
  7. c45674f fs: dlm: change allocation limits by Alexander Aring · 3 years, 10 months ago
  8. 5174616 fs: dlm: add check if dlm is currently running by Alexander Aring · 3 years, 10 months ago
  9. e9a470a fs: dlm: set subclass for othercon sock_mutex by Alexander Aring · 3 years, 10 months ago
  10. b30a624 fs: dlm: set connected bit after accept by Alexander Aring · 3 years, 10 months ago
  11. e125fbe fs: dlm: fix mark setting deadlock by Alexander Aring · 3 years, 10 months ago
  12. 4f19d07 fs: dlm: check on existing node address by Alexander Aring · 4 years, 2 months ago
  13. 40c6b83 fs: dlm: constify addr_compare by Alexander Aring · 4 years, 2 months ago
  14. 1a26bfa fs: dlm: fix check for multi-homed hosts by Alexander Aring · 4 years, 2 months ago
  15. d11ccd4 fs: dlm: listen socket out of connection hash by Alexander Aring · 4 years, 2 months ago
  16. 13004e8 fs: dlm: refactor sctp sock parameter by Alexander Aring · 4 years, 2 months ago
  17. 42873c9 fs: dlm: move shutdown action to node creation by Alexander Aring · 4 years, 2 months ago
  18. 0672c3c fs: dlm: move connect callback in node creation by Alexander Aring · 4 years, 2 months ago
  19. 6cde210 fs: dlm: add helper for init connection by Alexander Aring · 4 years, 2 months ago
  20. 19633c7 fs: dlm: handle non blocked connect event by Alexander Aring · 4 years, 2 months ago
  21. 53a5eda fs: dlm: flush othercon at close by Alexander Aring · 4 years, 2 months ago
  22. 692f51c fs: dlm: add get buffer error handling by Alexander Aring · 4 years, 2 months ago
  23. 5cbec20 fs: dlm: fix proper srcu api call by Alexander Aring · 4 years, 2 months ago
  24. 4f2b30f fs: dlm: fix race in nodeid2con by Alexander Aring · 4 years, 3 months ago
  25. 4798cbb fs: dlm: rework receive handling by Alexander Aring · 4 years, 3 months ago
  26. 3f78cd7 fs: dlm: fix mark per nodeid setting by Alexander Aring · 4 years, 3 months ago
  27. 0461e0d fs: dlm: remove lock dependency warning by Alexander Aring · 4 years, 3 months ago
  28. 7ae0451 fs: dlm: use free_con to free connection by Alexander Aring · 4 years, 4 months ago
  29. 948c47e fs: dlm: handle possible othercon writequeues by Alexander Aring · 4 years, 4 months ago
  30. 0de9843 fs: dlm: move free writequeue into con free by Alexander Aring · 4 years, 4 months ago
  31. 043697f fs: dlm: fix dlm_local_addr memory leak by Alexander Aring · 4 years, 4 months ago
  32. a47666eb fs: dlm: make connection hash lockless by Alexander Aring · 4 years, 4 months ago
  33. aa7ab1e fs: dlm: synchronize dlm before shutdown by Alexander Aring · 4 years, 4 months ago
  34. 055923b fs: dlm: implement tcp graceful shutdown by Alexander Aring · 4 years, 5 months ago
  35. ba3ab3c fs: dlm: change handling of reconnects by Alexander Aring · 4 years, 5 months ago
  36. 0ea47e4 fs: dlm: don't close socket on invalid message by Alexander Aring · 4 years, 5 months ago
  37. 9c9f168 fs: dlm: set skb mark per peer socket by Alexander Aring · 4 years, 6 months ago
  38. a5b7ab6 fs: dlm: set skb mark for listen socket by Alexander Aring · 4 years, 6 months ago
  39. c0425a4 net: add a new bind_add method by Christoph Hellwig · 4 years, 7 months ago
  40. 40ef92c sctp: add sctp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
  41. 12abc5e tcp: add tcp_sock_set_nodelay by Christoph Hellwig · 4 years, 7 months ago
  42. 26cfabf net: add sock_set_rcvbuf by Christoph Hellwig · 4 years, 7 months ago
  43. ce3d954 net: add sock_set_keepalive by Christoph Hellwig · 4 years, 7 months ago
  44. 76ee078 net: add sock_set_sndtimeo by Christoph Hellwig · 4 years, 7 months ago
  45. b58f0e8 net: add sock_set_reuseaddr by Christoph Hellwig · 4 years, 7 months ago
  46. 0774dc7 dlm: use the tcp version of accept_from_sock for sctp as well by Christoph Hellwig · 4 years, 7 months ago
  47. 5311f70 dlm: use SO_SNDTIMEO_NEW instead of SO_SNDTIMEO_OLD by Arnd Bergmann · 5 years ago
  48. b355516 dlm: check if workqueues are NULL before flushing/destroying by David Windsor · 6 years ago
  49. 2522fe4 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 193 by Thomas Gleixner · 6 years ago
  50. 45bdc66 socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixes by Deepa Dinamani · 6 years ago
  51. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  52. da3627c dlm: remove O_NONBLOCK flag in sctp_connect_to_sock by Gang He · 7 years ago
  53. f706d83 dlm: make sctp_connect_to_sock() return in specified time by Gang He · 7 years ago
  54. b09c603 dlm: fix a clerical error when set SCTP_NODELAY by Gang He · 7 years ago
  55. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  56. c8c7840 dlm: switch to sock_recvmsg() by Al Viro · 7 years ago
  57. 26b4109 DLM: fix NULL pointer dereference in send_to_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  58. 0aa1846 DLM: fix to reschedule rwork by tsutomu.owa@toshiba.co.jp · 7 years ago
  59. 93eaade DLM: fix to use sk_callback_lock correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
  60. 3421fb1 DLM: fix memory leak in tcp_accept_from_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  61. 173a31f DLM: use CF_CLOSE flag to stop dlm_send correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
  62. 8a4abb0 DLM: Reanimate CF_WRITE_PENDING flag by tsutomu.owa@toshiba.co.jp · 7 years ago
  63. c553e17 DLM: close othercon at send/receive error by tsutomu.owa@toshiba.co.jp · 7 years ago
  64. c735582 DLM: fix to use sock_mutex correctly in xxx_accept_from_sock by tsutomu.owa@toshiba.co.jp · 7 years ago
  65. b2a6662 DLM: fix race condition between dlm_send and dlm_recv by tsutomu.owa@toshiba.co.jp · 7 years ago
  66. f0fb83c DLM: fix double list_del() by tsutomu.owa@toshiba.co.jp · 7 years ago
  67. 988419a DLM: fix remove save_cb argument from add_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  68. cc661fc DLM: Fix saving of NULL callbacks by Bob Peterson · 7 years ago
  69. 01da24d DLM: Eliminate CF_WRITE_PENDING flag by Bob Peterson · 7 years ago
  70. 61d9102b DLM: Eliminate CF_CONNECT_PENDING flag by Bob Peterson · 7 years ago
  71. 1c24285 dlm: use sock_create_lite inside tcp_accept_from_sock by Guoqing Jiang · 7 years ago
  72. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  73. 26c1ec2 dlm: fix error return code in sctp_accept_from_sock() by Wei Yongjun · 8 years ago
  74. d2fee58 dlm: remove lock_sock to avoid scheduling while atomic by Bob Peterson · 8 years ago
  75. 3735b4b dlm: don't save callbacks after accept by Bob Peterson · 8 years ago
  76. 3a8db79 dlm: free workqueues after the connections by Marcelo Ricardo Leitner · 8 years ago
  77. 5c93f56 dlm: Use kmemdup instead of kmalloc and memcpy by Amitoj Kaur Chawla · 9 years ago
  78. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  79. b81171c DLM: Save and restore socket callbacks properly by Bob Peterson · 9 years ago
  80. 1a31833 DLM: Replace nodeid_to_addr with kernel_getpeername by Bob Peterson · 9 years ago
  81. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  82. b3a5bbf dlm: print error from kernel_sendpage by Bob Peterson · 9 years ago
  83. 18df8a8 dlm: sctp_accept_from_sock() can be static by kbuild test robot · 9 years ago
  84. 00dcffa dlm: fix reconnecting but not sending data by Marcelo Ricardo Leitner · 9 years ago
  85. acee4e5 dlm: replace BUG_ON with a less severe handling by Marcelo Ricardo Leitner · 9 years ago
  86. ee44b4b dlm: use sctp 1-to-1 API by Marcelo Ricardo Leitner · 9 years ago
  87. 356344c dlm: fix not reconnecting on connecting error handling by Marcelo Ricardo Leitner · 9 years ago
  88. 0d737a8 dlm: fix race while closing connections by Marcelo Ricardo Leitner · 9 years ago
  89. 28926a0 dlm: fix connection stealing if using SCTP by Marcelo Ricardo Leitner · 9 years ago
  90. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 10 years ago
  91. 883854c dlm: keep listening connection alive with sctp mode by Lidong Zhong · 11 years ago
  92. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 11 years ago
  93. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  94. 048ed4b sctp: remove macros sctp_{lock|release}_sock by wangweidong · 11 years ago
  95. ece3584 dlm: set zero linger time on sctp socket by Dongmao Zhang · 11 years ago
  96. 06452eb dlm: remove duplicated include from lowcomms.c by Wei Yongjun · 12 years ago
  97. 86e92ad dlm: disable nagle for SCTP by Mike Christie · 12 years ago
  98. 5d68987 dlm: retry failed SCTP sends by Mike Christie · 12 years ago
  99. 98e1b60 dlm: try other IPs when sctp init assoc fails by Mike Christie · 12 years ago
  100. b390ca3 dlm: clear correct bit during sctp init failure handling by Mike Christie · 12 years ago