1. 271b4a8 rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp by Dag Moxnes · 6 years ago
  2. 5c6712a rds: ib: add error handle by Zhu Yanjun · 7 years ago
  3. b04e855 RDS: TCP: Hooks to set up a single connection path by Sowmini Varadhan · 8 years ago
  4. 226f7a7 RDS: Rework path specific indirections by Sowmini Varadhan · 8 years ago
  5. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. 5c3da57 net: rds: fix coding style issues by Joshua Houghton · 8 years ago
  7. 1f9ecd7 RDS: Pass rds_conn_path to rds_send_xmit() by Sowmini Varadhan · 8 years ago
  8. 0cb4396 RDS: split out connection specific state from rds_connection to rds_conn_path by Sowmini Varadhan · 8 years ago
  9. a7c5565 RDS: fix endianness for dp_ack_seq by Qing Huang · 8 years ago
  10. 1659185 RDS: IB: Support Fastreg MR (FRMR) memory registration mode by Avinash Repaka · 8 years ago
  11. ad6832f RDS: IB: allocate extra space on queues for FRMR support by santosh.shilimkar@oracle.com · 8 years ago
  12. dcfd041 RDS: IB: Remove the RDS_IB_SEND_OP dependency by santosh.shilimkar@oracle.com · 8 years ago
  13. ab9f2fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  14. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  15. 9441c97 RDS: IB: handle rds_ibdev release case instead of crashing the kernel by Santosh Shilimkar · 9 years ago
  16. 0c28c04 RDS: IB: split send completion handling and do batch ack by Santosh Shilimkar · 9 years ago
  17. f4f943c RDS: IB: ack more receive completions to improve performance by Santosh Shilimkar · 9 years ago
  18. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  19. e558024 rds/ib: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  20. 1c3be62 RDS: Don't destroy the rdma id until after we're done using it by Santosh Shilimkar · 9 years ago
  21. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  22. 1bc7b863 RDS: destroy the ib state earlier during shutdown by santosh.shilimkar@oracle.com · 9 years ago
  23. 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
  24. 8e37210 IB/core: Change ib_create_cq to use struct ib_cq_init_attr by Matan Barak · 9 years ago
  25. 3c88f3d RDS: Switch to generic logging helpers by Sagi Grimberg · 9 years ago
  26. e278371 net/rds: Fix new sparse warning by David Ahern · 9 years ago
  27. c0adf54 net/rds: fix unaligned memory access by shamir rabinovitch · 9 years ago
  28. a496759 IB/rds: suppress incompatible protocol when version is known by Marciniszyn, Mike · 11 years ago
  29. f0229ea RDS: use gfp flags from caller in conn_alloc() by Dan Carpenter · 12 years ago
  30. 3dbd443 net: Convert vmalloc/memset to vzalloc by Joe Perches · 13 years ago
  31. cb0a605 net/rds: use prink_ratelimited() instead of printk_ratelimit() by Manuel Zerpies · 13 years ago
  32. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 14 years ago
  33. f4fa7f3 rds: double unlock in rds_ib_cm_handle_connect() by Dan Carpenter · 14 years ago
  34. 59f740a RDS/IB: print string constants in more places by Zach Brown · 14 years ago
  35. 1bde04a RDS/IB: print IB event strings as well as their number by Zach Brown · 14 years ago
  36. f046011 RDS/IB: track signaled sends by Zach Brown · 14 years ago
  37. 3324412 RDS/IB: Add caching of frags and incs by Chris Mason · 14 years ago
  38. 3e0249f RDS/IB: add refcount tracking to struct rds_ib_device by Zach Brown · 14 years ago
  39. a46ca94 RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lock by Zach Brown · 14 years ago
  40. e4c52c9 RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node() by Andy Grover · 14 years ago
  41. f17a1a5 RDS: Refill recv ring directly from tasklet by Andy Grover · 14 years ago
  42. e32b4a7 RDS/IB: Do not wait for send ring to be empty on conn shutdown by Andy Grover · 14 years ago
  43. ff3d7d3 RDS: Perform unmapping ops in stages by Andy Grover · 14 years ago
  44. f147dd9 RDS/IB: Disallow connections less than RDS 3.1 by Andy Grover · 14 years ago
  45. 40589e7 RDS: Base init_depth and responder_resources on hw values by Andy Grover · 14 years ago
  46. 8690bfa RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons by Andy Grover · 14 years ago
  47. 5daf47b net/rds: Add missing mutex_unlock by Julia Lawall · 14 years ago
  48. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  49. 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
  50. 9706978 RDS: Turn down alarming reconnect messages by Andy Grover · 14 years ago
  51. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 14 years ago
  52. d521b63 RDS/IB+IW: Move recv processing to a tasklet by Andy Grover · 15 years ago
  53. fdf6e6b RDS/IB: Drop connection when a fatal QP event is received by Andy Grover · 15 years ago
  54. e11d912 RDS/IB: Move tx/rx ring init and refill to later by Andy Grover · 15 years ago
  55. 8dacd57 RDS/IB: Fix printk to indicate remote IP, not local by Andy Grover · 15 years ago
  56. 02a6a25 RDS/IB: Handle connections using RDS 3.0 wire protocol by Andy Grover · 15 years ago
  57. 9ddbcfa RDS/IB: Improve RDS protocol version checking by Andy Grover · 15 years ago
  58. 3ba23ad RDS: Set retry_count to 2 and make modifiable via modparam by Andy Grover · 15 years ago
  59. 8cbd960 RDS: Use spinlock to protect 64b value update on 32b archs by Andy Grover · 15 years ago
  60. 745cbcc RDS: Rewrite connection cleanup, fixing oops on rmmod by Andy Grover · 15 years ago
  61. ec16227 RDS/IB: Infiniband transport by Andy Grover · 15 years ago