linux/drivers/infiniband/hw/mlx5
Linus Torvalds 2ccb4d203f RDMA v6.18 merge window pull request
A new Pensando ionic driver, a new Gen 3 HW support for Intel irdma,
 and lots of small bnxt_re improvements.
 
 - Small bug fixes and improves to hfi1, efa, mlx5, erdma, rdmarvt, siw
 
 - Allow userspace access to IB service records through the rdmacm
 
 - Optimize dma mapping for erdma
 
 - Fix shutdown of the GSI QP in mana
 
 - Support relaxed ordering MR and fix a corruption bug with mlx5 DMA Data
   Direct
 
 - Many improvement to bnxt_re:
    * Debugging features and counters
    * Improve performance of some commands
    * Change flow_label reporting in completions
    * Mirror vnic
    * RDMA flow support
 
 - New RDMA driver for Pensando Ethernet devices: ionic
 
 - Gen 3 hardware support for the Intel irdma driver
 
 - Fix rdma routing resolution with VRFs
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQRRRCHOFoQz/8F5bUaFwuHvBreFYQUCaN6nEQAKCRCFwuHvBreF
 YfNnAP48yTImSy6ypTxcbfCVRrKqk5Qz99+xxgDOV3CWxVx3LAD+PTevO3ZlxPoF
 u0SbswALG7QV2MYwYaB2XFGX7xao1Ac=
 =bdsK
 -----END PGP SIGNATURE-----

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma

Pull rdma updates from Jason Gunthorpe:
 "A new Pensando ionic driver, a new Gen 3 HW support for Intel irdma,
  and lots of small bnxt_re improvements.

   - Small bug fixes and improves to hfi1, efa, mlx5, erdma, rdmarvt,
     siw

   - Allow userspace access to IB service records through the rdmacm

   - Optimize dma mapping for erdma

   - Fix shutdown of the GSI QP in mana

   - Support relaxed ordering MR and fix a corruption bug with mlx5 DMA
     Data Direct

   - Many improvement to bnxt_re:
       - Debugging features and counters
       - Improve performance of some commands
       - Change flow_label reporting in completions
       - Mirror vnic
       - RDMA flow support

   - New RDMA driver for Pensando Ethernet devices: ionic

   - Gen 3 hardware support for the Intel irdma driver

   - Fix rdma routing resolution with VRFs"

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (85 commits)
  RDMA/ionic: Fix memory leak of admin q_wr
  RDMA/siw: Always report immediate post SQ errors
  RDMA/bnxt_re: improve clarity in ALLOC_PAGE handler
  RDMA/irdma: Remove unused struct irdma_cq fields
  RDMA/irdma: Fix positive vs negative error codes in irdma_post_send()
  RDMA/bnxt_re: Remove non-statistics counters from hw_counters
  RDMA/bnxt_re: Add debugfs info entry for device and resource information
  RDMA/bnxt_re: Fix incorrect errno used in function comments
  RDMA: Use %pe format specifier for error pointers
  RDMA/ionic: Use ether_addr_copy instead of memcpy
  RDMA/ionic: Fix build failure on SPARC due to xchg() operand size
  RDMA/rxe: Fix race in do_task() when draining
  IB/sa: Fix sa_local_svc_timeout_ms read race
  IB/ipoib: Ignore L3 master device
  RDMA/core: Use route entry flag to decide on loopback traffic
  RDMA/core: Resolve MAC of next-hop device without ARP support
  RDMA/core: Squash a single user static function
  RDMA/irdma: Update Kconfig
  RDMA/irdma: Extend CQE Error and Flush Handling for GEN3 Devices
  RDMA/irdma: Add Atomic Operations support
  ...
2025-10-03 18:35:22 -07:00
..
ah.c RDMA/mlx5: Handle errors returned from mlx5r_ib_rate() 2025-03-06 03:22:08 -05:00
cmd.c
cmd.h
cong.c
counters.c RDMA v6.17 merge window pull request 2025-07-31 12:19:55 -07:00
counters.h RDMA/mlx5: Refactor optional counters steering code 2025-07-23 03:38:57 -04:00
cq.c net/mlx5: Store the global doorbell in mlx5_priv 2025-09-17 18:30:32 -07:00
data_direct.c RDMA: Use %pe format specifier for error pointers 2025-09-21 07:34:49 -04:00
data_direct.h
devx.c IB/mlx5: Fix obj_type mismatch for SRQ event subscriptions 2025-08-25 15:06:46 -03:00
devx.h RDMA/mlx5: Check enabled UCAPs when creating ucontext 2025-03-09 13:13:02 -04:00
dm.c net/mlx5: Check device memory pointer before usage 2025-07-02 14:08:23 -04:00
dm.h
dmah.c RDMA/mlx5: Add DMAH object support 2025-07-23 01:42:10 -04:00
dmah.h RDMA/mlx5: Add DMAH object support 2025-07-23 01:42:10 -04:00
doorbell.c
fs.c RDMA/mlx5: Refactor optional counters steering code 2025-07-23 03:38:57 -04:00
fs.h RDMA/mlx5: Add multiple priorities support to RDMA TRANSPORT userspace tables 2025-06-25 04:00:33 -04:00
gsi.c RDMA: Use %pe format specifier for error pointers 2025-09-21 07:34:49 -04:00
ib_rep.c RDMA/mlx5: Allocate IB device with net namespace supplied from core dev 2025-06-26 08:10:07 -04:00
ib_rep.h
ib_virt.c
Kconfig
macsec.c
macsec.h
mad.c RDMA/mlx5: Support querying per-plane IB PortCounters 2024-11-04 06:57:20 -05:00
main.c RDMA: Use %pe format specifier for error pointers 2025-09-21 07:34:49 -04:00
Makefile RDMA/mlx5: Add DMAH object support 2025-07-23 01:42:10 -04:00
mem.c
mlx5_ib.h RDMA/mlx5: Fix page size bitmap calculation for KSM mode 2025-09-11 02:18:35 -04:00
mr.c RDMA: Use %pe format specifier for error pointers 2025-09-21 07:34:49 -04:00
odp.c RDMA v6.17 merge window pull request 2025-07-31 12:19:55 -07:00
qos.c
qp.c RDMA/mlx5: Fix AH static rate parsing 2025-02-20 01:43:13 -05:00
qp.h RDMA/mlx5: Fix AH static rate parsing 2025-02-20 01:43:13 -05:00
qpc.c RDMA/mlx5: Fix error flow upon firmware failure for RQ destruction 2025-05-05 11:44:37 -04:00
restrack.c RDMA/mlx5: Extend ODP statistics with operation count 2024-12-10 04:09:09 -05:00
restrack.h
srq.c
srq.h
srq_cmd.c
std_types.c {rdma,net}/mlx5: export mlx5_vport_get_vhca_id 2025-08-15 12:17:47 -07:00
umr.c RDMA/mlx5: Enable Data-Direct with Relaxed Ordering 2025-08-25 14:40:29 -03:00
umr.h RDMA/mlx5: Optimize DMABUF mkey page size 2025-07-13 03:14:19 -04:00
wr.c
wr.h