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