summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorFilesLines
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds5-30/+76
2025-01-21RDMA/mlx5: Fix implicit ODP use after freePatrisious Haddad1-8/+22
2025-01-21RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with errorYishai Hadas2-2/+17
2025-01-13RDMA/mlx5: Fix indirect mkey ODP page countMichael Guralnik1-17/+15
2025-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+5
2025-01-03RDMA/mlx5: Enable multiplane mode only when it is supportedMark Zhang1-1/+1
2025-01-02RDMA/mlx5: Fix link status down event for MPVPatrisious Haddad1-1/+2
2024-12-26RDMA/mlx5: Handle link status event only for LAG deviceYuyu Li1-0/+3
2024-12-23net/mlx5: fs, add counter object to flow destinationMoshe Shemesh1-11/+26
2024-12-10RDMA/mlx5: Extend ODP statistics with operation countChiara Meiohas3-3/+18
2024-12-05RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad1-2/+4
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-40/+197
2024-11-14RDMA/mlx5: Move events notifier registration to be after device registrationPatrisious Haddad2-22/+20
2024-11-04RDMA/mlx5: Add implementation for ufile_hw_cleanup device operationPatrisious Haddad3-1/+97
2024-11-04RDMA/mlx5: Ensure active slave attachment to the bond IB deviceChiara Meiohas1-10/+18
2024-11-04RDMA/mlx5: Call dev_put() after the blocking notifierChiara Meiohas1-1/+0
2024-11-04RDMA/mlx5: Support querying per-plane IB PortCountersMark Zhang1-1/+7
2024-11-04RDMA/mlx5: Support OOO RX WQE consumptionEdward Srouji3-5/+55
2024-10-21RDMA/mlx5: Round max_rd_atomic/max_dest_rd_atomic up instead of downPatrisious Haddad1-2/+2
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-2/+0
2024-09-13RDMA/mlx5: Use IB set_netdev and get_netdev functionsChiara Meiohas3-67/+142
2024-09-13RDMA/mlx5: Initialize phys_port_cnt earlier in RDMA device creationChiara Meiohas2-1/+3
2024-09-13RDMA/mlx5: Obtain upper net device only when neededMark Bloch1-1/+1
2024-09-13RDMA/mlx5: Check RoCE LAG status before getting netdevMark Bloch1-6/+13
2024-09-13RDMA/mlx5: Consider the query_vuid cap for data_directYishai Hadas1-2/+4
2024-09-11RDMA/mlx5: Add implicit MR handling to ODP memory schemeMichael Guralnik2-8/+111
2024-09-11RDMA/mlx5: Add handling for memory scheme page fault eventsMichael Guralnik1-6/+114
2024-09-11RDMA/mlx5: Split ODP mkey search logicMichael Guralnik1-26/+39
2024-09-11RDMA/mlx5: Enforce umem boundaries for explicit ODP page faultsMichael Guralnik1-9/+16
2024-09-11RDMA/mlx5: Add new ODP memory scheme eqe formatMichael Guralnik1-19/+29
2024-09-11net/mlx5: Expose HW bits for Memory scheme ODPMichael Guralnik1-18/+22
2024-09-11net/mlx5: Expand mkey page size to support 6 bitsMichael Guralnik3-18/+21
2024-09-09RDMA/mlx5: Fix MR cache temp entries cleanupMichael Guralnik2-52/+32
2024-09-09RDMA/mlx5: Limit usage of over-sized mkeys from the MR cacheMichael Guralnik1-2/+12
2024-09-09RDMA/mlx5: Fix counter update on MR cache mkey creationMichael Guralnik1-1/+1
2024-09-09RDMA/mlx5: Drop redundant work canceling from clean_keys()Michael Guralnik1-1/+0
2024-09-09RDMA/mlx5: Enable ATS when allocating kernel MRsMaher Sanalla1-0/+5
2024-09-04IB/mlx5: Fix UMR pd cleanup on error flow of driver initChris Mi1-0/+3
2024-08-19RDMA/mlx5: Remove two unused declarationsYue Haibing1-3/+0
2024-08-11RDMA/mlx5: Introduce GET_DATA_DIRECT_SYSFS_PATH ioctlYishai Hadas1-1/+54
2024-08-11RDMA/mlx5: Add support for DMABUF MR registrations with Data-directYishai Hadas6-72/+350
2024-08-11RDMA: Pass uverbs_attr_bundle as part of '.reg_user_mr_dmabuf' APIYishai Hadas2-2/+2
2024-08-11RDMA/mlx5: Add the initialization flow to utilize the 'data direct' deviceYishai Hadas4-0/+119
2024-08-11RDMA/mlx5: Introduce the 'data direct' driverYishai Hadas5-0/+281
2024-08-11RDMA/mlx5: Expose vhca id for all ports in multiport modeMark Bloch1-0/+21
2024-07-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds13-101/+484
2024-07-15Merge tag 'aux-sysfs-irqs' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Jakub Kicinski5-233/+7
2024-07-04RDMA/core: Introduce "name_assign_type" for an IB deviceMark Zhang1-2/+3
2024-07-01RDMA/mlx5: Support per-plane port IB counters by querying PPCNT registerMark Zhang1-11/+58
2024-07-01RDMA/mlx5: Add plane index support when querying PTYS registersMark Zhang1-5/+7