1. 5daf47b net/rds: Add missing mutex_unlock by Julia Lawall · 14 years ago
  2. ccbd6a5 net: Remove unnecessary semicolons after switch statements by Joe Perches · 14 years ago
  3. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  4. 24acc68 rdma: potential ERR_PTR dereference by Dan Carpenter · 14 years ago
  5. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  6. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  7. 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
  8. 18062ca rds: cleanup: remove unneeded variable by Dan Carpenter · 14 years ago
  9. 768bbed RDS: Enable per-cpu workqueue threads by Tina Yang · 14 years ago
  10. 561c7df RDS: Do not call set_page_dirty() with irqs off by Andy Grover · 14 years ago
  11. 450d06c RDS: Properly unmap when getting a remote access error by Sherman Pun · 14 years ago
  12. b98ba52 RDS: only put sockets that have seen congestion on the poll_waitq by Andy Grover · 14 years ago
  13. 550a800 RDS: Fix locking in rds_send_drop_to() by Tina Yang · 14 years ago
  14. 9706978 RDS: Turn down alarming reconnect messages by Andy Grover · 14 years ago
  15. 571c02f RDS: Workaround for in-use MRs on close causing crash by Andy Grover · 14 years ago
  16. 048c15e RDS: Fix send locking issue by Tina Yang · 14 years ago
  17. 2e7b3b9 RDS: Fix congestion issues for loopback by Andy Grover · 14 years ago
  18. 8e82376 RDS/TCP: Wait to wake thread when write space available by Andy Grover · 14 years ago
  19. b075cfd RDS: update copy_to_user state in tcp transport by Andy Grover · 14 years ago
  20. 1123fd7 RDS: sendmsg() should check sndtimeo, not rcvtimeo by Andy Grover · 14 years ago
  21. 735f61e RDS: Do not BUG() on error returned from ib_post_send by Andy Grover · 14 years ago
  22. 6884b34 net/rds: remove uses of NIPQUAD, use %pI4 by Joe Perches · 14 years ago
  23. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  24. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  25. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  26. 6f8372b RDMA/cm: fix loopback address support by Sean Hefty · 15 years ago
  27. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  28. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  29. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  30. d521b63 RDS/IB+IW: Move recv processing to a tasklet by Andy Grover · 15 years ago
  31. 0514f8a RDS: Do not send congestion updates to loopback connections by Andy Grover · 15 years ago
  32. 433d308 RDS: Fix panic on unload by Andy Grover · 15 years ago
  33. 86357b1 RDS: Fix potential race around rds_i[bw]_allocation by Andy Grover · 15 years ago
  34. 244546f RDS: Add GET_MR_FOR_DEST sockopt by Andy Grover · 15 years ago
  35. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  36. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  37. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  38. f205ce8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  39. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  40. 5708e86 net: constify remaining proto_ops by Alexey Dobriyan · 15 years ago
  41. f2c4493 RDS: Add a debug message suggesting to load transport modules by Andy Grover · 15 years ago
  42. 335776b RDS: Track transports via an array, not a list by Andy Grover · 15 years ago
  43. 40d8660 RDS: Modularize RDMA and TCP transports by Andy Grover · 15 years ago
  44. 616b757 RDS: Export symbols from core RDS by Andy Grover · 15 years ago
  45. 7004108 RDS: Add TCP transport to RDS by Andy Grover · 15 years ago
  46. 3d7ddd5 net/rds: Use AF_INET for sin_family field by Julia Lawall · 15 years ago
  47. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  48. cb24405 RDS: Refactor end of __conn_create for readability by Andy Grover · 15 years ago
  49. ed9e352 RDS/IW: Remove dead code by Andy Grover · 15 years ago
  50. 404bb72 RDS/IW: Remove page_shift variable from iwarp transport by Andy Grover · 15 years ago
  51. a870d62 RDS/IB: Always use PAGE_SIZE for FMR page size by Andy Grover · 15 years ago
  52. edacaea RDS: Fix completion notifications on blocking sockets by Andy Grover · 15 years ago
  53. fdf6e6b RDS/IB: Drop connection when a fatal QP event is received by Andy Grover · 15 years ago
  54. 68cb01c RDS/IB: Disable flow control in sysctl and explain why by Andy Grover · 15 years ago
  55. e11d912 RDS/IB: Move tx/rx ring init and refill to later by Andy Grover · 15 years ago
  56. 9099707 RDS: Don't set c_version in __rds_conn_create() by Andy Grover · 15 years ago
  57. 597ddd5 RDS/IB: Rename byte_len to data_len to enhance readability by Andy Grover · 15 years ago
  58. 92c330b RDS/RDMA: Fix cut-n-paste errors in printks in rdma_transport.c by Andy Grover · 15 years ago
  59. 8dacd57 RDS/IB: Fix printk to indicate remote IP, not local by Andy Grover · 15 years ago
  60. 02a6a25 RDS/IB: Handle connections using RDS 3.0 wire protocol by Andy Grover · 15 years ago
  61. 9ddbcfa RDS/IB: Improve RDS protocol version checking by Andy Grover · 15 years ago
  62. 3ba23ad RDS: Set retry_count to 2 and make modifiable via modparam by Andy Grover · 15 years ago
  63. b9bf312 percpu: use DEFINE_PER_CPU_SHARED_ALIGNED() by Tejun Heo · 15 years ago
  64. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  65. 9b8de74 FRV: Fix the section attribute on UP DECLARE_PER_CPU() by David Howells · 15 years ago
  66. 94713ba ERR_PTR() dereference in net/rds/ib.c by Dan Carpenter · 15 years ago
  67. 5d57eeb ERR_PTR() dereference in net/rds/iw.c by Dan Carpenter · 15 years ago
  68. 05a178e rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 15 years ago
  69. 9c56a84 RDS: remove unused #include <version.h> by Huang Weiyi · 15 years ago
  70. 830eb7d RDS: use get_user_pages_fast() by Andy Grover · 15 years ago
  71. 49f6969 RDS: Establish connection before parsing CMSGs by Andy Grover · 15 years ago
  72. 7acd4a7 RDS: Fix ordering in a conditional by Andy Grover · 15 years ago
  73. 7b70d03 RDS/IW+IB: Allow max credit advertise window. by Steve Wise · 15 years ago
  74. d39e060 RDS/IW+IB: Set the RDS_LL_SEND_FULL bit when we're throttled. by Steve Wise · 15 years ago
  75. 11bc942 RDS: Correct some iw references in rdma_transport.c by Andy Grover · 15 years ago
  76. 5cd2fe6 RDS/IW+IB: Set recv ring low water mark to 1/2 full. by Steve Wise · 15 years ago
  77. 8cbd960 RDS: Use spinlock to protect 64b value update on 32b archs by Andy Grover · 15 years ago
  78. 745cbcc RDS: Rewrite connection cleanup, fixing oops on rmmod by Andy Grover · 15 years ago
  79. f1cffcb RDS: Fix m_rs_lock deadlock by Andy Grover · 15 years ago
  80. abb7997 rds: fix iband RDMA dependencies by Randy Dunlap · 15 years ago
  81. c3b3240 rds: Fix build on powerpc. by David S. Miller · 15 years ago
  82. fe17f84 RDS: Kconfig and Makefile by Andy Grover · 15 years ago
  83. 55b7ed0 RDS: Common RDMA transport code by Andy Grover · 15 years ago
  84. fcd8b7c RDS: Add iWARP support by Andy Grover · 15 years ago
  85. e6babe4 RDS/IB: Stats and sysctls by Andy Grover · 15 years ago
  86. 1e23b3e RDS/IB: Receive datagrams via IB by Andy Grover · 15 years ago
  87. 6a0979d RDS/IB: Implement IB-specific datagram send. by Andy Grover · 15 years ago
  88. 08b48a1 RDS/IB: Implement RDMA ops using FMRs by Andy Grover · 15 years ago
  89. f528efe RDS/IB: Ring-handling code. by Andy Grover · 15 years ago
  90. ec16227 RDS/IB: Infiniband transport by Andy Grover · 15 years ago
  91. eff5f53 RDS: RDMA support by Andy Grover · 15 years ago
  92. bdbe6fb RDS: recv.c by Andy Grover · 15 years ago
  93. 5c11559 RDS: send.c by Andy Grover · 15 years ago
  94. 7875e18 RDS: Message parsing by Andy Grover · 15 years ago
  95. 3e50484 RDS: sysctls by Andy Grover · 15 years ago
  96. 13796bf RDS: loopback by Andy Grover · 15 years ago
  97. 00e0f34 RDS: Connection handling by Andy Grover · 15 years ago
  98. a8c879a RDS: Info and stats by Andy Grover · 15 years ago
  99. 0fbc78c RDS: Transport code by Andy Grover · 15 years ago
  100. 922cb17 RDS: Congestion-handling code by Andy Grover · 15 years ago