1. 863d556 rds: avoid unenecessary cong_update in loop transport by Santosh Shilimkar · 6 years ago
  2. aa85ae9 RDS: make message size limit compliant with spec by Avinash Repaka · 8 years ago
  3. 3311a30 RDS: RDMA: Fix the composite message user notification by Santosh Shilimkar · 8 years ago
  4. ff57087 rds: debug messages are enabled by default by shamir rabinovitch · 8 years ago
  5. 6cdaf03 RDS: add __printf format attribute to error reporting functions by Nicolas Iooss · 8 years ago
  6. 5916e2c RDS: TCP: Enable multipath RDS for TCP by Sowmini Varadhan · 8 years ago
  7. b04e855 RDS: TCP: Hooks to set up a single connection path by Sowmini Varadhan · 8 years ago
  8. 2da43c4 RDS: TCP: make receive path use the rds_conn_path by Sowmini Varadhan · 8 years ago
  9. 226f7a7 RDS: Rework path specific indirections by Sowmini Varadhan · 8 years ago
  10. d769ef8 RDS: Update rds_conn_shutdown to work with rds_conn_path by Sowmini Varadhan · 8 years ago
  11. fb1b3dc RDS: Add rds_conn_path_error() by Sowmini Varadhan · 8 years ago
  12. 3c0a590 RDS: Add rds_conn_path_connect_if_down() for MP-aware callers by Sowmini Varadhan · 8 years ago
  13. 45997e9 RDS: Make rds_send_pong() take a rds_conn_path argument by Sowmini Varadhan · 8 years ago
  14. 1f9ecd7 RDS: Pass rds_conn_path to rds_send_xmit() by Sowmini Varadhan · 8 years ago
  15. 7d885d0 RDS: Remove stale function rds_send_get_message() by Sowmini Varadhan · 8 years ago
  16. 5c3d274 RDS: Add rds_send_path_drop_acked() by Sowmini Varadhan · 8 years ago
  17. 5e833e0 RDS: rds_inc_path_init() helper function for MP capable transports by Sowmini Varadhan · 8 years ago
  18. ef9e62c RDS: recv path gets the conn_path from rds_incoming for MP capable transports by Sowmini Varadhan · 8 years ago
  19. 7e8f441 RDS: add t_mp_capable bit to be set by MP capable transports by Sowmini Varadhan · 8 years ago
  20. 0cb4396 RDS: split out connection specific state from rds_connection to rds_conn_path by Sowmini Varadhan · 8 years ago
  21. 9c79440 RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one() by Sowmini Varadhan · 8 years ago
  22. 5711f8b RDS: Add support for SO_TIMESTAMP for incoming messages by santosh.shilimkar@oracle.com · 8 years ago
  23. 7b56543 RDS: convert bind hash table to re-sizable hashtable by santosh.shilimkar@oracle.com · 9 years ago
  24. 91d2f14 Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux by David S. Miller · 9 years ago
  25. 3b20fc3 RDS: Use a single TCP socket for both send and receive. by Sowmini Varadhan · 9 years ago
  26. 9b9acde RDS: Use per-bucket rw lock for bind hash-table by Santosh Shilimkar · 10 years ago
  27. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  28. d5a8ac2 RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_net by Sowmini Varadhan · 9 years ago
  29. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  30. b806ef3 Merge branch 'for-4.2-misc' into k.o/for-4.2 by Doug Ledford · 9 years ago
  31. d655a9f rds: re-entry of rds_ib_xmit/rds_iw_xmit by Wengang Wang · 9 years ago
  32. d97dac5 net/rds: Add setsockopt support for SO_RDS_TRANSPORT by Sowmini Varadhan · 9 years ago
  33. a28c257 net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h by Sowmini Varadhan · 9 years ago
  34. 3c88f3d RDS: Switch to generic logging helpers by Sagi Grimberg · 9 years ago
  35. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  36. 443be0e RDS: make sure not to loop forever inside rds_send_xmit by Sowmini Varadhan · 9 years ago
  37. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  38. 083735f rds: switch rds_message_copy_from_user() to iov_iter by Al Viro · 10 years ago
  39. c310e72 rds: switch ->inc_copy_to_user() to passing iov_iter by Al Viro · 10 years ago
  40. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  41. 6114eab rds: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  42. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  43. 441c793 net: cleanup unused macros in net directory by Shan Wei · 13 years ago
  44. ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
  45. 20c72bd RDS: Implement masked atomic operations by Andy Grover · 14 years ago
  46. 59f740a RDS/IB: print string constants in more places by Zach Brown · 14 years ago
  47. 5adb5bc RDS: have sockets get transport module references by Zach Brown · 14 years ago
  48. 7751048 RDS: remove old rs_transport comment by Zach Brown · 14 years ago
  49. ef87b7e RDS: remove __init and __exit annotation by Zach Brown · 14 years ago
  50. 0f4b1c7 rds: fix rds_send_xmit() serialization by Zach Brown · 14 years ago
  51. 671202f rds: remove unused rds_send_acked_before() by Zach Brown · 14 years ago
  52. f3c6808 RDS: introduce rds_conn_connect_if_down() by Zach Brown · 14 years ago
  53. 7e3f295 rds: don't let RDS shutdown a connection while senders are present by Chris Mason · 14 years ago
  54. 38a4e5e rds: Use RCU for the bind lookup searches by Chris Mason · 14 years ago
  55. c83188d rds: per-rm flush_wait waitq by Chris Mason · 14 years ago
  56. 9e29db0 RDS: Use a generation counter to avoid rds_send_xmit loop by Chris Mason · 14 years ago
  57. 51e2cba RDS: Move atomic stats from general to ib-specific area by Andy Grover · 14 years ago
  58. 049ee3f RDS: Change send lock from a mutex to a spinlock by Andy Grover · 14 years ago
  59. 77dd550 RDS: Stop supporting old cong map sending method by Andy Grover · 14 years ago
  60. ff3d7d3 RDS: Perform unmapping ops in stages by Andy Grover · 14 years ago
  61. 2c3a5f9 RDS: Add flag for silent ops. Do atomic op before RDMA by Andy Grover · 14 years ago
  62. 7e3bd65 RDS: Move some variables around for consistency by Andy Grover · 14 years ago
  63. 5b2366b RDS: Rewrite rds_send_xmit by Andy Grover · 14 years ago
  64. 6c7cc6e RDS: Rename data op members prefix from m_ to op_ by Andy Grover · 14 years ago
  65. f8b3aaf RDS: Remove struct rds_rdma_op by Andy Grover · 14 years ago
  66. d0ab25a RDS: purge atomic resources too in rds_message_purge() by Andy Grover · 14 years ago
  67. 241eef3 RDS: Implement silent atomics by Andy Grover · 14 years ago
  68. 809fa14 RDS: inc_purge() transport function unused - remove it by Andy Grover · 14 years ago
  69. 15133f6 RDS: Implement atomic operations by Andy Grover · 14 years ago
  70. ff87e97 RDS: make m_rdma_op a member of rds_message by Andy Grover · 14 years ago
  71. 21f79af RDS: fold rdma.h into rds.h by Andy Grover · 14 years ago
  72. fc44508 RDS: Explicitly allocate rm in sendmsg() by Andy Grover · 14 years ago
  73. e779137 RDS: break out rdma and data ops into nested structs in rds_message by Andy Grover · 14 years ago
  74. 2dc3935 RDS: move rds_shutdown_worker impl. to rds_conn_shutdown by Andy Grover · 14 years ago
  75. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  76. b98ba52 RDS: only put sockets that have seen congestion on the poll_waitq by Andy Grover · 14 years ago
  77. 335776b RDS: Track transports via an array, not a list by Andy Grover · 15 years ago
  78. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  79. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  80. 9b8de74 FRV: Fix the section attribute on UP DECLARE_PER_CPU() by David Howells · 15 years ago
  81. 7b70d03 RDS/IW+IB: Allow max credit advertise window. by Steve Wise · 15 years ago
  82. 8cbd960 RDS: Use spinlock to protect 64b value update on 32b archs by Andy Grover · 15 years ago
  83. 39de828 RDS: Main header file by Andy Grover · 15 years ago