summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra2-2/+2
2024-11-29Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-11-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds51-492/+1821
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-18/+9
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-17IB/cm: Rework sending DREQ when destroying a cm_idSean Hefty1-21/+32
2024-11-17IB/cm: Do not hold reference on cm_id unless neededSean Hefty1-42/+24
2024-11-17IB/cm: Explicitly mark if a response MAD is a retransmissionSean Hefty1-20/+31
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
2024-11-14RDMA/bnxt_re: Refactor NQ allocationKalesh AP3-33/+60
2024-11-14RDMA/bnxt_re: Fail probe early when not enough MSI-x vectors are reservedKalesh AP2-10/+14
2024-11-14RDMA/hns: Fix different dgids mapping to the same dip_idxFeng Fang5-44/+75
2024-11-12Revert "RDMA/core: Fix ENODEV error for iWARP test over vlan"Leon Romanovsky1-2/+0
2024-11-12RDMA/bnxt_re: Add set_func_resources support for P5/P7 adaptersKalesh AP2-15/+7
2024-11-12RDMA/bnxt_re: Enhance RoCE SRIOV resource configuration designBhargava Chenna Marreddy4-5/+14
2024-11-10RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg()Junxian Huang1-3/+4
2024-11-10RDMA/hns: Fix out-of-order issue of requester when setting FENCEJunxian Huang2-1/+2
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh1-1/+1
2024-11-04RDMA/nldev: Add IB device and net device rename eventsChiara Meiohas2-2/+76
2024-11-04RDMA/mlx5: Add implementation for ufile_hw_cleanup device operationPatrisious Haddad3-1/+97
2024-11-04RDMA/core: Move ib_uverbs_file struct to uverbs_types.hPatrisious Haddad2-33/+3
2024-11-04RDMA/core: Add device ufile cleanup operationPatrisious Haddad2-1/+7
2024-11-04RDMA/mlx5: Ensure active slave attachment to the bond IB deviceChiara Meiohas1-10/+18
2024-11-04RDMA/core: Implement RoCE GID port rescan and export delete functionChiara Meiohas1-4/+26
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-11-04RDMA/bnxt_re: Add debugfs hook in the driverKalesh AP7-2/+180
2024-11-04RDMA/bnxt_re: Support raw data query for each resourcesKashyap Desai1-0/+118
2024-11-04RDMA/bnxt_re: Add support for querying HW contextsKashyap Desai5-0/+98
2024-11-04RDMA/bnxt_re: Support driver specific data collection using rdma toolKashyap Desai1-0/+141
2024-11-04RDMA/rxe: Set queue pair cur_qp_state when being queriedLiu Jian1-0/+1
2024-11-03RDMA/bnxt_re: Remove some dead codeChristophe JAILLET1-19/+0
2024-11-03RDMA/bnxt_re: Fix some error handling paths in bnxt_re_probe()Christophe JAILLET1-0/+8
2024-11-03deal with the last remaing boolean uses of fd_file()Al Viro1-5/+3
2024-11-03fdget(), more trivial conversionsAl Viro1-13/+6
2024-10-30RDMA/efa: Report link speed according to device attributesMichael Margolin4-2/+54
2024-10-30RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkeyKashyap Desai2-3/+6
2024-10-30RDMA/rxe: Fix the qp flush warnings in reqZhu Yanjun1-2/+4
2024-10-30RDMA/hns: Fix cpu stuck caused by printings during resetwenglianfa5-48/+41
2024-10-30RDMA/hns: Use dev_* printings in hem code instead of ibdev_*Junxian Huang1-22/+22
2024-10-30RDMA/hns: Modify debugfs nameYuyu Li1-1/+2
2024-10-30RDMA/hns: Fix flush cqe error when racing with destroy qpwenglianfa3-2/+22
2024-10-30RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ciwenglianfa4-44/+91
2024-10-30RDMA: Use ethtool string helpersRosen Penev2-9/+4
2024-10-28RDMA/bnxt_re: Fix access flags for MR and QP modifyHongguang Gao1-9/+50