aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-26Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...Linus Torvalds2-2/+2
2025-01-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+3
2025-01-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds60-1221/+1947
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-19RDMA/qib: Constify 'struct bin_attribute'Thomas Weißschuh1-8/+8
2025-01-19RDMA/hfi1: Constify 'struct bin_attribute'Thomas Weißschuh1-7/+7
2025-01-14RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]"Zhu Yanjun1-6/+5
2025-01-14RDMA/cxgb4: Notify rdma stack for IB_EVENT_QP_LAST_WQE_REACHED eventAnumula Murali Mohan Reddy1-0/+8
2025-01-14RDMA/bnxt_re: Allocate dev_attr information dynamicallyKalesh AP8-45/+51
2025-01-14RDMA/bnxt_re: Pass the context for ulp_irq_stopKalesh AP1-1/+11
2025-01-14RDMA/bnxt_re: Add support to handle DCB_CONFIG_CHANGE eventKalesh AP4-0/+107
2025-01-14RDMA/bnxt_re: Query firmware defaults of CC params during probeKalesh AP4-0/+121
2025-01-14RDMA/bnxt_re: Add Async event handling supportKalesh AP2-0/+40
2025-01-13RDMA/mlx5: Fix indirect mkey ODP page countMichael Guralnik1-17/+15
2025-01-12kernel-wide: add explicity||explicitly to spelling.txtShivam Chaudhary2-2/+2
2025-01-06RDMA/hns: Clean up the legacy CONFIG_INFINIBAND_HNSJunxian Huang3-22/+9
2025-01-06RDMA/rtrs: Add missing deinit() callLi Zhijian1-0/+3
2025-01-06RDMA/efa: Align interrupt related fields to same typeYonatan Nachum3-19/+14
2025-01-05RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of errorKalesh AP1-3/+4
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski27-158/+312
2025-01-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds27-158/+312
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-31RDMA/bnxt_re: Fix error recovery sequenceKalesh AP2-9/+4
2024-12-31RDMA/rtrs: Ensure 'ib_sge list' is accessibleLi Zhijian1-1/+1
2024-12-30RDMA/erdma: Support create_ah/destroy_ah in non-sleepable contextsBoshi Yu1-2/+2
2024-12-30RDMA/erdma: Support non-sleeping erdma_post_cmd_wait()Boshi Yu6-41/+54
2024-12-30RDMA/erdma: Fix incorrect response returned from query_qpBoshi Yu1-8/+8
2024-12-30RDMA/erdma: Add missing fields to the erdma_device_ops_rocev2Boshi Yu1-0/+3
2024-12-30RDMA/efa: Reset device on probe failureMichael Margolin1-4/+5
2024-12-25RDMA/hns: Support fast path for link-down events dispatchingYuyu Li1-0/+13
2024-12-25RDMA/mlx5: Handle link status event only for LAG deviceYuyu Li1-0/+3
2024-12-25RDMA/pvrdma: Support report_port_event() opsYuyu Li1-25/+41
2024-12-25RDMA/mlx4: Support report_port_event() opsYuyu Li1-28/+30
2024-12-25RDMA/usnic: Support report_port_event() opsYuyu Li1-28/+45
2024-12-25RDMA/siw: Remove deliver net device eventYuyu Li3-21/+2
2024-12-25RDMA/rxe: Remove deliver net device eventYuyu Li2-18/+5
2024-12-25RDMA/irdma: Remove deliver net device eventYuyu Li1-3/+0
2024-12-25RDMA/erdma: Remove deliver net device eventYuyu Li3-16/+2
2024-12-25RDMA/bnxt_re: Remove deliver net device eventYuyu Li1-71/+0
2024-12-24RDMA/core: Support link status events dispatchingYuyu Li1-0/+60
2024-12-24RDMA/core: Add ib_query_netdev_port() to query netdev port by IB device.Yuyu Li1-7/+32
2024-12-24RDMA/core: Remove unused ib_copy_path_rec_from_userDr. David Alan Gilbert1-42/+0
2024-12-24RDMA/core: Remove unused ibdev_printkDr. David Alan Gilbert1-17/+0
2024-12-24RDMA/core: Remove unused ib_find_exact_cached_pkeyDr. David Alan Gilbert1-35/+0
2024-12-24RDMA/core: Remove unused ib_ud_header_unpackDr. David Alan Gilbert1-83/+0
2024-12-24RDMA/irdma: Remove unused irdma_cqp_*_fpm_val_cmd functionsDr. David Alan Gilbert3-76/+0
2024-12-24RDMA/rxe: Remove the direct link to net_deviceZhu Yanjun6-19/+90
2024-12-23net/mlx5: fs, add counter object to flow destinationMoshe Shemesh1-11/+26