1. a99da5b rds: stop using dmapool by Christoph Hellwig · 4 years, 2 months ago
  2. 649392b RDMA: Remove 'max_fmr' by Jason Gunthorpe · 4 years, 8 months ago
  3. 07549ee RDMA/rds: Remove FMR support for memory registration by Max Gurtovoy · 4 years, 8 months ago
  4. 11a0ae4 RDMA: Allow ib_client's to fail when add() is called by Jason Gunthorpe · 4 years, 9 months ago
  5. 2eafa17 net/rds: Handle ODP mr registration/unregistration by Hans Westgaard Ry · 5 years ago
  6. ce753e6 net/rds: Remove unnecessary null check by YueHaibing · 5 years ago
  7. d131c5b net/rds: Add missing include file by YueHaibing · 5 years ago
  8. 6f4c930 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  9. 9b17f58 net/rds: Use DMA memory pool allocation for rds_header by Ka-Cheong Poon · 5 years ago
  10. d64bf89 net/rds: Fix error handling in rds_ib_add_one() by Dotan Barak · 5 years ago
  11. e0e6d06 net: rds: add service level support in rds-info by Zhu Yanjun · 5 years ago
  12. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  13. b50e058 net: rds: fix memory leak when unload rds_rdma by Zhu Yanjun · 6 years ago
  14. fe3475a net: rds: add per rds connection cache statistics by Zhu Yanjun · 6 years ago
  15. 56dc8bc rds: add transport specific tos_map hook by Santosh Shilimkar · 6 years ago
  16. 3eb4503 rds: add type of service(tos) infrastructure by Santosh Shilimkar · 6 years ago
  17. 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 6 years ago
  18. 53ae914 net/rds: Use rdma_read_gids to get connection SGID/DGID in IPv6 by Zhu Yanjun · 6 years ago
  19. 0a3173a Merge branch 'linus/master' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  20. e65d4d9 rds: Remove IPv6 dependency by Ka-Cheong Poon · 6 years ago
  21. 1cb1d97 rds: remove trailing whitespace and blank lines by Stephen Hemminger · 6 years ago
  22. b7ff8b1 rds: Extend RDS API for IPv6 support by Ka-Cheong Poon · 6 years ago
  23. 1e2b44e rds: Enable RDS IPv6 support by Ka-Cheong Poon · 6 years ago
  24. eee2fa6 rds: Changing IP address internal representation to struct in6_addr by Ka-Cheong Poon · 6 years ago
  25. 33023fb IB/core: add max_send_sge and max_recv_sge attributes by Steve Wise · 7 years ago
  26. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  27. f1cb9d6 net: rds: drop VLA in rds_for_each_conn_info() by Salvatore Mesoraca · 7 years ago
  28. ebeeb1a rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and rds connection/workq management by Sowmini Varadhan · 7 years ago
  29. 2c0aa08 RDS: IB: Fix null pointer issue by Guanglei Li · 7 years ago
  30. a2e812e net/rds: Use rdma_read_gids to read connection GIDs by Parav Pandit · 7 years ago
  31. 9dff993 RDS: IB: Limit the scope of has_fr/has_fmr variables by Avinash Repaka · 7 years ago
  32. 50d61ff net, rds: convert rds_ib_device.refcount from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
  33. a8d63a5 rds: remove unnecessary returned value check by Zhu Yanjun · 8 years ago
  34. 4f7bfb3 rds: ib: add the static type to the variables by Zhu Yanjun · 8 years ago
  35. 77cc7ae RDS: IB: fix ifnullfree.cocci warnings by Wu Fengguang · 8 years ago
  36. be2f76e RDS: IB: Add vector spreading for cqs by Santosh Shilimkar · 9 years ago
  37. ed082d3 IB/core: add support to create a unsafe global rkey to ib_create_pd by Christoph Hellwig · 8 years ago
  38. b04e855 RDS: TCP: Hooks to set up a single connection path by Sowmini Varadhan · 9 years ago
  39. 2da43c4 RDS: TCP: make receive path use the rds_conn_path by Sowmini Varadhan · 9 years ago
  40. 226f7a7 RDS: Rework path specific indirections by Sowmini Varadhan · 9 years ago
  41. 0cb4396 RDS: split out connection specific state from rds_connection to rds_conn_path by Sowmini Varadhan · 9 years ago
  42. 2cb2912 RDS: IB: add Fastreg MR (FRMR) detection support by santosh.shilimkar@oracle.com · 9 years ago
  43. f6df683 RDS: IB: Re-organise ibmr code by santosh.shilimkar@oracle.com · 9 years ago
  44. 0353261 net/rds: Avoid calling ib_query_device by Or Gerlitz · 9 years ago
  45. ab9f2fa Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  46. fa20105 IB/cma: Add support for network namespaces by Guy Shapiro · 9 years ago
  47. 0676651 RDS: IB: split mr pool to improve 8K messages performance by Santosh Shilimkar · 9 years ago
  48. 41a4e9646 RDS: IB: use max_mr from HCA caps than max_fmr by Santosh Shilimkar · 9 years ago
  49. 26d2177 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  50. e558024 rds/ib: Remove ib_get_dma_mr calls by Jason Gunthorpe · 9 years ago
  51. 7c1eb45 IB/core: lock client data with lists_rwsem by Haggai Eran · 9 years ago
  52. ad1d7dc RDS: push FMR pool flush work to its own worker by santosh.shilimkar@oracle.com · 9 years ago
  53. 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
  54. c234975 rds: prevent dereference of a NULL device by Sasha Levin · 11 years ago
  55. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 14 years ago
  56. b26f9b9 RDMA/cma: Pass QP type into rdma_create_id() by Sean Hefty · 15 years ago
  57. c534a10 rds/ib: use system_wq instead of rds_ib_fmr_wq by Tejun Heo · 14 years ago
  58. ff51bf8 rds: make local functions/variables static by stephen hemminger · 14 years ago
  59. ea81986 RDS/IB: protect the list of IB devices by Zach Brown · 15 years ago
  60. ef87b7e RDS: remove __init and __exit annotation by Zach Brown · 15 years ago
  61. 515e079 RDS/IB: create a work queue for FMR flushing by Zach Brown · 15 years ago
  62. 8aeb1ba RDS/IB: destroy connections on rmmod by Zach Brown · 15 years ago
  63. 24fa163 RDS/IB: wait for IB dev freeing work to finish during rmmod by Zach Brown · 15 years ago
  64. fc19de3 RDS/IB: disconnect when IB devices are removed by Zach Brown · 15 years ago
  65. 3e0249f RDS/IB: add refcount tracking to struct rds_ib_device by Zach Brown · 15 years ago
  66. e4c52c9 RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node() by Andy Grover · 15 years ago
  67. 764f2dd rds: rcu-ize rds_ib_get_device() by Chris Mason · 15 years ago
  68. 77dd550 RDS: Stop supporting old cong map sending method by Andy Grover · 15 years ago
  69. 809fa14 RDS: inc_purge() transport function unused - remove it by Andy Grover · 15 years ago
  70. 40589e7 RDS: Base init_depth and responder_resources on hw values by Andy Grover · 15 years ago
  71. 15133f6 RDS: Implement atomic operations by Andy Grover · 15 years ago
  72. 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
  73. 6f8372b RDMA/cm: fix loopback address support by Sean Hefty · 15 years ago
  74. 335776b RDS: Track transports via an array, not a list by Andy Grover · 15 years ago
  75. a870d62 RDS/IB: Always use PAGE_SIZE for FMR page size by Andy Grover · 16 years ago
  76. 3ba23ad RDS: Set retry_count to 2 and make modifiable via modparam by Andy Grover · 16 years ago
  77. 94713ba ERR_PTR() dereference in net/rds/ib.c by Dan Carpenter · 16 years ago
  78. 745cbcc RDS: Rewrite connection cleanup, fixing oops on rmmod by Andy Grover · 16 years ago
  79. ec16227 RDS/IB: Infiniband transport by Andy Grover · 16 years ago