linux/drivers/infiniband/hw/mlx5
Linus Torvalds 7ce4de1cda RDMA v6.17 merge window pull request
- Various minor code cleanups and fixes for hns, iser, cxgb4, hfi1, rxe,
   erdma, mana_ib
 
 - Prefetch supprot for rxe ODP
 
 - Remove memory window support from hns as new device FW is no longer
   support it
 
 - Remove qib, it is very old and obsolete now, Cornelis wishes to
   restructure the hfi1/qib shared layer
 
 - Fix a race in destroying CQs where we can still end up with work running
   because the work is cancled before the driver stops triggering it
 
 - Improve interaction with namespaces.
    * Follow the devlink namespace for newly spawned RDMA devices
    * Create iopoib net devces in the parent IB device's namespace
    * Allow CAP_NET_RAW checks to pass in user namespaces
 
 - A new flow control scheme for IB MADs to try and avoid queue overflows
   in the network
 
 - Fix 2G message sizes in bnxt_re
 
 - Optimize mkey layout for mlx5 DMABUF
 
 - New "DMA Handle" concept to allow controlling PCI TPH and steering tags
 -----BEGIN PGP SIGNATURE-----
 
 iHUEABYKAB0WIQRRRCHOFoQz/8F5bUaFwuHvBreFYQUCaIpYoAAKCRCFwuHvBreF
 YUBaAP9Av4O3tX+xV9lpwXqOS6fE34h5KlvULoF+RMtBpkbW6QEAh+e34i3ay3lY
 gQPI3WZV0Vr1lwLv+g8Pyuxt/1JdXQ8=
 =LCBi
 -----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:

 - Various minor code cleanups and fixes for hns, iser, cxgb4, hfi1,
   rxe, erdma, mana_ib

 - Prefetch supprot for rxe ODP

 - Remove memory window support from hns as new device FW is no longer
   support it

 - Remove qib, it is very old and obsolete now, Cornelis wishes to
   restructure the hfi1/qib shared layer

 - Fix a race in destroying CQs where we can still end up with work
   running because the work is cancled before the driver stops
   triggering it

 - Improve interaction with namespaces:
     * Follow the devlink namespace for newly spawned RDMA devices
     * Create iopoib net devces in the parent IB device's namespace
     * Allow CAP_NET_RAW checks to pass in user namespaces

 - A new flow control scheme for IB MADs to try and avoid queue
   overflows in the network

 - Fix 2G message sizes in bnxt_re

 - Optimize mkey layout for mlx5 DMABUF

 - New "DMA Handle" concept to allow controlling PCI TPH and steering
   tags

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma: (71 commits)
  RDMA/siw: Change maintainer email address
  RDMA/mana_ib: add support of multiple ports
  RDMA/mlx5: Refactor optional counters steering code
  RDMA/mlx5: Add DMAH support for reg_user_mr/reg_user_dmabuf_mr
  IB: Extend UVERBS_METHOD_REG_MR to get DMAH
  RDMA/mlx5: Add DMAH object support
  RDMA/core: Introduce a DMAH object and its alloc/free APIs
  IB/core: Add UVERBS_METHOD_REG_MR on the MR object
  net/mlx5: Add support for device steering tag
  net/mlx5: Expose IFC bits for TPH
  PCI/TPH: Expose pcie_tph_get_st_table_size()
  RDMA/mlx5: Fix incorrect MKEY masking
  RDMA/mlx5: Fix returned type from _mlx5r_umr_zap_mkey()
  RDMA/mlx5: remove redundant check on err on return expression
  RDMA/mana_ib: add additional port counters
  RDMA/mana_ib: Fix DSCP value in modify QP
  RDMA/efa: Add CQ with external memory support
  RDMA/core: Add umem "is_contiguous" and "start_dma_addr" helpers
  RDMA/uverbs: Add a common way to create CQ with umem
  RDMA/mlx5: Optimize DMABUF mkey page size
  ...
2025-07-31 12:19:55 -07:00
..
ah.c RDMA/mlx5: Handle errors returned from mlx5r_ib_rate() 2025-03-06 03:22:08 -05:00
cmd.c RDMA/mlx5: Add the initialization flow to utilize the 'data direct' device 2024-08-11 11:12:49 +03:00
cmd.h RDMA/mlx5: Add the initialization flow to utilize the 'data direct' device 2024-08-11 11:12:49 +03:00
cong.c IB/mlx5: Don't expose debugfs entries for RRoCE general parameters if not supported 2024-01-31 11:15:29 +02:00
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 RDMA/mlx5: Support driver APIs pre_destroy_cq and post_destroy_cq 2025-06-25 03:49:56 -04:00
data_direct.c RDMA/mlx5: Introduce the 'data direct' driver 2024-08-11 11:12:49 +03:00
data_direct.h RDMA/mlx5: Introduce the 'data direct' driver 2024-08-11 11:12:49 +03:00
devx.c RDMA v6.17 merge window pull request 2025-07-31 12:19:55 -07: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
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 v6.17 merge window pull request 2025-07-31 12:19:55 -07:00
Makefile RDMA/mlx5: Add DMAH object support 2025-07-23 01:42:10 -04:00
mem.c net/mlx5: Reimplement write combining test 2024-06-16 18:33:59 +03:00
mlx5_ib.h RDMA/mlx5: Refactor optional counters steering code 2025-07-23 03:38:57 -04:00
mr.c RDMA v6.17 merge window pull request 2025-07-31 12:19:55 -07: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 RDMA v6.11 merge window 2024-07-19 09:51:33 -07:00
srq.h
srq_cmd.c
std_types.c RDMA/mlx5: Introduce GET_DATA_DIRECT_SYSFS_PATH ioctl 2024-08-11 11:12:50 +03:00
umr.c RDMA/mlx5: Fix incorrect MKEY masking 2025-07-21 02:27:52 -04:00
umr.h RDMA/mlx5: Optimize DMABUF mkey page size 2025-07-13 03:14:19 -04:00
wr.c RDMA/mlx5: Fix fortify source warning while accessing Eth segment 2024-01-31 11:15:17 +02:00
wr.h