1. 5fb58c9 RDMA/mlx5: Don't create IB representors when in multiport RoCE mode by Mark Bloch · 6 years ago
  2. d3b5cc1 RDMA/mlx5: Initialize roce port info before multiport master init by Mark Bloch · 6 years ago
  3. 7f57510 RDMA/mlx5: Allow DEVX and raw creation flow on reps by Mark Bloch · 6 years ago
  4. 3b70508 RDMA/mlx5: Create flow table with max size supported by Mark Bloch · 6 years ago
  5. 13a4376 RDMA/mlx5: Access the prio bypass inside the FDB flow table namespace by Mark Bloch · 6 years ago
  6. fb652d3 RDMA/mlx5: Remove VF representor profile by Mark Bloch · 6 years ago
  7. 26628e2 RDMA/mlx5: Move to single device multiport ports in switchdev mode by Mark Bloch · 6 years ago
  8. a989ea0 RDMA/mlx5: Move SMI caps logic by Mark Bloch · 6 years ago
  9. 35b0aa6 RDMA/mlx5: Refactor netdev affinity code by Mark Bloch · 6 years ago
  10. 6a4d00b RDMA/mlx5: Move rep into port struct by Mark Bloch · 6 years ago
  11. 5d8f6a0 RDMA/mlx5: Use correct size for device resources by Mark Bloch · 6 years ago
  12. da796cc RDMA/mlx5: Move ports allocation to outside of INIT stage by Mark Bloch · 6 years ago
  13. 4a6dc85 RDMA/mlx5: Free IB device on remove by Mark Bloch · 6 years ago
  14. 95579e7 RDMA/mlx5: Move netdev info into the port struct by Mark Bloch · 6 years ago
  15. 5331fa0 by Jason Gunthorpe · 6 years ago
  16. 68e326d RDMA: Handle SRQ allocations by IB/core by Leon Romanovsky · 6 years ago
  17. d345691 RDMA: Handle AH allocations by IB/core by Leon Romanovsky · 6 years ago
  18. aa8106f net/mlx5: Add explicit bar address field by Huy Nguyen · 6 years ago
  19. ff23dfa IB: Pass only ib_udata in function prototypes by Shamir Rabinovitch · 6 years ago
  20. bdeacab IB: Remove 'uobject->context' dependency in object destroy APIs by Shamir Rabinovitch · 6 years ago
  21. c4367a2 IB: Pass uverbs_attr_bundle down ib_x destroy path by Shamir Rabinovitch · 6 years ago
  22. cd27287 IB/mlx5: Fix mapping of link-mode to IB width and speed by Aya Levin · 6 years ago
  23. a2a074e RDMA: Handle ucontext allocations by IB/core by Leon Romanovsky · 6 years ago
  24. a6bc387 IB/mlx5: Protect against prefetch of invalid MR by Moni Shoua · 6 years ago
  25. 815f748 Merge branch 'mlx5-next' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  26. 08e8676 IB/mlx5: Add support for 50Gbps per lane link modes by Aya Levin · 6 years ago
  27. a08b4ed net/mlx5: Add support to ext_* fields introduced in Port Type and Speed register by Aya Levin · 6 years ago
  28. bc4e12f net/mlx5: Refactor queries to speed fields in Port Type and Speed register by Aya Levin · 6 years ago
  29. f0666f1 IB/mlx5: Use unified register/load function for uplink and VF vports by Bodong Wang · 6 years ago
  30. 21a428a RDMA: Handle PD allocations by IB/core by Leon Romanovsky · 6 years ago
  31. cf34e1f IB/mlx5: Consider vlan of lower netdev for macvlan GID entries by Parav Pandit · 6 years ago
  32. 459cc69 RDMA: Provide safe ib_alloc_device() function by Leon Romanovsky · 6 years ago
  33. f3ffed0 IB/mlx5: Make mlx5_ib_stage_odp_cleanup() static by Kamal Heib · 6 years ago
  34. 73eb8f0 infiniband: mlx5: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  35. 6113cc4 IB/mlx5: Don't override existing ip_protocol by Maor Gottlieb · 6 years ago
  36. 534fd7a IB/mlx5: Manage indirection mkey upon DEVX flow for ODP by Yishai Hadas · 6 years ago
  37. 8e8aa14 RDMA/mlx5: Replace kzalloc with kcalloc by Gustavo A. R. Silva · 6 years ago
  38. 5474723 RDMA: Introduce and use rdma_device_to_ibdev() by Parav Pandit · 6 years ago
  39. ea4baf7 RDMA: Rename port_callback to init_port by Parav Pandit · 6 years ago
  40. 8cbfaac RDMA: Clear PD objects during their allocation by Leon Romanovsky · 6 years ago
  41. 13859d5d RDMA/mlx5: Embed into the code flow the ODP config option by Leon Romanovsky · 6 years ago
  42. e502b8b RDMA/core: Don't depend device ODP capabilities on kconfig option by Leon Romanovsky · 6 years ago
  43. 5d24ae6 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  44. aa74be6 IB/mlx5: Allocate the per-port Q counter shared when DEVX is supported by Yishai Hadas · 6 years ago
  45. 623d154 IB/mlx5: Fix wrong error unwind by Jason Gunthorpe · 6 years ago
  46. 842a9c8 IB/mlx5: Simplify netdev unbinding by Or Gerlitz · 6 years ago
  47. ed50edf Merge branch 'mlx5-next' into rdma.git by Jason Gunthorpe · 6 years ago
  48. 813e90b IB/mlx5: Add advise_mr() support by Moni Shoua · 6 years ago
  49. 7c34ec1 net/mlx5: Make RoCE and SR-IOV LAG modes explicit by Aviv Heller · 6 years ago
  50. 64e4cf0 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 6 years ago
  51. 06cc74a IB/mlx5: Unify e-switch representors load approach between uplink and VFs by Mark Bloch · 6 years ago
  52. 3023a1e RDMA: Start use ib_device_ops by Kamal Heib · 6 years ago
  53. 96458233e RDMA/mlx5: Initialize ib_device_ops struct by Kamal Heib · 6 years ago
  54. d764970 IB/mlx5: Add 2X width support to query_port by Michael Guralnik · 6 years ago
  55. 28ab1bb Merge tag 'v4.20-rc6' into rdma.git for-next by Jason Gunthorpe · 6 years ago
  56. 4106a75 IB/mlx5: Report CapabilityMask2 in ib_query_port by Michael Guralnik · 6 years ago
  57. 2f62747 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 6 years ago
  58. 5886a96 net/mlx5: Revise gre and nvgre key formats by Oz Shlomo · 6 years ago
  59. fe15bcc Merge branch 'mlx5-packet-credit-fc' into rdma.git by Jason Gunthorpe · 6 years ago
  60. 7e11b91 IB/mlx5: Report packet based credit mode device capability by Danit Goldberg · 6 years ago
  61. fb98153 IB/mlx5: Enforce DEVX privilege by firmware by Yishai Hadas · 6 years ago
  62. f33cb7e Merge 'mlx5-next' into mlx5-devx by Doug Ledford · 6 years ago
  63. f3da657 RDMA/mlx5: Initialize SRQ tables on mlx5_ib by Leon Romanovsky · 6 years ago
  64. 81773ce RDMA/mlx5: Use stages for callback to setup and release DEVX by Leon Romanovsky · 6 years ago
  65. 09e574f IB/mlx5: Handle raw delay drop general event by Saeed Mahameed · 6 years ago
  66. 134e934 IB/mlx5: Handle raw port change event rather than the software version by Saeed Mahameed · 6 years ago
  67. df097a2 IB/mlx5: Use the new mlx5 core notifier API by Saeed Mahameed · 6 years ago
  68. bfc5d83 RDMA/mlx5: Attach a DEVX counter via raw flow creation by Mark Bloch · 6 years ago
  69. 36e235c RDMA/mlx5: Use the uapi disablement APIs instead of code by Jason Gunthorpe · 6 years ago
  70. 0cbf432 RDMA/uverbs: Use a linear list to describe the compiled-in uapi by Jason Gunthorpe · 6 years ago
  71. dfb631a RDMA/mlx5: Do not generate the uabi specs unconditionally by Jason Gunthorpe · 6 years ago
  72. 8742902 Merge branch 'mlx5-next' into rdma.git by Jason Gunthorpe · 6 years ago
  73. db7a691 IB/mlx5: Avoid load failure due to unknown link width by Michael Guralnik · 6 years ago
  74. d5d284b {net,IB}/mlx5: Move Page fault EQ and ODP logic to RDMA by Saeed Mahameed · 6 years ago
  75. f2f3df5 net/mlx5: EQ, Privatize eq_table and friends by Saeed Mahameed · 6 years ago
  76. 9afc97c mlx5: remove support for ib_get_vector_affinity by Sagi Grimberg · 6 years ago
  77. da19a10 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  78. d5634fe net/mlx5: Add a no-append flow insertion mode by Paul Blakey · 6 years ago
  79. 171c7625b net/mlx5: Use flow counter IDs and not the wrapping cache object by Mark Bloch · 6 years ago
  80. 508a523 RDMA/drivers: Use core provided API for registering device attributes by Parav Pandit · 6 years ago
  81. f6a8a19 RDMA/netdev: Hoist alloc_netdev_mqs out of the driver by Denis Drozdov · 6 years ago
  82. 3df6e02 IB/mlx5: Enable DEVX on IB by Yishai Hadas · 6 years ago
  83. 76dc5a8 IB/mlx5: Manage device uid for DEVX white list commands by Yishai Hadas · 6 years ago
  84. e349f85 RDMA: Fully setup the device name in ib_register_device by Jason Gunthorpe · 6 years ago
  85. 0430e74 RDMA/mlx5: Remove superfluous version print by Mark Bloch · 6 years ago
  86. d2d1912 IB/mlx5: Set uid as part of TD commands by Yishai Hadas · 6 years ago
  87. 58895f0 IB/mlx5: Set uid upon PD allocation by Yishai Hadas · 6 years ago
  88. 539ec98 IB/mlx5: Set uid as part of MCG commands by Yishai Hadas · 6 years ago
  89. a1069c1 IB/mlx5: Use uid as part of PD commands by Yishai Hadas · 6 years ago
  90. f9882bb Merge branch 'mlx5-vport-loopback' into rdma.get by Doug Ledford · 6 years ago
  91. 0042f9e RDMA/mlx5: Enable vport loopback when user context or QP mandate by Mark Bloch · 6 years ago
  92. a560f1d RDMA/mlx5: Refactor transport domain bookkeeping logic by Mark Bloch · 6 years ago
  93. f27a0d5 RDMA/umem: Use umem->owning_mm inside ODP by Jason Gunthorpe · 6 years ago
  94. e2cd1d1 RDMA/mlx5: Use rdma_user_mmap_io by Jason Gunthorpe · 6 years ago
  95. a7ee18b RDMA/mlx5: Allow creating a matcher for a NIC TX flow table by Mark Bloch · 6 years ago
  96. b47fd4f RDMA/mlx5: Add NIC TX namespace when getting a flow table by Mark Bloch · 6 years ago
  97. b823dd6 RDMA/mlx5: Refactor raw flow creation by Mark Bloch · 6 years ago
  98. 501f14e RDMA/mlx5: Don't overwrite action if already set by Mark Bloch · 6 years ago
  99. 2ea2620 RDMA/mlx5: Refactor flow action parsing to be more generic by Mark Bloch · 6 years ago
  100. e806f93 RDMA/mlx5: Enable attaching packet reformat action to steering flows by Mark Bloch · 6 years ago