aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2024-06-21RDMA/mlx5: Remove extra unlock on error pathJason Gunthorpe1-3/+1
2024-06-21RDMA/cache: Release GID table even if leak is detectedLeon Romanovsky1-9/+5
2024-06-16Merge branch 'mlx5-next' into wip/leon-for-nextLeon Romanovsky1-0/+4
2024-06-16RDMA/mlx5: Add Qcounters req_transport_retries_exceeded/req_rnr_retries_exceededPatrisious Haddad1-0/+4
2024-06-16RDMA/mlx5: Set mkeys for dmabuf at PAGE_SIZEChiara Meiohas2-4/+15
2024-06-16IB/mlx5: Allocate resources just before first QP/SRQ is createdJianbo Liu4-43/+118
2024-06-16IB/mlx5: Create UMR QP just before first reg_mr occursJianbo Liu5-14/+58
2024-06-16Delay mlx5_ib internal resources allocationsLeon Romanovsky4-233/+3
2024-06-16net/mlx5: Reimplement write combining testJianbo Liu4-233/+3
2024-06-16Merge branch 'mana-shared' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Leon Romanovsky1-5/+5
2024-06-12net: mana: Allow variable size indirection tableShradha Gupta1-5/+5
2024-06-09RDMA/mana_ib: Process QP error events in mana_ibKonstantin Taranov4-2/+78
2024-06-09RDMA/rxe: Fix responder length checking for UD request packetsHonggang LI1-0/+13
2024-06-09RDMA/iwcm: Fix a use-after-free related to destroying CM IDsBart Van Assche1-4/+7
2024-06-09RDMA/iwcm: Simplify cm_work_handler()Bart Van Assche1-6/+1
2024-06-09RDMA/iwcm: Simplify cm_event_handler()Bart Van Assche1-5/+2
2024-06-09RDMA/iwcm: Change the return type of iwcm_deref_id()Bart Van Assche1-4/+4
2024-06-09RDMA/iwcm: Use list_first_entry() where appropriateBart Van Assche1-4/+4
2024-06-02RDMA/mana_ib: extend query deviceKonstantin Taranov2-3/+21
2024-06-02RDMA/mana_ib: set node_guidKonstantin Taranov1-0/+2
2024-05-30RDMA/rxe: Fix data copy for IB_SEND_INLINEHonggang LI1-1/+1
2024-05-30RDMA/efa: Properly handle unexpected AQ completionsMichael Margolin1-13/+17
2024-05-30RDMA/mana_ib: Modify QP stateKonstantin Taranov2-2/+107
2024-05-30RDMA/mana_ib: Implement uapi to create and destroy RC QPKonstantin Taranov2-2/+96
2024-05-30RDMA/mana_ib: Create and destroy RC QPKonstantin Taranov2-1/+116
2024-05-30RDMA/irdma: Annotate flexible array with __counted_by() in struct irdma_qvlis...Christophe JAILLET1-1/+1
2024-05-30RDMA/efa: Fail probe on missing BARsMichael Margolin1-8/+22
2024-05-30RDMA/bnxt_re: Fix the max msix vectors macroSelvin Xavier1-3/+1
2024-05-30RDMA/bnxt_re: Expose the MSN table capability for user librarySelvin Xavier1-0/+3
2024-05-30RDMA/bnxt_re: Allow MSN table capability checkSelvin Xavier6-8/+44
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)8-11/+11
2024-05-22Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-15/+2
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-6/+5
2024-05-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds62-731/+1327
2024-05-12RDMA/cma: Fix kmemleak in rdma_core observed during blktests nvme/rdma use siwZhu Yanjun1-1/+3
2024-05-12RDMA/IPoIB: Fix format truncation compilation errorsLeon Romanovsky1-2/+6
2024-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2024-05-09Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2024-05-09bnxt_re: avoid shift undefined behavior in bnxt_qplib_alloc_init_hwqMichal Schmidt1-1/+2
2024-05-08RDMA/efa: Support QP with unsolicited write w/ imm. receiveMichael Margolin4-3/+31
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-2/+2
2024-05-05IB/hfi1: Remove generic .ndo_get_stats64Breno Leitao1-1/+0
2024-05-05IB/hfi1: Do not use custom stat allocatorBreno Leitao1-16/+3
2024-05-05RDMA/hfi1: Use RMW accessors for changing LNKCTL2Ilpo Järvinen1-22/+8
2024-05-05RDMA/mana_ib: implement uapi for creation of rnic cqKonstantin Taranov1-4/+51
2024-05-05RDMA/mana_ib: boundary check before installing cq callbacksKonstantin Taranov1-0/+2
2024-05-05RDMA/mana_ib: introduce a helper to remove cq callbacksKonstantin Taranov3-29/+17
2024-05-05RDMA/mana_ib: create and destroy RNIC cqsKonstantin Taranov2-0/+86
2024-05-05RDMA/mana_ib: create EQs for RNIC CQsKonstantin Taranov2-2/+33
2024-05-05RDMA/core: Remove NULL check before dev_{put, hold}Jules Irenge3-11/+5