1. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  2. 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
  3. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  4. b806ef3 Merge branch 'for-4.2-misc' into k.o/for-4.2 by Doug Ledford · 9 years ago
  5. d655a9f rds: re-entry of rds_ib_xmit/rds_iw_xmit by Wengang Wang · 9 years ago
  6. d97dac5 net/rds: Add setsockopt support for SO_RDS_TRANSPORT by Sowmini Varadhan · 9 years ago
  7. a28c257 net/rds: Declare SO_RDS_TRANSPORT and RDS_TRANS_* constants in uapi/linux/rds.h by Sowmini Varadhan · 9 years ago
  8. 3c88f3d RDS: Switch to generic logging helpers by Sagi Grimberg · 9 years ago
  9. 87ffabb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  10. 443be0e RDS: make sure not to loop forever inside rds_send_xmit by Sowmini Varadhan · 9 years ago
  11. 1b78414 net: Remove iocb argument from sendmsg and recvmsg by Ying Xue · 9 years ago
  12. 083735f rds: switch rds_message_copy_from_user() to iov_iter by Al Viro · 10 years ago
  13. c310e72 rds: switch ->inc_copy_to_user() to passing iov_iter by Al Viro · 10 years ago
  14. c1b1203 net: misc: Remove extern from function prototypes by Joe Perches · 11 years ago
  15. 6114eab rds: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  16. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  17. 441c793 net: cleanup unused macros in net directory by Shan Wei · 14 years ago
  18. ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
  19. 20c72bd RDS: Implement masked atomic operations by Andy Grover · 14 years ago
  20. 59f740a RDS/IB: print string constants in more places by Zach Brown · 14 years ago
  21. 5adb5bc RDS: have sockets get transport module references by Zach Brown · 14 years ago
  22. 7751048 RDS: remove old rs_transport comment by Zach Brown · 14 years ago
  23. ef87b7e RDS: remove __init and __exit annotation by Zach Brown · 14 years ago
  24. 0f4b1c7 rds: fix rds_send_xmit() serialization by Zach Brown · 14 years ago
  25. 671202f rds: remove unused rds_send_acked_before() by Zach Brown · 14 years ago
  26. f3c6808 RDS: introduce rds_conn_connect_if_down() by Zach Brown · 14 years ago
  27. 7e3f295 rds: don't let RDS shutdown a connection while senders are present by Chris Mason · 14 years ago
  28. 38a4e5e rds: Use RCU for the bind lookup searches by Chris Mason · 14 years ago
  29. c83188d rds: per-rm flush_wait waitq by Chris Mason · 14 years ago
  30. 9e29db0 RDS: Use a generation counter to avoid rds_send_xmit loop by Chris Mason · 14 years ago
  31. 51e2cba RDS: Move atomic stats from general to ib-specific area by Andy Grover · 14 years ago
  32. 049ee3f RDS: Change send lock from a mutex to a spinlock by Andy Grover · 14 years ago
  33. 77dd550 RDS: Stop supporting old cong map sending method by Andy Grover · 14 years ago
  34. ff3d7d3 RDS: Perform unmapping ops in stages by Andy Grover · 14 years ago
  35. 2c3a5f9 RDS: Add flag for silent ops. Do atomic op before RDMA by Andy Grover · 14 years ago
  36. 7e3bd65 RDS: Move some variables around for consistency by Andy Grover · 14 years ago
  37. 5b2366b RDS: Rewrite rds_send_xmit by Andy Grover · 14 years ago
  38. 6c7cc6e RDS: Rename data op members prefix from m_ to op_ by Andy Grover · 14 years ago
  39. f8b3aaf RDS: Remove struct rds_rdma_op by Andy Grover · 14 years ago
  40. d0ab25a RDS: purge atomic resources too in rds_message_purge() by Andy Grover · 14 years ago
  41. 241eef3 RDS: Implement silent atomics by Andy Grover · 15 years ago
  42. 809fa14 RDS: inc_purge() transport function unused - remove it by Andy Grover · 15 years ago
  43. 15133f6 RDS: Implement atomic operations by Andy Grover · 15 years ago
  44. ff87e97 RDS: make m_rdma_op a member of rds_message by Andy Grover · 15 years ago
  45. 21f79af RDS: fold rdma.h into rds.h by Andy Grover · 15 years ago
  46. fc44508 RDS: Explicitly allocate rm in sendmsg() by Andy Grover · 15 years ago
  47. e779137 RDS: break out rdma and data ops into nested structs in rds_message by Andy Grover · 15 years ago
  48. 2dc3935 RDS: move rds_shutdown_worker impl. to rds_conn_shutdown by Andy Grover · 14 years ago
  49. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  50. b98ba52 RDS: only put sockets that have seen congestion on the poll_waitq by Andy Grover · 14 years ago
  51. 335776b RDS: Track transports via an array, not a list by Andy Grover · 15 years ago
  52. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago
  53. bb803cf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  54. 9b8de74 FRV: Fix the section attribute on UP DECLARE_PER_CPU() by David Howells · 15 years ago
  55. 7b70d03 RDS/IW+IB: Allow max credit advertise window. by Steve Wise · 15 years ago
  56. 8cbd960 RDS: Use spinlock to protect 64b value update on 32b archs by Andy Grover · 15 years ago
  57. 39de828 RDS: Main header file by Andy Grover · 15 years ago