1. 976673e rds: switch to rwlock on bind_lock by Chris Mason · 14 years ago
  2. ce47f52 RDS: Update comments in rds_send_xmit() by Andy Grover · 14 years ago
  3. 9e29db0 RDS: Use a generation counter to avoid rds_send_xmit loop by Chris Mason · 14 years ago
  4. acfcd4d RDS: Get pong working again by Andy Grover · 14 years ago
  5. a40aa92 RDS: Do wait_event_interruptible instead of wait_event by Andy Grover · 14 years ago
  6. fcc5450 RDS: Remove send_quota from send_xmit() by Andy Grover · 14 years ago
  7. 51e2cba RDS: Move atomic stats from general to ib-specific area by Andy Grover · 14 years ago
  8. ab1a692 RDS: rds_message_unmapped() doesn't need to check if queue active by Andy Grover · 14 years ago
  9. cf4b738 RDS: Fix locking in send on m_rs_lock by Andy Grover · 14 years ago
  10. f2ec76f RDS: Use NOWAIT in message_map_pages() by Andy Grover · 14 years ago
  11. 2fa5712 RDS: Bypass workqueue when queueing cong updates by Andy Grover · 14 years ago
  12. a7d3a28 RDS: Call rds_send_xmit() directly from sendmsg() by Andy Grover · 14 years ago
  13. 2ad8099 RDS: rds_send_xmit() locking/irq fixes by Andy Grover · 14 years ago
  14. 049ee3f RDS: Change send lock from a mutex to a spinlock by Andy Grover · 14 years ago
  15. f17a1a5 RDS: Refill recv ring directly from tasklet by Andy Grover · 14 years ago
  16. 77dd550 RDS: Stop supporting old cong map sending method by Andy Grover · 14 years ago
  17. e32b4a7 RDS/IB: Do not wait for send ring to be empty on conn shutdown by Andy Grover · 14 years ago
  18. ff3d7d3 RDS: Perform unmapping ops in stages by Andy Grover · 14 years ago
  19. aa0a4ef RDS: Make sure cmsgs aren't used in improper ways by Andy Grover · 14 years ago
  20. 2c3a5f9 RDS: Add flag for silent ops. Do atomic op before RDMA by Andy Grover · 14 years ago
  21. 7e3bd65 RDS: Move some variables around for consistency by Andy Grover · 14 years ago
  22. 940786e RDS: queue failure notifications for dropped atomic ops by Andy Grover · 14 years ago
  23. ee4c7b4 RDS: Add a warning if trying to allocate 0 sgs by Andy Grover · 15 years ago
  24. 372cd7d RDS: Do not set op_active in r_m_copy_from_user(). by Andy Grover · 15 years ago
  25. 5b2366b RDS: Rewrite rds_send_xmit by Andy Grover · 15 years ago
  26. 6c7cc6e RDS: Rename data op members prefix from m_ to op_ by Andy Grover · 15 years ago
  27. f8b3aaf RDS: Remove struct rds_rdma_op by Andy Grover · 14 years ago
  28. d0ab25a RDS: purge atomic resources too in rds_message_purge() by Andy Grover · 15 years ago
  29. 4324879 RDS: Inline rdma_prepare into cmsg_rdma_args by Andy Grover · 15 years ago
  30. 241eef3 RDS: Implement silent atomics by Andy Grover · 15 years ago
  31. d37c935 RDS: Move loop-only function to loop.c by Andy Grover · 15 years ago
  32. c8de3f1 RDS/IB: Make all flow control code conditional on i_flowctl by Andy Grover · 15 years ago
  33. 1d34f17 RDS: Remove unsignaled_bytes sysctl by Andy Grover · 15 years ago
  34. da5a06c RDS: rewrite rds_ib_xmit by Andy Grover · 15 years ago
  35. 919ced4 RDS/IB: Remove ib_[header/data]_sge() functions by Andy Grover · 15 years ago
  36. 6f3d05d RDS/IB: Remove dead code by Andy Grover · 15 years ago
  37. f147dd9 RDS/IB: Disallow connections less than RDS 3.1 by Andy Grover · 15 years ago
  38. 9c03039 RDS/IB: eliminate duplicate code by Andy Grover · 15 years ago
  39. 809fa14 RDS: inc_purge() transport function unused - remove it by Andy Grover · 15 years ago
  40. 6200ed7 RDS: Whitespace by Andy Grover · 15 years ago
  41. d22faec RDS: Do not mask address when pinning pages by Andy Grover · 15 years ago
  42. 40589e7 RDS: Base init_depth and responder_resources on hw values by Andy Grover · 15 years ago
  43. 15133f6 RDS: Implement atomic operations by Andy Grover · 15 years ago
  44. a63273d RDS: Clear up some confusing code in send_remove_from_sock by Andy Grover · 15 years ago
  45. f4dd96f RDS: make sure all sgs alloced are initialized by Andy Grover · 15 years ago
  46. ff87e97 RDS: make m_rdma_op a member of rds_message by Andy Grover · 15 years ago
  47. 21f79af RDS: fold rdma.h into rds.h by Andy Grover · 15 years ago
  48. fc44508 RDS: Explicitly allocate rm in sendmsg() by Andy Grover · 15 years ago
  49. 3ef13f3 RDS: cleanup/fix rds_rdma_unuse by Andy Grover · 15 years ago
  50. e779137 RDS: break out rdma and data ops into nested structs in rds_message by Andy Grover · 15 years ago
  51. 8690bfa RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons by Andy Grover · 15 years ago
  52. 2dc3935 RDS: move rds_shutdown_worker impl. to rds_conn_shutdown by Andy Grover · 14 years ago
  53. 9de0864 RDS: Fix locking in send on m_rs_lock by Andy Grover · 14 years ago
  54. 7c82eaf RDS: Rewrite rds_send_drop_to() for clarity by Andy Grover · 14 years ago
  55. 35b52c7 RDS: Fix corrupted rds_mrs by Tina Yang · 14 years ago
  56. 9e2effb RDS: Fix BUG_ONs to not fire when in a tasklet by Andy Grover · 14 years ago
  57. f037590 rds: fix a leak of kernel memory by Eric Dumazet · 14 years ago
  58. 5daf47b net/rds: Add missing mutex_unlock by Julia Lawall · 14 years ago
  59. ccbd6a5 net: Remove unnecessary semicolons after switch statements by Joe Perches · 14 years ago
  60. e1703b36 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  61. 24acc68 rdma: potential ERR_PTR dereference by Dan Carpenter · 14 years ago
  62. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  63. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  64. 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
  65. 18062ca rds: cleanup: remove unneeded variable by Dan Carpenter · 14 years ago
  66. 768bbed RDS: Enable per-cpu workqueue threads by Tina Yang · 14 years ago
  67. 561c7df RDS: Do not call set_page_dirty() with irqs off by Andy Grover · 14 years ago
  68. 450d06c RDS: Properly unmap when getting a remote access error by Sherman Pun · 14 years ago
  69. b98ba52 RDS: only put sockets that have seen congestion on the poll_waitq by Andy Grover · 14 years ago
  70. 550a800 RDS: Fix locking in rds_send_drop_to() by Tina Yang · 14 years ago
  71. 9706978 RDS: Turn down alarming reconnect messages by Andy Grover · 14 years ago
  72. 571c02f RDS: Workaround for in-use MRs on close causing crash by Andy Grover · 14 years ago
  73. 048c15e RDS: Fix send locking issue by Tina Yang · 14 years ago
  74. 2e7b3b9 RDS: Fix congestion issues for loopback by Andy Grover · 14 years ago
  75. 8e82376 RDS/TCP: Wait to wake thread when write space available by Andy Grover · 14 years ago
  76. b075cfd RDS: update copy_to_user state in tcp transport by Andy Grover · 14 years ago
  77. 1123fd7 RDS: sendmsg() should check sndtimeo, not rcvtimeo by Andy Grover · 14 years ago
  78. 735f61e RDS: Do not BUG() on error returned from ib_post_send by Andy Grover · 14 years ago
  79. 6884b34 net/rds: remove uses of NIPQUAD, use %pI4 by Joe Perches · 15 years ago
  80. e69381b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 15 years ago
  81. d7fc02c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  82. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  83. 6f8372b RDMA/cm: fix loopback address support by Sean Hefty · 15 years ago
  84. 6d45611 sysctl: Drop & in front of every proc_handler. by Eric W. Biederman · 15 years ago
  85. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 15 years ago
  86. 3f378b6 net: pass kern to net_proto_family create function by Eric Paris · 15 years ago
  87. d521b63 RDS/IB+IW: Move recv processing to a tasklet by Andy Grover · 15 years ago
  88. 0514f8a RDS: Do not send congestion updates to loopback connections by Andy Grover · 15 years ago
  89. 433d308 RDS: Fix panic on unload by Andy Grover · 15 years ago
  90. 86357b1 RDS: Fix potential race around rds_i[bw]_allocation by Andy Grover · 15 years ago
  91. 244546f RDS: Add GET_MR_FOR_DEST sockopt by Andy Grover · 15 years ago
  92. c720c7e inet: rename some inet_sock fields by Eric Dumazet · 15 years ago
  93. ec1b4cf net: mark net_proto_ops as const by Stephen Hemminger · 15 years ago
  94. b705884 net: Make setsockopt() optlen be unsigned. by David S. Miller · 15 years ago
  95. f205ce8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 15 years ago
  96. ada3fa1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 15 years ago
  97. 5708e86 net: constify remaining proto_ops by Alexey Dobriyan · 15 years ago
  98. f2c4493 RDS: Add a debug message suggesting to load transport modules by Andy Grover · 15 years ago
  99. 335776b RDS: Track transports via an array, not a list by Andy Grover · 15 years ago
  100. 40d8660 RDS: Modularize RDMA and TCP transports by Andy Grover · 15 years ago