aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-02rdma/siw: receive pathBernard Metzler1-0/+1456
2019-07-02rdma/siw: transmit pathBernard Metzler1-0/+1269
2019-07-02rdma/siw: queue pair methodsBernard Metzler1-0/+1322
2019-07-02rdma/siw: application buffer managementBernard Metzler2-0/+534
2019-07-02rdma/siw: application interfaceBernard Metzler2-0/+1851
2019-07-02rdma/siw: connection managementBernard Metzler2-0/+2205
2019-07-02rdma/siw: network and RDMA core interfaceBernard Metzler1-0/+687
2019-07-02rdma/siw: main include fileBernard Metzler1-0/+745
2019-07-02rdma/siw: iWarp wire packet formatBernard Metzler1-0/+380
2019-06-28IB/hfi1: No need to use try_module_get for debugfsDennis Dalessandro1-3/+2
2019-06-28IB/rdmavt: Add trace for map_mr_sgMike Marciniszyn2-0/+37
2019-06-28IB/rdmavt: Enhance trace information for FRWR debugMike Marciniszyn2-4/+18
2019-06-28IB/hfi1: Add missing INVALIDATE opcodes for traceMike Marciniszyn1-0/+2
2019-06-28IB/hfi1: Reduce excessive aspm inlinesMichael J. Ruhl4-259/+280
2019-06-28IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR detailsMichael J. Ruhl5-27/+29
2019-06-28IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPsMichael J. Ruhl6-37/+86
2019-06-28IB/rdmavt: Set QP allowed opcodes after QP allocationMichael J. Ruhl1-23/+12
2019-06-28IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is fullKamenee Arumugam9-20/+30
2019-06-28IB/rdmavt: Fracture single lock used for posting and processing RWQEsKamenee Arumugam3-60/+90
2019-06-28IB/hfi1: Move receive work queue struct into uapi directoryKamenee Arumugam4-71/+152
2019-06-28IB/hfi1: Move rvt_cq_wc struct into uapi directoryKamenee Arumugam2-71/+125
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