summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2024-12-23net/mlx5: fs, add counter object to flow destinationMoshe Shemesh1-11/+26
2024-12-23RDMA/hns: Fix missing flush CQE for DWQEChengchang Tang1-0/+4
2024-12-23RDMA/hns: Fix warning storm caused by invalid input in IO pathChengchang Tang1-2/+2
2024-12-23RDMA/hns: Fix accessing invalid dip_ctx during destroying QPChengchang Tang1-0/+3
2024-12-23RDMA/hns: Fix mapping error of zero-hop WQE bufferwenglianfa2-19/+29
2024-12-19RDMA/erdma: Fix opcode conditional checkAdvait Dhamorikar1-1/+1
2024-12-19RDMA/bnxt_re: Fix the locking while accessing the QP tableSelvin Xavier1-0/+2
2024-12-19RDMA/bnxt_re: Fix MSN table size for variable wqe modeDamodharam Ammepalli1-1/+6
2024-12-19RDMA/bnxt_re: Add send queue size check for variable wqeDamodharam Ammepalli1-0/+4
2024-12-19RDMA/bnxt_re: Disable use of reserved wqesKalesh AP1-5/+7
2024-12-19RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier1-1/+1
2024-12-17IB/hfi1: Remove unused hfi1_format_hwerrorsDr. David Alan Gilbert2-45/+0
2024-12-16RDMA/bnxt_re: Fix reporting hw_ver in query_deviceKalesh AP1-1/+1
2024-12-16RDMA/bnxt_re: Fix to export port num to ib_query_qpHongguang Gao4-0/+7
2024-12-16RDMA/bnxt_re: Fix setting mandatory attributes for modify_qpDamodharam Ammepalli3-2/+17
2024-12-16RDMA/bnxt_re: Add check for path mtu in modify_qpSaravanan Vajravel1-12/+14
2024-12-16RDMA/bnxt_re: Fix the check for 9060 conditionKalesh AP1-4/+6
2024-12-16RDMA/bnxt_re: Remove unnecessary header file inclusionKalesh AP2-11/+0
2024-12-16RDMA/bnxt_re: Eliminate need for some forward declarationsKalesh AP1-39/+34
2024-12-16RDMA/bnxt_re: Optimize error handling in bnxt_re_probeKalesh AP1-5/+1
2024-12-16RDMA/bnxt_re: Remove unnecessary goto in bnxt_re_netdev_eventKalesh AP1-2/+2
2024-12-16RDMA/bnxt_re: Remove extra new line in bnxt_re_netdev_eventKalesh AP1-1/+0
2024-12-16RDMA/erdma: Support UD QPs and UD WRsBoshi Yu4-21/+136
2024-12-16RDMA/erdma: Add the query_qp command to the cmdqBoshi Yu2-10/+60
2024-12-16RDMA/erdma: Refactor the code of the modify_qp interfaceBoshi Yu6-220/+276
2024-12-16RDMA/erdma: Add erdma_modify_qp_rocev2() interfaceBoshi Yu6-31/+388
2024-12-16RDMA/erdma: Add address handle implementationBoshi Yu5-2/+182
2024-12-16RDMA/erdma: Add the erdma_query_pkey() interfaceBoshi Yu4-0/+18
2024-12-16RDMA/erdma: Add GID table management interfacesBoshi Yu5-4/+96
2024-12-16RDMA/erdma: Probe the erdma RoCEv2 deviceBoshi Yu6-12/+62
2024-12-10rdma/cxgb4: Prevent potential integer overflow on 32bitDan Carpenter1-2/+4
2024-12-10RDMA/mlx5: Extend ODP statistics with operation countChiara Meiohas3-3/+18
2024-12-10RDMA/mlx4: Use DMA iterator to write MTTLeon Romanovsky1-111/+8
2024-12-10RDMA/mlx4: Use ib_umem_find_best_pgsz() to calculate MTT sizeLeon Romanovsky4-168/+35
2024-12-10RDMA/mlx4: Avoid false error about access to uninitialized gids arrayLeon Romanovsky1-4/+4
2024-12-05RDMA/bnxt_re: Don't fail destroy QP and cleanup debugfs earlierKalesh AP1-10/+5
2024-12-05RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adaptersKashyap Desai1-2/+4
2024-12-05RDMA/bnxt_re: Avoid initializing the software queue for user queuesSelvin Xavier1-19/+23
2024-12-05RDMA/bnxt_re: Fix max SGEs for the Work RequestKashyap Desai1-2/+1
2024-12-05RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad1-2/+4
2024-12-04RDMA/bnxt_re: Remove always true dattr validity checkLeon Romanovsky1-3/+1
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds39-357/+1570
2024-11-17RDMA/bnxt_re: Correct the sequence of device suspendKalesh AP1-23/+5
2024-11-17RDMA/bnxt_re: Use the default mode of congestion controlKalesh AP1-3/+2
2024-11-17RDMA/bnxt_re: Support different traffic classChandramohan Akula2-2/+12
2024-11-14RDMA/mlx5: Move events notifier registration to be after device registrationPatrisious Haddad2-22/+20
2024-11-14RDMA/bnxt_re: Cache MSIx info to a local structureKalesh AP2-8/+11
2024-11-14RDMA/bnxt_re: Refurbish CQ to NQ hash calculationKalesh AP5-11/+32