1. 26b4109 DLM: fix NULL pointer dereference in send_to_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  2. 0aa1846 DLM: fix to reschedule rwork by tsutomu.owa@toshiba.co.jp · 7 years ago
  3. 93eaade DLM: fix to use sk_callback_lock correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
  4. 3421fb1 DLM: fix memory leak in tcp_accept_from_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  5. 173a31f DLM: use CF_CLOSE flag to stop dlm_send correctly by tsutomu.owa@toshiba.co.jp · 7 years ago
  6. 8a4abb0 DLM: Reanimate CF_WRITE_PENDING flag by tsutomu.owa@toshiba.co.jp · 7 years ago
  7. c553e17 DLM: close othercon at send/receive error by tsutomu.owa@toshiba.co.jp · 7 years ago
  8. c735582 DLM: fix to use sock_mutex correctly in xxx_accept_from_sock by tsutomu.owa@toshiba.co.jp · 7 years ago
  9. b2a6662 DLM: fix race condition between dlm_send and dlm_recv by tsutomu.owa@toshiba.co.jp · 7 years ago
  10. f0fb83c DLM: fix double list_del() by tsutomu.owa@toshiba.co.jp · 7 years ago
  11. 988419a DLM: fix remove save_cb argument from add_sock() by tsutomu.owa@toshiba.co.jp · 7 years ago
  12. cc661fc DLM: Fix saving of NULL callbacks by Bob Peterson · 7 years ago
  13. 01da24d DLM: Eliminate CF_WRITE_PENDING flag by Bob Peterson · 7 years ago
  14. 61d9102 DLM: Eliminate CF_CONNECT_PENDING flag by Bob Peterson · 7 years ago
  15. 1c24285 dlm: use sock_create_lite inside tcp_accept_from_sock by Guoqing Jiang · 7 years ago
  16. cdfbabf net: Work around lockdep limitation in sockets that use sockets by David Howells · 8 years ago
  17. 26c1ec2 dlm: fix error return code in sctp_accept_from_sock() by Wei Yongjun · 8 years ago
  18. d2fee58 dlm: remove lock_sock to avoid scheduling while atomic by Bob Peterson · 8 years ago
  19. 3735b4b dlm: don't save callbacks after accept by Bob Peterson · 8 years ago
  20. 3a8db79 dlm: free workqueues after the connections by Marcelo Ricardo Leitner · 8 years ago
  21. 5c93f56 dlm: Use kmemdup instead of kmalloc and memcpy by Amitoj Kaur Chawla · 8 years ago
  22. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  23. b81171c DLM: Save and restore socket callbacks properly by Bob Peterson · 9 years ago
  24. 1a31833 DLM: Replace nodeid_to_addr with kernel_getpeername by Bob Peterson · 9 years ago
  25. 9cd3e07 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA by Eric Dumazet · 9 years ago
  26. b3a5bbf dlm: print error from kernel_sendpage by Bob Peterson · 9 years ago
  27. 18df8a8 dlm: sctp_accept_from_sock() can be static by kbuild test robot · 9 years ago
  28. 00dcffa dlm: fix reconnecting but not sending data by Marcelo Ricardo Leitner · 9 years ago
  29. acee4e5 dlm: replace BUG_ON with a less severe handling by Marcelo Ricardo Leitner · 9 years ago
  30. ee44b4b dlm: use sctp 1-to-1 API by Marcelo Ricardo Leitner · 9 years ago
  31. 356344c dlm: fix not reconnecting on connecting error handling by Marcelo Ricardo Leitner · 9 years ago
  32. 0d737a8 dlm: fix race while closing connections by Marcelo Ricardo Leitner · 9 years ago
  33. 28926a0 dlm: fix connection stealing if using SCTP by Marcelo Ricardo Leitner · 9 years ago
  34. eeb1bd5 net: Add a struct net parameter to sock_create_kern by Eric W. Biederman · 9 years ago
  35. 883854c dlm: keep listening connection alive with sctp mode by Lidong Zhong · 10 years ago
  36. 676d236 net: Fix use after free by removing length arg from sk_data_ready callbacks. by David S. Miller · 10 years ago
  37. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  38. 048ed4b sctp: remove macros sctp_{lock|release}_sock by wangweidong · 11 years ago
  39. ece3584 dlm: set zero linger time on sctp socket by Dongmao Zhang · 11 years ago
  40. 06452eb dlm: remove duplicated include from lowcomms.c by Wei Yongjun · 11 years ago
  41. 86e92ad dlm: disable nagle for SCTP by Mike Christie · 11 years ago
  42. 5d68987 dlm: retry failed SCTP sends by Mike Christie · 11 years ago
  43. 98e1b60 dlm: try other IPs when sctp init assoc fails by Mike Christie · 11 years ago
  44. b390ca3 dlm: clear correct bit during sctp init failure handling by Mike Christie · 11 years ago
  45. e1631d0 dlm: set sctp assoc id during setup by Mike Christie · 11 years ago
  46. efad7e6 dlm: clear correct init bit during sctp setup by Mike Christie · 11 years ago
  47. 1b86643 net: sctp: introduce uapi header for sctp by Daniel Borkmann · 11 years ago
  48. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  49. eeee2b5 dlm: remove unused variable in *dlm_lowcomms_get_buffer() by Wei Yongjun · 12 years ago
  50. 9c5bef5 dlm: cleanup send_to_sock routine by Ying Xue · 12 years ago
  51. 4dd40f0 dlm: convert add_sock routine return value type to void by Ying Xue · 12 years ago
  52. b4c798c dlm: remove redundant variable assignments by Xue Ying · 12 years ago
  53. 36b71a8 dlm: fix deadlock between dlm_send and dlm_controld by David Teigland · 12 years ago
  54. 513ef59 dlm: prevent connections during shutdown by David Teigland · 12 years ago
  55. 30d73f3 Merge tag 'dlm-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  56. 1b189b8 dlm: last element of dlm_local_addr[] never used by David Teigland · 12 years ago
  57. 2f2d76c dlm: Do not allocate a fd for peeloff by Benjamin Poirier · 13 years ago
  58. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  59. bcaadf5 dlm: dump address of unknown node by Masatake YAMATO · 13 years ago
  60. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  61. e43f055 dlm: use alloc_workqueue function by David Teigland · 14 years ago
  62. 6b155c8 dlm: use single thread workqueues by David Teigland · 14 years ago
  63. b9d4105 dlm: sanitize work_start() in lowcomms.c by Namhyung Kim · 14 years ago
  64. f92c8dd dlm: reduce cond_resched during send by Bob Peterson · 14 years ago
  65. cb2d45d dlm: use TCP_NODELAY by David Teigland · 14 years ago
  66. dcce240 dlm: Use cmwq for send and receive workqueues by Steven Whitehouse · 14 years ago
  67. b36930d dlm: Handle application limited situations properly. by David Miller · 14 years ago
  68. f70cb33 fs/dlm: Drop unnecessary null test by Julia Lawall · 14 years ago
  69. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  70. 573c24c dlm: always use GFP_NOFS by David Teigland · 15 years ago
  71. 6861f35 dlm: fix socket fd translation by David Teigland · 15 years ago
  72. 04bedd7 dlm: fix lowcomms_connect_node for sctp by David Teigland · 15 years ago
  73. 1329e3f dlm: use kernel_sendpage by Paolo Bonzini · 15 years ago
  74. 063c4c9 dlm: fix connection close handling by Lars Marowsky-Bree · 15 years ago
  75. b5711b8 dlm: fix double-release of socket in error exit path by Casey Dahlin · 15 years ago
  76. a89d63a dlm: free socket in error exit path by Casey Dahlin · 15 years ago
  77. 748285c dlm: use more NOFS allocation by David Teigland · 15 years ago
  78. 391fbdc dlm: connect to nodes earlier by Christine Caulfield · 15 years ago
  79. 5e9ccc3 dlm: replace idr with hash table for connections by Christine Caulfield · 16 years ago
  80. 2cf12c0 dlm: comment typo fixes by Joe Perches · 16 years ago
  81. 44ad532 dlm: use ipv6_addr_copy by Joe Perches · 16 years ago
  82. 1521848 dlm: remove kmap/kunmap by Steven Whitehouse · 16 years ago
  83. d6d7b70 dlm: fix up memory allocation flags by Steven Whitehouse · 16 years ago
  84. 311f6fc dlm: release socket on error by Masatake YAMATO · 16 years ago
  85. 0035a4b dlm: tcp_connect_to_sock should check for -EINVAL, not EINVAL by Marcin Slusarz · 16 years ago
  86. 7a936ce dlm: convert connections_lock in a mutex by Matthias Kaehlcke · 16 years ago
  87. 39bd417 dlm: close othercons by Patrick Caulfeld · 17 years ago
  88. 6bd8fed dlm: bind connections from known local address when using TCP by Lon Hohberger · 17 years ago
  89. df61c95 [DLM] lowcomms: Do not muck with sysctl_rmem_max. by David S. Miller · 17 years ago
  90. d66f827 [DLM] Make dlm_sendd cond_resched more by Patrick Caulfield · 17 years ago
  91. 61d96be [DLM] Fix lowcomms socket closing by Patrick Caulfield · 17 years ago
  92. 9e5f282 [DLM] More othercon fixes by Patrick Caulfield · 17 years ago
  93. 01c8cab [DLM] zero unused parts of sockaddr_storage by Patrick Caulfield · 17 years ago
  94. 25720c2 [DLM] Clear othercon pointers when a connection is closed by Patrick Caulfield · 17 years ago
  95. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  96. f4fadb23c [GFS2] git-gfs2-nmw-build-fix by akpm@linux-foundation.org · 17 years ago
  97. 97d8483 [DLM] Telnet to port 21064 can stop all lockspaces by Patrick Caulfield · 17 years ago
  98. afb853f [DLM] fix socket shutdown by Patrick Caulfield · 17 years ago
  99. 617e82e [DLM] lowcomms style by David Teigland · 17 years ago
  100. 30d3a23 [DLM] Lowcomms nodeid range & initialisation fixes by Patrick Caulfield · 17 years ago