summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
Commit message (Expand)AuthorAgeFilesLines
* [tree-wide] finally take no_llseek outAl Viro2024-09-275-10/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2024-09-2471-820/+2520
|\
| * RDMA/bnxt_re: Remove the unused variable en_devJiapeng Chong2024-09-221-2/+0
| * RDMA/nldev: Add missing break in rdma_nl_notify_err_msg()Nathan Chancellor2024-09-161-0/+1
| * RDMA/irdma: fix error message in irdma_modify_qp_roce()Vitaliy Shevtsov2024-09-161-1/+1
| * RDMA/cxgb4: Added NULL check for lookup_atidMikhail Lobanov2024-09-161-0/+5
| * RDMA/hns: Fix ah error counter in sw stat not increasingJunxian Huang2024-09-161-5/+9
| * RDMA/bnxt_re: Recover the device when FW error is detectedSelvin Xavier2024-09-133-31/+55
| * RDMA/bnxt_re: Group all operations under add_device and remove_deviceSelvin Xavier2024-09-131-32/+33
| * RDMA/bnxt_re: Use the aux device for L2 ULP callbacksChandramohan Akula2024-09-131-6/+20
| * RDMA/bnxt_re: Change aux driver data to en_info to hold more informationChandramohan Akula2024-09-132-11/+66
| * RDMA/nldev: Expose whether RDMA monitoring is supportedChiara Meiohas2024-09-131-0/+6
| * RDMA/nldev: Add support for RDMA monitoringChiara Meiohas2024-09-133-0/+160
| * RDMA/mlx5: Use IB set_netdev and get_netdev functionsChiara Meiohas2024-09-134-67/+146
| * RDMA/device: Remove optimization in ib_device_get_netdev()Chiara Meiohas2024-09-131-9/+0
| * RDMA/mlx5: Initialize phys_port_cnt earlier in RDMA device creationChiara Meiohas2024-09-132-1/+3
| * RDMA/mlx5: Obtain upper net device only when neededMark Bloch2024-09-131-1/+1
| * RDMA/mlx5: Check RoCE LAG status before getting netdevMark Bloch2024-09-131-6/+13
| * RDMA/mlx5: Consider the query_vuid cap for data_directYishai Hadas2024-09-131-2/+4
| * RDMA/mlx5: Add implicit MR handling to ODP memory schemeMichael Guralnik2024-09-112-8/+111
| * RDMA/mlx5: Add handling for memory scheme page fault eventsMichael Guralnik2024-09-111-6/+114
| * RDMA/mlx5: Split ODP mkey search logicMichael Guralnik2024-09-111-26/+39
| * RDMA/mlx5: Enforce umem boundaries for explicit ODP page faultsMichael Guralnik2024-09-111-9/+16
| * RDMA/mlx5: Add new ODP memory scheme eqe formatMichael Guralnik2024-09-111-19/+29
| * net/mlx5: Expose HW bits for Memory scheme ODPMichael Guralnik2024-09-111-18/+22
| * net/mlx5: Expand mkey page size to support 6 bitsMichael Guralnik2024-09-113-18/+21
| * RDMA/hns: Fix restricted __le16 degrades to integer issueJunxian Huang2024-09-101-2/+2
| * IB/qib: Remove unused declarations in header fileZhang Zekun2024-09-101-4/+0
| * IB/iser: Remove unused declaration in header fileZhang Zekun2024-09-101-4/+0
| * RDMA/hns: Optimize hem allocation performanceJunxian Huang2024-09-101-4/+6
| * RDMA/hns: Fix 1bit-ECC recovery address in non-4K OSChengchang Tang2024-09-101-1/+1
| * RDMA/hns: Fix VF triggering PF reset in abnormal interrupt handlerJunxian Huang2024-09-101-2/+5
| * RDMA/hns: Fix spin_unlock_irqrestore() called with IRQs enabledChengchang Tang2024-09-101-8/+8
| * RDMA/hns: Fix the overflow risk of hem_list_calc_ba_range()wenglianfa2024-09-101-6/+6
| * RDMA/hns: Fix Use-After-Free of rsv_qp on HIP08wenglianfa2024-09-101-3/+3
| * RDMA/hns: Don't modify rq next block addr in HIP09 QPCJunxian Huang2024-09-101-6/+8
| * RDMA/bnxt_re: Fix the max WQE size for static WQE supportSelvin Xavier2024-09-092-11/+12
| * RDMA/bnxt_re: Fix the compatibility flag for variable size WQESelvin Xavier2024-09-091-1/+2
| * RDMA/mlx5: Fix MR cache temp entries cleanupMichael Guralnik2024-09-092-52/+32
| * RDMA/mlx5: Limit usage of over-sized mkeys from the MR cacheMichael Guralnik2024-09-091-2/+12
| * RDMA/mlx5: Fix counter update on MR cache mkey creationMichael Guralnik2024-09-091-1/+1
| * RDMA/mlx5: Drop redundant work canceling from clean_keys()Michael Guralnik2024-09-091-1/+0
| * RDMA/erdma: Return QP state in erdma_query_qpCheng Xu2024-09-091-1/+24
| * RDMA/erdma: Add disassociate ucontext supportCheng Xu2024-09-093-0/+6
| * RDMA/erdma: Refactor the initialization and destruction of EQCheng Xu2024-09-094-69/+51
| * RDMA/mlx5: Enable ATS when allocating kernel MRsMaher Sanalla2024-09-091-0/+5
| * IB/core: Fix ib_cache_setup_one error flow cleanupPatrisious Haddad2024-09-041-1/+3
| * IB/mlx5: Fix UMR pd cleanup on error flow of driver initChris Mi2024-09-041-0/+3
| * RDMA/bnxt_re: Add support for MR Relaxed OrderingKalesh AP2024-09-022-0/+19
| * RDMA/bnxt_re: Avoid an extra hwrm per MR creationKalesh AP2024-09-024-14/+36