1. 16fdf8b rds: Fix build regression. by David S. Miller · 6 years ago
  2. 8360ed6 RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_stats by Nathan Chancellor · 6 years ago
  3. f394ad2 rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead by Ka-Cheong Poon · 6 years ago
  4. eee2fa6 rds: Changing IP address internal representation to struct in6_addr by Ka-Cheong Poon · 6 years ago
  5. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  6. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  7. 9dff993 RDS: IB: Limit the scope of has_fr/has_fmr variables by Avinash Repaka · 7 years ago
  8. 50d61ff net, rds: convert rds_ib_device.refcount from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  9. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  10. 5f68dca RDS: net: Switch from dma_device to dev.parent by Bart Van Assche · 8 years ago
  11. d43dbac IB/core: Change the type of an ib_dma_alloc_coherent() argument by Bart Van Assche · 8 years ago
  12. cf65726 RDS: IB: fix panic due to handlers running post teardown by Santosh Shilimkar · 8 years ago
  13. be2f76e RDS: IB: Add vector spreading for cqs by Santosh Shilimkar · 8 years ago
  14. 09b2b8f RDS: IB: add few useful cache stasts by Santosh Shilimkar · 8 years ago
  15. 581d53c RDS: IB: track and log active side endpoint in connection by Santosh Shilimkar · 8 years ago
  16. 5601245 RDS: IB: split the mr registration and invalidation path by Santosh Shilimkar · 9 years ago
  17. fab8688d RDS: IB: make the transport retry count smallest by Santosh Shilimkar · 8 years ago
  18. 6cdaf03 RDS: add __printf format attribute to error reporting functions by Nicolas Iooss · 8 years ago
  19. b04e855 RDS: TCP: Hooks to set up a single connection path by Sowmini Varadhan · 8 years ago
  20. 2da43c4 RDS: TCP: make receive path use the rds_conn_path by Sowmini Varadhan · 8 years ago
  21. 226f7a7 RDS: Rework path specific indirections by Sowmini Varadhan · 8 years ago
  22. 1659185 RDS: IB: Support Fastreg MR (FRMR) memory registration mode by Avinash Repaka · 9 years ago
  23. ad6832f RDS: IB: allocate extra space on queues for FRMR support by santosh.shilimkar@oracle.com · 9 years ago
  24. 2cb2912 RDS: IB: add Fastreg MR (FRMR) detection support by santosh.shilimkar@oracle.com · 9 years ago
  25. db42753 RDS: IB: add mr reused stats by santosh.shilimkar@oracle.com · 9 years ago
  26. f6df683 RDS: IB: Re-organise ibmr code by santosh.shilimkar@oracle.com · 9 years ago
  27. dcfd041 RDS: IB: Remove the RDS_IB_SEND_OP dependency by santosh.shilimkar@oracle.com · 9 years ago
  28. ab9f2fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  29. e622f2f IB: split struct ib_send_wr by Christoph Hellwig · 9 years ago
  30. 0676651 RDS: IB: split mr pool to improve 8K messages performance by Santosh Shilimkar · 9 years ago
  31. 0c28c04 RDS: IB: split send completion handling and do batch ack by Santosh Shilimkar · 9 years ago
  32. f4f943c RDS: IB: ack more receive completions to improve performance by Santosh Shilimkar · 9 years ago
  33. 59fe460 RDS: use kfree_rcu in rds_ib_remove_ipaddr by Santosh Shilimkar · 13 years ago
  34. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  35. e558024 rds/ib: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  36. ad1d7dc RDS: push FMR pool flush work to its own worker by santosh.shilimkar@oracle.com · 9 years ago
  37. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  38. e045671 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  39. d2a9ec6 net: rds: use for_each_sg() for scatterlist parsing by Fabian Frederick · 9 years ago
  40. 3c88f3d RDS: Switch to generic logging helpers by Sagi Grimberg · 9 years ago
  41. c310e72 rds: switch ->inc_copy_to_user() to passing iov_iter by Al Viro · 10 years ago
  42. ae4b46e net: rds: use this_cpu_* per-cpu helper by Shan Wei · 12 years ago
  43. a0c6ffb rds_rdma: don't assume infiniband device is PCI by Thadeu Lima de Souza Cascardo · 12 years ago
  44. a6b7a40 net: remove interrupt.h inclusion from netdevice.h by Alexey Dobriyan · 13 years ago
  45. c534a10 rds/ib: use system_wq instead of rds_ib_fmr_wq by Tejun Heo · 14 years ago
  46. ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
  47. 59f740a RDS/IB: print string constants in more places by Zach Brown · 14 years ago
  48. ea81986 RDS/IB: protect the list of IB devices by Zach Brown · 14 years ago
  49. f046011 RDS/IB: track signaled sends by Zach Brown · 14 years ago
  50. ef87b7e RDS: remove __init and __exit annotation by Zach Brown · 14 years ago
  51. 515e079 RDS/IB: create a work queue for FMR flushing by Zach Brown · 14 years ago
  52. 8aeb1ba RDS/IB: destroy connections on rmmod by Zach Brown · 14 years ago
  53. b6fb0df RDS/IB: Make ib_recv_refill return void by Andy Grover · 14 years ago
  54. eabb732 rds: more FMRs are faster by Chris Mason · 14 years ago
  55. 3324412 RDS/IB: Add caching of frags and incs by Chris Mason · 14 years ago
  56. 0b088e0 RDS: Use page_remainder_alloc() for recv bufs by Andy Grover · 14 years ago
  57. 3e0249f RDS/IB: add refcount tracking to struct rds_ib_device by Zach Brown · 14 years ago
  58. e4c52c9 RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node() by Andy Grover · 14 years ago
  59. 51e2cba RDS: Move atomic stats from general to ib-specific area by Andy Grover · 14 years ago
  60. f17a1a5 RDS: Refill recv ring directly from tasklet by Andy Grover · 15 years ago
  61. ff3d7d3 RDS: Perform unmapping ops in stages by Andy Grover · 15 years ago
  62. f8b3aaf RDS: Remove struct rds_rdma_op by Andy Grover · 15 years ago
  63. 241eef3 RDS: Implement silent atomics by Andy Grover · 15 years ago
  64. 1d34f17 RDS: Remove unsignaled_bytes sysctl by Andy Grover · 15 years ago
  65. 919ced4 RDS/IB: Remove ib_[header/data]_sge() functions by Andy Grover · 15 years ago
  66. 809fa14 RDS: inc_purge() transport function unused - remove it by Andy Grover · 15 years ago
  67. 40589e7 RDS: Base init_depth and responder_resources on hw values by Andy Grover · 15 years ago
  68. 15133f6 RDS: Implement atomic operations by Andy Grover · 15 years ago
  69. d521b63 RDS/IB+IW: Move recv processing to a tasklet by Andy Grover · 15 years ago
  70. a870d62 RDS/IB: Always use PAGE_SIZE for FMR page size by Andy Grover · 15 years ago
  71. 02a6a25 RDS/IB: Handle connections using RDS 3.0 wire protocol by Andy Grover · 15 years ago
  72. 3ba23ad RDS: Set retry_count to 2 and make modifiable via modparam by Andy Grover · 15 years ago
  73. 7b70d03 RDS/IW+IB: Allow max credit advertise window. by Steve Wise · 15 years ago
  74. 8cbd960 RDS: Use spinlock to protect 64b value update on 32b archs by Andy Grover · 15 years ago
  75. 745cbcc RDS: Rewrite connection cleanup, fixing oops on rmmod by Andy Grover · 15 years ago
  76. ec16227 RDS/IB: Infiniband transport by Andy Grover · 16 years ago