1. 42f2611 rds: stop using dmapool by Christoph Hellwig · 4 years, 2 months ago
  2. 9f0bb95 net/rds: suppress page allocation failure error in recv buffer refill by Manjunath Patil · 4 years, 3 months ago
  3. 9b17f58 net/rds: Use DMA memory pool allocation for rds_header by Ka-Cheong Poon · 5 years ago
  4. fab401e net/rds: Log vendor error if send/recv Work requests fail by Sudhakar Dindukurti · 5 years ago
  5. bf1867d net/rds: Whitelist rdma_cookie and rx_tstamp for usercopy by Dag Moxnes · 5 years ago
  6. 65dedd7 RDS: limit the number of times we loop in rds_send_xmit by Chris Mason · 13 years ago
  7. b50e058 net: rds: fix memory leak when unload rds_rdma by Zhu Yanjun · 6 years ago
  8. f350574 rds: ib: force endiannes annotation by Nicholas Mc Guire · 6 years ago
  9. a50243b Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  10. fd261ce rds: rdma: update rdma transport for tos by Santosh Shilimkar · 6 years ago
  11. a163afc IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len() by Bart Van Assche · 6 years ago
  12. 0a3173a Merge branch 'linus/master' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  13. f394ad2 rds: rds_ib_recv_alloc_cache() should call alloc_percpu_gfp() instead by Ka-Cheong Poon · 6 years ago
  14. f112d53 net/rds: Simplify ib_post_(send|recv|srq_recv)() calls by Bart Van Assche · 6 years ago
  15. eee2fa6 rds: Changing IP address internal representation to struct in6_addr by Ka-Cheong Poon · 6 years ago
  16. fa52531 net/rds: Remove unnecessary variable by Håkon Bugge · 6 years ago
  17. bfd4271 net/rds: void function cannot return -1 by Håkon Bugge · 6 years ago
  18. 1cb483a rds: ib: Fix NULL pointer dereference in debug code by Håkon Bugge · 7 years ago
  19. 05bfd7d rds: Reintroduce statistics counting by Håkon Bugge · 7 years ago
  20. 3289025 RDS: add receive message trace used by application by Santosh Shilimkar · 9 years ago
  21. 09b2b8f RDS: IB: add few useful cache stasts by Santosh Shilimkar · 8 years ago
  22. ff3f19a RDS: IB: include faddr in connection log by Santosh Shilimkar · 9 years ago
  23. 2da43c4 RDS: TCP: make receive path use the rds_conn_path by Sowmini Varadhan · 9 years ago
  24. 0cb4396 RDS: split out connection specific state from rds_connection to rds_conn_path by Sowmini Varadhan · 9 years ago
  25. 579ba85 RDS: fix congestion map corruption for PAGE_SIZE > 4k by shamir rabinovitch · 9 years ago
  26. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  27. f4f943c RDS: IB: ack more receive completions to improve performance by Santosh Shilimkar · 9 years ago
  28. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  29. e558024 rds/ib: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  30. ba54d3c RDS: fix the dangling reference to rds_ib_incoming_slab by santosh.shilimkar@oracle.com · 9 years ago
  31. b01d04a rds: Fix improper gfp_t usage. by David S. Miller · 9 years ago
  32. 73ce431 RDS: make sure we post recv buffers by santosh.shilimkar@oracle.com · 9 years ago
  33. 43962dd RDS: always free recv frag as we free its ring entry by santosh.shilimkar@oracle.com · 9 years ago
  34. 3c88f3d RDS: Switch to generic logging helpers by Sagi Grimberg · 10 years ago
  35. c310e72 rds: switch ->inc_copy_to_user() to passing iov_iter by Al Viro · 10 years ago
  36. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  37. c196403 net: rds: fix per-cpu helper usage by Gerald Schaefer · 11 years ago
  38. f2e9bd7 IB/rds: Correct ib_api use with gs_dma_address/sg_dma_len by Marciniszyn, Mike · 12 years ago
  39. ae4b46e net: rds: use this_cpu_* per-cpu helper by Shan Wei · 12 years ago
  40. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  41. 6114eab rds: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  42. 5fd5c44 rds: Fix typo in iw_recv.c and ib_recv.c by Masanari Iida · 13 years ago
  43. 59f740a RDS/IB: print string constants in more places by Zach Brown · 14 years ago
  44. b4e1da3 RDS: properly use sg_init_table by Chris Mason · 14 years ago
  45. ef87b7e RDS: remove __init and __exit annotation by Zach Brown · 15 years ago
  46. c20f5b9 RDS/IB: Use SLAB_HWCACHE_ALIGN flag for kmem_cache_create() by Andy Grover · 15 years ago
  47. d455ab6 RDS/IB: always process recv completions by Zach Brown · 15 years ago
  48. b6fb0df RDS/IB: Make ib_recv_refill return void by Andy Grover · 15 years ago
  49. 037f18a3 RDS: use friendly gfp masks for prefill by Chris Mason · 15 years ago
  50. 3324412 RDS/IB: Add caching of frags and incs by Chris Mason · 15 years ago
  51. fc24f78 RDS/IB: Remove ib_recv_unmap_page() by Andy Grover · 15 years ago
  52. 3427e85 RDS: Assume recv->r_frag is always NULL in refill_one() by Andy Grover · 15 years ago
  53. 0b088e0 RDS: Use page_remainder_alloc() for recv bufs by Andy Grover · 15 years ago
  54. 7e3f295 rds: don't let RDS shutdown a connection while senders are present by Chris Mason · 15 years ago
  55. f17a1a5 RDS: Refill recv ring directly from tasklet by Andy Grover · 15 years ago
  56. 919ced4 RDS/IB: Remove ib_[header/data]_sge() functions by Andy Grover · 15 years ago
  57. f147dd9 RDS/IB: Disallow connections less than RDS 3.1 by Andy Grover · 15 years ago
  58. 809fa14 RDS: inc_purge() transport function unused - remove it by Andy Grover · 15 years ago
  59. 8690bfa RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons by Andy Grover · 15 years ago
  60. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  61. 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
  62. 735f61e RDS: Do not BUG() on error returned from ib_post_send by Andy Grover · 15 years ago
  63. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  64. d521b63 RDS/IB+IW: Move recv processing to a tasklet by Andy Grover · 15 years ago
  65. 86357b1 RDS: Fix potential race around rds_i[bw]_allocation by Andy Grover · 15 years ago
  66. 597ddd5 RDS/IB: Rename byte_len to data_len to enhance readability by Andy Grover · 15 years ago
  67. 02a6a25 RDS/IB: Handle connections using RDS 3.0 wire protocol by Andy Grover · 15 years ago
  68. 7b70d03 RDS/IW+IB: Allow max credit advertise window. by Steve Wise · 16 years ago
  69. 8cbd960 RDS: Use spinlock to protect 64b value update on 32b archs by Andy Grover · 16 years ago
  70. 1e23b3e RDS/IB: Receive datagrams via IB by Andy Grover · 16 years ago