aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw/mlx5/qp.c
AgeCommit message (Expand)Author
2020-05-06RDMA/mlx5: Set GRH fields in query QP on RoCEAharon Landau
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-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
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2019-05-03IB/mlx5: Add missing XRC options to QP optional params maskJack Morgenstein
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-25Merge branch 'mlx5_tir_icm' into rdma.git for-nextJason Gunthorpe
2019-04-25IB/mlx5: Expose TIR ICM address to user spaceAriel Levkovich
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe
2019-04-22Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Saeed Mahameed
2019-04-18IB/mlx5: Fix scatter to CQE in DCT QP creationGuy Levi
2019-04-12RDMA/mlx5: Check for error return in flow_rule rather than errColin Ian King
2019-04-10RDMA/mlx5: Move default representors SQ steering to rule to modify QPMark Bloch
2019-04-10RDMA/mlx5: Move rep into port structMark Bloch
2019-04-10RDMA/mlx5: Move netdev info into the port structMark Bloch
2019-04-10Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon