1. 5916e2c RDS: TCP: Enable multipath RDS for TCP by Sowmini Varadhan · 8 years ago
  2. 8315011 RDS: TCP: Simplify reconnect to avoid duelling reconnnect attempts by Sowmini Varadhan · 8 years ago
  3. 02105b2 RDS: TCP: Make rds_tcp_connection track the rds_conn_path by Sowmini Varadhan · 8 years ago
  4. 226f7a7 RDS: Rework path specific indirections by Sowmini Varadhan · 8 years ago
  5. 3ecc569 RDS: Update rds_conn_destroy to be MP capable by Sowmini Varadhan · 8 years ago
  6. d769ef8 RDS: Update rds_conn_shutdown to work with rds_conn_path by Sowmini Varadhan · 8 years ago
  7. 1c5113c RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_create by Sowmini Varadhan · 8 years ago
  8. fb1b3dc RDS: Add rds_conn_path_error() by Sowmini Varadhan · 8 years ago
  9. 992c9ec RDS: update rds-info related functions to traverse multiple conn_paths by Sowmini Varadhan · 8 years ago
  10. 3c0a590 RDS: Add rds_conn_path_connect_if_down() for MP-aware callers by Sowmini Varadhan · 8 years ago
  11. 0cb4396 RDS: split out connection specific state from rds_connection to rds_conn_path by Sowmini Varadhan · 8 years ago
  12. 8c7188b RDS: fix race condition when sending a message on unbound socket by Quentin Casasnovas · 9 years ago
  13. 3b20fc3 RDS: Use a single TCP socket for both send and receive. by Sowmini Varadhan · 9 years ago
  14. 74e98eb RDS: verify the underlying transport exists before creating a connection by Sasha Levin · 9 years ago
  15. 8f384c0 RDS: rds_conn_lookup() should factor in the struct net for a match by Sowmini Varadhan · 9 years ago
  16. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  17. 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
  18. c82ac7e net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket. by Sowmini Varadhan · 9 years ago
  19. f711a6a net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection. by Sowmini Varadhan · 9 years ago
  20. 443be0e RDS: make sure not to loop forever inside rds_send_xmit by Sowmini Varadhan · 9 years ago
  21. 1789b2c07 RDS: only use passive connections when addresses match by Sowmini Varadhan · 9 years ago
  22. 1bbdcee inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once by Hannes Frederic Sowa · 11 years ago
  23. 65cd803 ipv4: split inet_ehashfn to hash functions per compilation unit by Hannes Frederic Sowa · 11 years ago
  24. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  25. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  26. ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
  27. 4518071 RDS: cancel connection work structs as we shut down by Zach Brown · 14 years ago
  28. ffcec0e RDS: don't call rds_conn_shutdown() from rds_conn_destroy() by Zach Brown · 14 years ago
  29. 5adb5bc RDS: have sockets get transport module references by Zach Brown · 14 years ago
  30. fe8ff6b RDS: lock rds_conn_count decrement in rds_conn_destroy() by Zach Brown · 14 years ago
  31. ef87b7e RDS: remove __init and __exit annotation by Zach Brown · 14 years ago
  32. c9455d9 RDS: whitespace by Andy Grover · 14 years ago
  33. 0f4b1c7 rds: fix rds_send_xmit() serialization by Zach Brown · 14 years ago
  34. 501dccc rds: block ints when acquiring c_lock in rds_conn_message_info() by Zach Brown · 14 years ago
  35. f3c6808 RDS: introduce rds_conn_connect_if_down() by Zach Brown · 14 years ago
  36. bcf50ef rds: use RCU to protect the connection hash by Chris Mason · 14 years ago
  37. abf4543 RDS: use locking on the connection hash list by Chris Mason · 14 years ago
  38. 7e3f295 rds: don't let RDS shutdown a connection while senders are present by Chris Mason · 14 years ago
  39. 9e29db0 RDS: Use a generation counter to avoid rds_send_xmit loop by Chris Mason · 14 years ago
  40. 049ee3f RDS: Change send lock from a mutex to a spinlock by Andy Grover · 14 years ago
  41. 21f79af RDS: fold rdma.h into rds.h by Andy Grover · 14 years ago
  42. 8690bfa RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons by Andy Grover · 14 years ago
  43. 2dc3935 RDS: move rds_shutdown_worker impl. to rds_conn_shutdown by Andy Grover · 14 years ago
  44. 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
  45. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  46. 616b757 RDS: Export symbols from core RDS by Andy Grover · 15 years ago
  47. cb24405 RDS: Refactor end of __conn_create for readability by Andy Grover · 15 years ago
  48. 9099707 RDS: Don't set c_version in __rds_conn_create() by Andy Grover · 15 years ago
  49. 05a178e rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memset by Wei Yongjun · 15 years ago
  50. 00e0f34 RDS: Connection handling by Andy Grover · 15 years ago