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