1. 6d202d9 RDMA/hns: Use the core code to manage the fixed mmap entries by Chengchang Tang · 3 years, 2 months ago
  2. ac0fffa RDMA/core: Set sgtable nents when using ib_dma_virt_map_sg() by Logan Gunthorpe · 3 years, 3 months ago
  3. a29b934 RDMA/mlx5: Add modify_op_stat() support by Aharon Landau · 3 years, 3 months ago
  4. 5e2ddd1 RDMA/counter: Add optional counter support by Aharon Landau · 3 years, 3 months ago
  5. 0dc8968 RDMA/counter: Add an is_disabled field in struct rdma_hw_stats by Aharon Landau · 3 years, 3 months ago
  6. 0a0800c RDMA/core: Add a helper API rdma_free_hw_stats_struct by Mark Zhang · 3 years, 3 months ago
  7. 13f30b0 RDMA/counter: Add a descriptor in struct rdma_hw_stats by Aharon Landau · 3 years, 3 months ago
  8. 6a21743 Merge branch 'sg_nents' into rdma.git for-next by Jason Gunthorpe · 3 years, 4 months ago
  9. 79fbd3e RDMA: Use the sg_table directly and remove the opencoded version from umem by Maor Gottlieb · 3 years, 4 months ago
  10. 8da9fe4 RDMA/core: Reorganize create QP low-level functions by Leon Romanovsky · 3 years, 5 months ago
  11. 514aee6 RDMA: Globally allocate and release QP memory by Leon Romanovsky · 3 years, 5 months ago
  12. 84dcd8c IB/core: Shuffle locks in ib_port_data to save memory by Anand Khoje · 3 years, 7 months ago
  13. 1477d44 RDMA/mlx5: Enable Relaxed Ordering by default for kernel ULPs by Avihai Horon · 3 years, 7 months ago
  14. 915e4af RDMA: Remove rdma_set_device_sysfs_group() by Jason Gunthorpe · 3 years, 7 months ago
  15. d7407d1 RDMA: Change ops->init_port to ops->port_groups by Jason Gunthorpe · 3 years, 7 months ago
  16. b7066b3 RDMA/core: Create the device hw_counters through the normal groups mechanism by Jason Gunthorpe · 3 years, 7 months ago
  17. 467f432 RDMA/core: Split port and device counter sysfs attributes by Jason Gunthorpe · 3 years, 7 months ago
  18. d8a5883 RDMA/core: Replace the ib_port_data hw_stats pointers with a ib_port pointer by Jason Gunthorpe · 3 years, 7 months ago
  19. 4b5f4d3 RDMA: Split the alloc_hw_stats() ops to port and device variants by Jason Gunthorpe · 3 years, 7 months ago
  20. 7c6c2f5 RDMA: Remove unnecessary struct declaration by Wan Jiabing · 3 years, 8 months ago
  21. 16149ed RDMA/core: Remove never used ib_modify_wq function call by Leon Romanovsky · 3 years, 8 months ago
  22. 48f8a70 RDMA/restrack: Add support to get resource tracking for SRQ by Neta Ostrovsky · 3 years, 9 months ago
  23. 042a00f IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdev by Mike Marciniszyn · 3 years, 9 months ago
  24. 1fb7f89 RDMA: Support more than 255 rdma ports by Mark Bloch · 3 years, 10 months ago
  25. f675ba1 RDMA/core: Remove unused req_ncomp_notif device operation by Gal Pressman · 3 years, 10 months ago
  26. 7416790 RDMA/core: Introduce and use API to read port immutable data by Parav Pandit · 4 years ago
  27. 3bc489e RDMA/core: Add device method for registering dma-buf based memory region by Jianxin Xiong · 4 years, 1 month ago
  28. 009bd55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 1 month ago
  29. 2988ca0 IB: Fix kernel-doc markups by Mauro Carvalho Chehab · 4 years, 1 month ago
  30. 6e0954b RDMA/uverbs: Allow drivers to create a new HW object during rereg_mr by Jason Gunthorpe · 4 years, 1 month ago
  31. adac4cb RDMA/uverbs: Check ODP in ib_check_mr_access() as well by Jason Gunthorpe · 4 years, 1 month ago
  32. 66f57b8 RDMA/restrack: Support all QP types by Leon Romanovsky · 4 years, 2 months ago
  33. cc69837 net: don't include ethtool.h from netdevice.h by Jakub Kicinski · 4 years, 1 month ago
  34. 5a7a9e0 RDMA/core: remove use of dma_virt_ops by Christoph Hellwig · 4 years, 2 months ago
  35. 8ecfca6 RDMA: Lift ibdev_to_node from rds to common code by Christoph Hellwig · 4 years, 2 months ago
  36. 2af2946 RDMA/core: Remove ib_dma_{alloc,free}_coherent by Christoph Hellwig · 4 years, 2 months ago
  37. efa968e RDMA/core: Postpone uobject cleanup on failure till FD close by Leon Romanovsky · 4 years, 2 months ago
  38. 676a80a RDMA: Remove AH from uverbs_cmd_mask by Jason Gunthorpe · 4 years, 3 months ago
  39. bd2a40c RDMA/core Remove uverbs_ex_cmd_mask by Jason Gunthorpe · 4 years, 3 months ago
  40. 26e990b RDMA: Check attr_mask during modify_qp by Jason Gunthorpe · 4 years, 3 months ago
  41. e0477b3 RDMA: Explicitly pass in the dma_device to ib_register_device by Jason Gunthorpe · 4 years, 3 months ago
  42. 9f85cbe RDMA/uverbs: Expose the new GID query API to user space by Avihai Horon · 4 years, 3 months ago
  43. 1c15b4f RDMA/core: Modify enum ib_gid_type and enum rdma_network_type by Avihai Horon · 4 years, 3 months ago
  44. a6f0b08 RDMA/core: Remove ucontext->closing by Jason Gunthorpe · 4 years, 3 months ago
  45. 5dee587 Merge branch 'mlx5_active_speed' into rdma.git for-next by Jason Gunthorpe · 4 years, 4 months ago
  46. 376ceb3 RDMA: Fix link active_speed size by Aharon Landau · 4 years, 4 months ago
  47. c0a6b5e RDMA: Convert RWQ table logic to ib_core allocation scheme by Leon Romanovsky · 4 years, 4 months ago
  48. d18bb3e RDMA: Clean MW allocation and free flows by Leon Romanovsky · 4 years, 4 months ago
  49. b60b9c0 RDMA/core: Added missing WR and WC opcodes by Bob Pearson · 4 years, 4 months ago
  50. 3361c29 RDMA/umem: Use simpler logic for ib_umem_find_best_pgsz() by Jason Gunthorpe · 4 years, 4 months ago
  51. 71ff3f6 RDMA: Make counters destroy symmetrical by Leon Romanovsky · 4 years, 4 months ago
  52. add5353 RDMA: Restore ability to return error for destroy WQ by Leon Romanovsky · 4 years, 4 months ago
  53. d0c45c8 RDMA: Change XRCD destroy return value by Leon Romanovsky · 4 years, 4 months ago
  54. 43d781b RDMA: Allow fail of destroy CQ by Leon Romanovsky · 4 years, 4 months ago
  55. 7e3c66c RDMA/core: Delete function indirection for alloc/free kernel CQ by Leon Romanovsky · 4 years, 4 months ago
  56. 119181d RDMA: Restore ability to fail on SRQ destroy by Leon Romanovsky · 4 years, 4 months ago
  57. 9a9ebf8 RDMA: Restore ability to fail on AH destroy by Leon Romanovsky · 4 years, 4 months ago
  58. 91a7c58 RDMA: Restore ability to fail on PD deallocate by Leon Romanovsky · 4 years, 4 months ago
  59. f553246f RDMA/core: Change how failing destroy is handled during uobj abort by Jason Gunthorpe · 4 years, 4 months ago
  60. 074bf2c RDMA/hns: Get udp sport num dynamically instead of using a fixed value by Weihang Li · 4 years, 5 months ago
  61. d667374 RDMA: Remove constant domain argument from flow creation call by Leon Romanovsky · 4 years, 5 months ago
  62. 6bf9d8f RDMA/include: Replace license text with SPDX tags by Leon Romanovsky · 4 years, 6 months ago
  63. 28ad5f65 RDMA: Move XRCD to be under ib_core responsibility by Leon Romanovsky · 4 years, 6 months ago
  64. 3b023e1 RDMA/core: Create and destroy counters in the ib_core by Leon Romanovsky · 4 years, 6 months ago
  65. 1c8fb1e IB/uverbs: Expose UAPI to query ucontext by Yishai Hadas · 4 years, 6 months ago
  66. 6f3ca6f RDMA/core: Optimize XRC target lookup by Maor Gottlieb · 4 years, 6 months ago
  67. b73efcb RDMA/core: Clean ib_alloc_xrcd() and reuse it to allocate XRC domain by Maor Gottlieb · 4 years, 6 months ago
  68. 42a3b15 RDMA: Remove the udata parameter from alloc_mr callback by Gal Pressman · 4 years, 6 months ago
  69. b64b74b RDMA/core: Remove ib_alloc_mr_user function by Gal Pressman · 4 years, 6 months ago
  70. d473f4d RDMA/mlx5: Introduce ODP prefetch counter by Maor Gottlieb · 4 years, 7 months ago
  71. 14c2b89 RDMA/core: Delete not-used create RWQ table function by Leon Romanovsky · 4 years, 6 months ago
  72. 65959522 RDMA: Add support to dump resource tracker in RAW format by Maor Gottlieb · 4 years, 6 months ago
  73. 211cd94 RDMA: Add dedicated CM_ID resource tracker function by Maor Gottlieb · 4 years, 6 months ago
  74. 5cc3411 RDMA: Add dedicated QP resource tracker function by Maor Gottlieb · 4 years, 6 months ago
  75. 9e2a187 RDMA: Add a dedicated CQ resource tracker function by Maor Gottlieb · 4 years, 6 months ago
  76. f443452 RDMA: Add dedicated MR resource tracker function by Maor Gottlieb · 4 years, 6 months ago
  77. ceabef7 dynamic_debug: add an option to enable dynamic debug for modules only by Orson Zhai · 4 years, 7 months ago
  78. 4d12c04 RDMA: Remove 'max_map_per_fmr' by Jason Gunthorpe · 4 years, 7 months ago
  79. 649392b RDMA: Remove 'max_fmr' by Jason Gunthorpe · 4 years, 7 months ago
  80. 3a57815 RDMA/core: Remove FMR device ops by Max Gurtovoy · 4 years, 7 months ago
  81. c7ff819 RDMA/core: Introduce shared CQ pool API by Yamin Friedman · 4 years, 7 months ago
  82. 3446cbd RDMA/core: Add protection for shared CQs used by ULPs by Yamin Friedman · 4 years, 7 months ago
  83. 175ba58 IB/uverbs: Move QP, SRQ, WQ type and flags to UAPI by Yishai Hadas · 4 years, 8 months ago
  84. 0ac8903 RDMA/core: Allow the ioctl layer to abort a fully created uobject by Jason Gunthorpe · 4 years, 8 months ago
  85. 6d72344 IB/ipoib: Increase ipoib Datagram mode MTU's upper limit by Kaike Wan · 4 years, 8 months ago
  86. 7f90a5a IB/{rdmavt, hfi1}: Implement creation of accelerated UD QPs by Gary Leshner · 4 years, 8 months ago
  87. d99dc60 IB/hfi1: Add functions to transmit datagram ipoib packets by Gary Leshner · 4 years, 8 months ago
  88. b0810b0 RDMA/core: Consolidate ib_create_srq flows by Jason Gunthorpe · 4 years, 8 months ago
  89. d5665a2 RDMA/core: Add hash functions to calculate RoCEv2 flowlabel and UDP source port by Mark Zhang · 4 years, 8 months ago
  90. 11a0ae4 RDMA: Allow ib_client's to fail when add() is called by Jason Gunthorpe · 4 years, 9 months ago
  91. 51aab12 RDMA/core: Get xmit slave for LAG by Maor Gottlieb · 4 years, 8 months ago
  92. bd3920e RDMA/core: Add LAG functionality by Maor Gottlieb · 4 years, 8 months ago
  93. fa5d010 RDMA: Group create AH arguments in struct by Maor Gottlieb · 4 years, 8 months ago
  94. 5b36132 RDMA: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 5 years ago
  95. b72bfc9 RDMA/core: Get rid of ib_create_qp_user by Jason Gunthorpe · 5 years ago
  96. e8b3a42 Merge tag 'rds-odp-for-5.5' into rdma.git for-next by Jason Gunthorpe · 5 years ago
  97. 2233c66 RDMA/uverbs: Add new relaxed ordering memory region access flag by Michael Guralnik · 5 years ago
  98. 68d384b RDMA/core: Add optional access flags range by Michael Guralnik · 5 years ago
  99. ca95c14 RDMA/uverbs: Verify MR access flags by Michael Guralnik · 5 years ago
  100. 87d8069f IB/core: Add interface to advise_mr for kernel users by Moni Shoua · 5 years ago