summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5
AgeCommit message (Expand)AuthorFilesLines
7 daysRDMA/mlx5: Fix UMR modifying of mkey page sizeEdward Srouji1-2/+4
7 daysnet/mlx5: Check device memory pointer before usageStav Aviram1-1/+1
2025-07-10IB/mlx5: Fix potential deadlock in MR deregistrationOr Har-Toov1-14/+47
2025-07-10RDMA/mlx5: Fix cache entry update on dereg errorMichael Guralnik1-1/+3
2025-07-10RDMA/mlx5: Fix vport loopback for MPV devicePatrisious Haddad1-0/+33
2025-07-10RDMA/mlx5: Fix CC counters query for MPVPatrisious Haddad1-1/+1
2025-07-10RDMA/mlx5: Fix HW counters query for non-representor devicesPatrisious Haddad1-1/+1
2025-07-10RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insertMark Zhang1-1/+1
2025-07-10RDMA/mlx5: Fix unsafe xarray access in implicit ODP handlingOr Har-Toov1-4/+4
2025-06-19RDMA/mlx5: Fix error flow upon firmware failure for RQ destructionPatrisious Haddad1-2/+28
2025-04-10RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flowPatrisious Haddad1-1/+1
2025-04-10RDMA/mlx5: Fix calculation of total invalidated pagesChiara Meiohas1-4/+6
2025-04-10RDMA/mlx5: Fix MR cache initialization error flowMichael Guralnik1-11/+22
2025-04-10RDMA/mlx5: Fix page_size variable overflowMichael Guralnik1-4/+4
2025-03-29RDMA/mlx5: Handle errors returned from mlx5r_ib_rate()Qasim Ijaz1-5/+9
2025-03-07RDMA/mlx5: Fix bind QP error cleanup flowPatrisious Haddad1-2/+6
2025-03-07RDMA/mlx5: Fix AH static rate parsingPatrisious Haddad3-4/+6
2025-03-07RDMA/mlx5: Fix implicit ODP hang on parent deregistrationYishai Hadas1-0/+1
2025-03-07RDMA/mlx5: Fix a WARN during dereg_mr for DM typeYishai Hadas1-1/+2
2025-03-07RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with errorYishai Hadas1-1/+12
2025-03-07IB/mlx5: Set and get correct qp_num for a DCT QPMark Zhang1-1/+3
2025-03-07RDMA/mlx5: Fix the recovery flow of the UMR QPYishai Hadas1-27/+56
2025-02-17RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with errorYishai Hadas2-2/+17
2025-02-08RDMA/mlx5: Fix implicit ODP use after freePatrisious Haddad1-8/+22
2025-02-08RDMA/mlx5: Fix indirect mkey ODP page countMichael Guralnik1-17/+15
2025-01-09RDMA/mlx5: Enable multiplane mode only when it is supportedMark Zhang1-1/+1
2025-01-09RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad1-2/+4
2024-12-05RDMA/mlx5: Move events notifier registration to be after device registrationPatrisious Haddad2-22/+20
2024-12-05RDMA/mlx5: Ensure active slave attachment to the bond IB deviceChiara Meiohas1-10/+18
2024-12-05RDMA/mlx5: Call dev_put() after the blocking notifierChiara Meiohas1-1/+0
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