aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe75-154/+324
2019-06-25RDMA/hns: fix spelling mistake "attatch" -> "attach"Colin Ian King1-1/+1
2019-06-25RDMA/netlink: Audit policy settings for netlink attributesDoug Ledford1-13/+12
2019-06-25RDMA/hns: Cleanup unnecessary exported symbolsLijun Ou12-56/+16
2019-06-25docs: infiniband: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2-2/+2
2019-06-25RDMA/hns: Fix an error code in hns_roce_set_user_sq_size()Dan Carpenter1-2/+2
2019-06-25RDMA/hns: fix potential integer overflow on left shiftColin Ian King1-1/+1
2019-06-24RDMA/mlx5: Refactor MR descriptors allocationMax Gurtovoy1-133/+157
2019-06-24RDMA/mlx5: Use PA mapping for PI handoverMax Gurtovoy3-30/+114
2019-06-24RDMA/mlx5: Improve PI handover performanceIsrael Rukshin3-24/+164
2019-06-24RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR codeIsrael Rukshin3-154/+17
2019-06-24RDMA/rw: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin2-99/+72
2019-06-24RDMA/rw: Introduce rdma_rw_inv_key helperIsrael Rukshin1-8/+17
2019-06-24RDMA/core: Validate integrity handover device capMax Gurtovoy3-7/+8
2019-06-24RDMA/core: Rename signature qp create flag and signature device capabilityIsrael Rukshin6-16/+15
2019-06-24RDMA/core: Add an integrity MR pool supportIsrael Rukshin2-4/+8
2019-06-24IB/iser: Unwind WR union at iser_tx_descIsrael Rukshin4-38/+27
2019-06-24IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handoverIsrael Rukshin4-193/+95
2019-06-24RDMA/mlx5: Introduce and implement new IB_WR_REG_MR_INTEGRITY work requestMax Gurtovoy1-20/+198
2019-06-24RDMA/mlx5: Update set_sig_data_segment attribute for new signature APIMax Gurtovoy1-6/+5
2019-06-24RDMA/mlx5: Pass UMR segment flags instead of booleanMax Gurtovoy1-7/+12
2019-06-24RDMA/mlx5: Add attr for max number page list length for PI operationMax Gurtovoy1-0/+2
2019-06-24RDMA/mlx5: Implement mlx5_ib_map_mr_sg_pi and mlx5_ib_alloc_mr_integrityMax Gurtovoy3-11/+189
2019-06-24RDMA/core: Add signature attrs element for ib_mr structureMax Gurtovoy2-1/+13
2019-06-24RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl'sMax Gurtovoy2-1/+40
2019-06-24RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity APIIsrael Rukshin2-0/+47
2019-06-24RDMA/core: Save the MR type in the ib_mr structureMax Gurtovoy3-0/+4
2019-06-21RDMA/efa: Print address on AH creation failureFiras Jahjah1-1/+2
2019-06-21RDMA/efa: Be consistent with success flow return valueGal Pressman3-5/+7
2019-06-21RDMA/efa: Use API to get contiguous memory blocks aligned to device supported page sizeGal Pressman1-67/+21
2019-06-20IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn3-66/+17
2019-06-20RDMA/odp: Do not leak dma maps when working with huge pagesJason Gunthorpe1-1/+2
2019-06-20RDMA/uverbs: Use offsetofend instead of opencodingJason Gunthorpe1-6/+3
2019-06-20RDMa/hns: Don't stuck in endless timeout loopLeon Romanovsky2-2/+2
2019-06-20RDMA: Check umem pointer validity prior to releaseLeon Romanovsky26-132/+73
2019-06-20RDMA/hns: reset function when removing moduleLang Cheng2-0/+61
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky5-15/+9
2019-06-20RDMA/hns: Fix bug when wqe num is larger than 16KLijun Ou3-83/+235
2019-06-20RDMA/hns: Add a group interfaces for optimizing buffers getting flowLijun Ou2-0/+111
2019-06-20RDMA/hns: Add mtr support for mixed multihop addressingLijun Ou4-0/+628
2019-06-19RDMA/netlink: Resort policy arrayDoug Ledford1-75/+78
2019-06-18RDMA/mlx5: Enable decap and packet reformat on FDBMaor Gottlieb1-0/+5
2019-06-18RDMA/mlx5: Consider eswitch encap modeMaor Gottlieb1-6/+14
2019-06-18Merge remote-tracking branch 'mlx5-next/mlx5-next' into HEADDoug Ledford4-16/+27
2019-06-18RDMA/odp: Fix missed unlock in non-blocking invalidate_startJason Gunthorpe1-5/+9
2019-06-18IB/hfi1: Spelling s/statisfied/satisfied/Geert Uytterhoeven1-1/+1
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe8-5/+108
2019-06-18RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe3-0/+201
2019-06-18RDMA/efa: Handle mmap insertions overflowGal Pressman1-5/+16
2019-06-17RDMA/efa: Fix success return value in case of errorGal Pressman1-6/+18