summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw/mlx5/qp.c
AgeCommit message (Expand)Author
2020-04-28RDMA/mlx5: Remove second copy from user for non RSS RAW QPsLeon Romanovsky
2020-04-28RDMA/mlx5: Move DRIVER QP flags check into separate functionLeon Romanovsky
2020-04-28RDMA/mlx5: Update all DRIVER QP places to use QP subtypeLeon Romanovsky
2020-04-28RDMA/mlx5: Split scatter CQE configuration for DCT QPLeon Romanovsky
2020-04-28RDMA/mlx5: Separate create QP flows to be based on typeLeon Romanovsky
2020-04-28RDMA/mlx5: Set QP subtype immediately when it is knownLeon Romanovsky
2020-04-28RDMA/mlx5: Avoid setting redundant NULL for XRC QPsLeon Romanovsky
2020-04-28RDMA/mlx5: Prepare QP allocation for future removalLeon Romanovsky
2020-04-28RDMA/mlx5: Perform check if QP creation flow is validLeon Romanovsky
2020-04-28RDMA/mlx5: Organize QP types checks in one placeLeon Romanovsky
2020-04-23net/mlx5: Update transobj.c new cmd interfaceLeon Romanovsky
2020-04-22RDMA/mlx5: Set GRH fields in query QP on RoCEAharon Landau
2020-04-19net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky
2020-04-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-03-27IB/mlx5: Move to fully dynamic UAR mode once user space supports itYishai Hadas
2020-03-27IB/mlx5: Extend QP creation to get uar page index from user spaceYishai Hadas
2020-03-25RDMA/mlx5: Block delay drop to unprivileged usersMaor Gottlieb
2020-03-24RDMA/mlx5: Fix access to wrong pointer while performing flush due to errorLeon Romanovsky
2020-03-04Merge tag 'v5.6-rc4' into rdma.git for-nextJason Gunthorpe
2020-03-04RDMA/providers: Fix return value when QP type isn't supportedKamal Heib
2020-02-11IB/mlx5: Return failure when rts2rts_qp_counters_set_id is not supportedMark Zhang
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe
2020-01-16RDMA/mlx5: Set relaxed ordering when requestedMichael Guralnik
2020-01-16IB/mlx5: Add ODP WQE handlers for kernel QPsMoni Shoua
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua
2020-01-03RDMA/mlx5: use true,false for bool variablezhengbin
2019-11-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-11-19IB/mlx5: Support extended number of strides for Striding RQMark Zhang
2019-11-17IB/umem: remove the dmasync argument to ib_umem_getChristoph Hellwig
2019-10-31IB/mlx5: Test write combining supportMichael Guralnik
2019-10-22IB/mlx5: Align usage of QP1 create flags with rest of mlx5 definesMichael Guralnik
2019-10-17RDMA/mlx5: Clear old rate limit when closing QPRafi Wiener
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe
2019-08-20IB/mlx5: Block MR WR if UMR is not possibleMoni Shoua
2019-07-29Merge branch 'wip/dl-for-rc' into wip/dl-for-nextDoug Ledford
2019-07-29IB/mlx5: Support per device q counters in switchdev modeParav Pandit
2019-07-25IB/mlx5: Fix RSS Toeplitz setup to be aligned with the HW specificationYishai Hadas
2019-07-24IB/mlx5: Fix unreg_umr to ignore the mkey stateYishai Hadas
2019-07-05IB/mlx5: Support set qp counterMark Zhang
2019-07-03Merge mlx5-next into rdma for-nextJason Gunthorpe
2019-07-03net/mlx5: Report EQE data upon CQ completionYishai Hadas
2019-06-24RDMA/mlx5: Use PA mapping for PI handoverMax Gurtovoy
2019-06-24RDMA/mlx5: Improve PI handover performanceIsrael Rukshin
2019-06-24RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR codeIsrael Rukshin
2019-06-24RDMA/core: Validate integrity handover device capMax Gurtovoy
2019-06-24RDMA/core: Rename signature qp create flag and signature device capabilityIsrael Rukshin
2019-06-24RDMA/mlx5: Introduce and implement new IB_WR_REG_MR_INTEGRITY work requestMax Gurtovoy
2019-06-24RDMA/mlx5: Update set_sig_data_segment attribute for new signature APIMax Gurtovoy
2019-06-24RDMA/mlx5: Pass UMR segment flags instead of booleanMax Gurtovoy
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky