1. b645941 net: Don't include filter.h from net/sock.h by Jakub Kicinski · 3 years ago
  2. 1ab52ac RDMA/mlx5: Set user priority for DCT by Patrisious Haddad · 3 years, 3 months ago
  3. 65f90c8 RDMA/mlx5: Relax DCS QP creation checks by Lior Nahmanson · 3 years, 4 months ago
  4. 5f6bb7e RDMA/mlx5: Delete not-available udata check by Leon Romanovsky · 3 years, 5 months ago
  5. 514aee6 RDMA: Globally allocate and release QP memory by Leon Romanovsky · 3 years, 5 months ago
  6. 0dc0da1 RDMA/mlx5: Rework custom driver QP type creation by Leon Romanovsky · 3 years, 5 months ago
  7. 11656f5 RDMA/mlx5: Add DCS offload support by Lior Nahmanson · 3 years, 6 months ago
  8. 2013b4d RDMA/mlx5: Separate DCI QP creation logic by Lior Nahmanson · 3 years, 6 months ago
  9. 2833c97 Merge branch 'mlx5_realtime_ts' into rdma.git for-next by Jason Gunthorpe · 3 years, 6 months ago
  10. 3365295 RDMA/mlx5: Support real-time timestamp directly from the device by Aharon Landau · 3 years, 7 months ago
  11. 9a1ac95 RDMA/mlx5: Refactor get_ts_format functions to simplify code by Aharon Landau · 3 years, 7 months ago
  12. f974428 RDMA/core: Sanitize WQ state received from the userspace by Leon Romanovsky · 3 years, 7 months ago
  13. 9ecf6ac RDMA/mlx5: Take qp type from mlx5_ib_qp by Maor Gottlieb · 3 years, 7 months ago
  14. 0bedd3d RDMA/mlx5: Remove unused parameter udata by Lang Cheng · 3 years, 8 months ago
  15. 021c1f2 RDMA/mlx5: Support SQD2RTS for modify QP by Sergey Gorenko · 3 years, 8 months ago
  16. f34b2cf1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 8 months ago
  17. 1fb7f89 RDMA: Support more than 255 rdma ports by Mark Bloch · 3 years, 10 months ago
  18. 6fe6e56 RDMA/mlx5: Fix mlx5 rates to IB rates map by Mark Zhang · 3 years, 10 months ago
  19. 8256c69b RDMA/mlx5: Fix timestamp default mode by Maor Gottlieb · 3 years, 10 months ago
  20. 68ad4d1 Merge branch 'mlx5_timestamp' into rdma.git for-next by Jason Gunthorpe · 3 years, 11 months ago
  21. 2fe8d4b RDMA/mlx5: Fail QP creation if the device can not support the CQE TS by Aharon Landau · 3 years, 11 months ago
  22. c70f51d RDMA/mlx5: Support 400Gbps IB rate in mlx5 driver by Patrisious Haddad · 3 years, 11 months ago
  23. 7416790 RDMA/core: Introduce and use API to read port immutable data by Parav Pandit · 3 years, 11 months ago
  24. 2019d70 IB/mlx5: Avoid calling query device for reading pkey table length by Parav Pandit · 3 years, 11 months ago
  25. 3ce60f4 IB/mlx5: Move mlx5_port_caps from mlx5_core_dev to mlx5_ib_dev by Parav Pandit · 3 years, 11 months ago
  26. 2614488 RDMA/mlx5: Allow creating all QPs even when non RDMA profile is used by Mark Bloch · 4 years ago
  27. 30cd9fc RDMA/hw/mlx5/qp: Demote non-conformant kernel-doc header by Lee Jones · 4 years ago
  28. 7f1d2df RDMA/mlx5: Remove unneeded semicolon by Tom Rix · 4 years, 2 months ago
  29. 2b1f747 RDMA/core: Allow drivers to disable restrack DB by Leon Romanovsky · 4 years, 1 month ago
  30. f957d4d RDMA/mlx5: Enable querying AH for XRC QP types by Avihai Horon · 4 years, 1 month ago
  31. 808b2c9 IB/mlx5: Fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years, 1 month ago
  32. a59b7b0 RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for QP by Jason Gunthorpe · 4 years, 1 month ago
  33. 7579dcd RDMA/mlx5: Directly compute the PAS list for raw QP RQ's by Jason Gunthorpe · 4 years, 1 month ago
  34. ad480ea RDMA/mlx5: Use mlx5_umem_find_best_quantized_pgoff() for WQ by Jason Gunthorpe · 4 years, 1 month ago
  35. aab8d396 RDMA/mlx5: Change mlx5_ib_populate_pas() to use rdma_for_each_block() by Jason Gunthorpe · 4 years, 2 months ago
  36. f8fb311 RDMA/mlx5: Remove npages from mlx5_ib_cont_pages() by Jason Gunthorpe · 4 years, 2 months ago
  37. 7db0eea RDMA/mlx5: Remove ncont from mlx5_ib_cont_pages() by Jason Gunthorpe · 4 years, 2 months ago
  38. 95741ee RDMA/mlx5: Remove order from mlx5_ib_cont_pages() by Jason Gunthorpe · 4 years, 2 months ago
  39. 1f11a76 RDMA: Check create_flags during create_qp 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. b925c55 RDMA/drivers: Remove udata check from special QP by Leon Romanovsky · 4 years, 3 months ago
  42. 2dc4d67 RDMA/mlx5: Change GSI QP to have same creation flow like other QPs by Leon Romanovsky · 4 years, 3 months ago
  43. 0d9aef8 RDMA/mlx5: Embed GSI QP into general mlx5_ib QP by Leon Romanovsky · 4 years, 3 months ago
  44. a1255ff Merge branch 'mlx_sw_owner_v2' into rdma.git for-next by Jason Gunthorpe · 4 years, 3 months ago
  45. 54a38b6 RDMA/mlx5: Expose TIR and QP ICM address for sw_owner_v2 devices by Alex Vesker · 4 years, 4 months ago
  46. c0a6b5e RDMA: Convert RWQ table logic to ib_core allocation scheme by Leon Romanovsky · 4 years, 4 months ago
  47. add5353 RDMA: Restore ability to return error for destroy WQ by Leon Romanovsky · 4 years, 4 months ago
  48. d0c45c8 RDMA: Change XRCD destroy return value by Leon Romanovsky · 4 years, 4 months ago
  49. 6989aa6 Merge tag 'v5.9-rc3' into rdma.git for-next by Jason Gunthorpe · 4 years, 4 months ago
  50. 7c4b1ab IB/mlx5: Add DCT RoCE LAG support by Mark Zhang · 4 years, 4 months ago
  51. 8f3243a IB/mlx5: Add tx_affinity support for DCI QP by Mark Zhang · 4 years, 4 months ago
  52. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  53. c531024 RDMA/mlx5: Add new IB rates support by Mark Zhang · 4 years, 5 months ago
  54. 70c1430 RDMA/mlx5: Replace open-coded offsetofend() macro by Leon Romanovsky · 4 years, 5 months ago
  55. d7806bb Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 5 months ago
  56. 7fa84b5 RDMA/mlx5: Initialize QP mutex for the debug kernels by Leon Romanovsky · 4 years, 5 months ago
  57. 81530ab RDMA/mlx5: Allow providing extra scatter CQE QP flag by Leon Romanovsky · 4 years, 5 months ago
  58. 71cab8ef RDMA/mlx5: Delete unreachable code by Leon Romanovsky · 4 years, 5 months ago
  59. c94e272 RDMA/mlx5: Allow SQ modification by Maor Gottlieb · 4 years, 6 months ago
  60. 0a03715 RDMA/mlx5: Set PD pointers for the error flow unwind by Leon Romanovsky · 4 years, 6 months ago
  61. 6482582 RDMA/mlx5: Separate counters from main.c by Leon Romanovsky · 4 years, 6 months ago
  62. 28ad5f65 RDMA: Move XRCD to be under ib_core responsibility by Leon Romanovsky · 4 years, 6 months ago
  63. f437544 RDMA/mlx5: Get XRCD number directly for the internal use by Leon Romanovsky · 4 years, 6 months ago
  64. f81b456 RDMA/mlx5: Fix legacy IPoIB QP initialization by Leon Romanovsky · 4 years, 6 months ago
  65. 6eefa83 RDMA/mlx5: Protect from kernel crash if XRC_TGT doesn't have udata by Leon Romanovsky · 4 years, 6 months ago
  66. 9e0dc7b RDMA/mlx5: Fix integrity enabled QP creation by Max Gurtovoy · 4 years, 6 months ago
  67. 2c0f529 RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPs by Leon Romanovsky · 4 years, 6 months ago
  68. d443355 RDMA/mlx5: Fix remote gid value in query QP by Maor Gottlieb · 4 years, 6 months ago
  69. 6c41965 RDMA/mlx5: Don't access ib_qp fields in internal destroy QP path by Leon Romanovsky · 4 years, 6 months ago
  70. 4f5747c RDMA/mlx5: Fix -Wformat warning in check_ucmd_data() by Tom Seewald · 4 years, 7 months ago
  71. 2ef5612 RDMA/mlx5: Remove duplicated assignment to resp.response_length by Colin Ian King · 4 years, 7 months ago
  72. a645a89 RDMA/mlx5: Return ECE DC support by Leon Romanovsky · 4 years, 7 months ago
  73. 92cd667 RDMA/mlx5: Don't rely on FW to set zeros in ECE response by Leon Romanovsky · 4 years, 7 months ago
  74. 6512f11 RDMA/mlx5: Return an error if copy_to_user fails by Leon Romanovsky · 4 years, 7 months ago
  75. 802dcc7 RDMA/mlx5: Support TX port affinity for VF drivers in LAG mode by Mark Zhang · 4 years, 7 months ago
  76. 50aec2c RDMA/mlx5: Return ECE data after modify QP by Leon Romanovsky · 4 years, 7 months ago
  77. 5f62a52 RDMA/mlx5: Set ECE options during modify QP by Leon Romanovsky · 4 years, 7 months ago
  78. f18e26a RDMA/mlx5: Convert modify QP to use MLX5_SET macros by Leon Romanovsky · 4 years, 7 months ago
  79. 70bd7fb RDMA/mlx5: Remove manually crafted QP context the query call by Leon Romanovsky · 4 years, 7 months ago
  80. 64bae2d RDMA/mlx5: Use direct modify QP implementation by Leon Romanovsky · 4 years, 7 months ago
  81. e383085 RDMA/mlx5: Set ECE options during QP create by Leon Romanovsky · 4 years, 7 months ago
  82. 3e09a42 RDMA/mlx5: Get ECE options from FW during create QP by Leon Romanovsky · 4 years, 7 months ago
  83. eafd47f Merge tag 'v5.7-rc6' into rdma.git for-next by Jason Gunthorpe · 4 years, 7 months ago
  84. 52c81f4 RDMA/mlx5: Remove duplicated assignment to variable rcqe_sz by Colin Ian King · 4 years, 8 months ago
  85. 42caf9c RDMA/mlx5: Allow only raw Ethernet QPs when RoCE isn't enabled by Mark Bloch · 4 years, 8 months ago
  86. 029e88f RDMA/mlx5: Move all WR logic from qp.c to separate file by Leon Romanovsky · 4 years, 8 months ago
  87. 6671cde RDMA/mlx5: Refactor mlx5_post_send() to improve readability by Max Gurtovoy · 4 years, 8 months ago
  88. 2b880b2e RDMA/mlx5: Define RoCEv2 udp source port when set path by Mark Zhang · 4 years, 8 months ago
  89. cfc1a89 RDMA/mlx5: Set lag tx affinity according to slave by Maor Gottlieb · 4 years, 8 months ago
  90. 5163b27 RDMA/mlx5: Refactor affinity related code by Maor Gottlieb · 4 years, 8 months ago
  91. 0eacc57 RDMA/mlx5: Verify that QP is created with RQ or SQ by Aharon Landau · 4 years, 8 months ago
  92. 968f0b6 RDMA/mlx5: Consolidate into special function all create QP calls by Leon Romanovsky · 4 years, 8 months ago
  93. 6367da4 RDMA/mlx5: Remove redundant destroy QP call by Leon Romanovsky · 4 years, 8 months ago
  94. 08d53976 RDMA/mlx5: Copy response to the user in one place by Leon Romanovsky · 4 years, 8 months ago
  95. 6f2cf76 RDMA/mlx5: Handle udate outlen checks in one place by Leon Romanovsky · 4 years, 8 months ago
  96. 5d6fffe RDMA/mlx5: Promote RSS RAW QP flags check to higher level by Leon Romanovsky · 4 years, 8 months ago
  97. f78d358 RDMA/mlx5: Group all create QP parameters to simplify in-kernel interfaces by Leon Romanovsky · 4 years, 8 months ago
  98. 747c519 RDMA/mlx5: Reduce amount of duplication in QP destroy by Leon Romanovsky · 4 years, 8 months ago
  99. 98fc112 RDMA/mlx5: Separate to user/kernel create QP flows by Leon Romanovsky · 4 years, 8 months ago
  100. 04bcc1c RDMA/mlx5: Separate XRC_TGT QP creation from common flow by Leon Romanovsky · 4 years, 8 months ago