aboutsummaryrefslogtreecommitdiffstats
path: root/include/rdma (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-24RDMA/core: Rename signature qp create flag and signature device capabilityIsrael Rukshin1-2/+2
2019-06-24RDMA/core: Add an integrity MR pool supportIsrael Rukshin1-1/+1
2019-06-24RDMA/mlx5: Introduce and implement new IB_WR_REG_MR_INTEGRITY work requestMax Gurtovoy1-0/+1
2019-06-24RDMA/mlx5: Add attr for max number page list length for PI operationMax Gurtovoy1-0/+1
2019-06-24RDMA/core: Add signature attrs element for ib_mr structureMax Gurtovoy2-1/+3
2019-06-24RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl'sMax Gurtovoy1-0/+9
2019-06-24RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity APIIsrael Rukshin1-0/+10
2019-06-24RDMA/core: Save the MR type in the ib_mr structureMax Gurtovoy1-0/+10
2019-06-24RDMA/core: Introduce new header file for signature operationsMax Gurtovoy2-111/+121
2019-06-20IB/{rdmavt, qib, hfi1}: Convert to new completion APIMike Marciniszyn1-36/+0
2019-06-20IB/rdmavt: Add new completion inlineMike Marciniszyn1-0/+72
2019-06-20RDMA: Convert destroy_wq to be voidLeon Romanovsky1-1/+1
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-0/+1
2019-06-18RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe2-0/+6
2019-06-17RDMA: Move rdma_node_type to uapi/Jason Gunthorpe1-12/+1
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-3/+3
2019-06-11RDMA: Clean destroy CQ in drivers do not return errorsLeon Romanovsky1-1/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-1/+1
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe2-2/+3
2019-05-21RDMA/core: Make ib_destroy_cq() voidLeon Romanovsky1-2/+2
2019-05-21RDMA/umem: Move page_shift from ib_umem to ib_odp_umemJason Gunthorpe2-15/+24
2019-05-06RDMA: Add EFA related definitionsGal Pressman1-1/+3
2019-05-06RDMA/umem: Remove hugetlb flagShiraz Saleem1-1/+0
2019-05-06RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksShiraz Saleem1-0/+47
2019-05-06RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem2-0/+33
2019-05-03RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit1-1/+1
2019-05-03RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit1-0/+1
2019-05-03RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit1-0/+3
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib2-29/+19
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman1-0/+30
2019-04-24Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe1-9/+0
2019-04-24RDMA: Remove rdma_user_mmap_pageJason Gunthorpe1-9/+0
2019-04-24IB/{rdmavt, qib, hfi1}: Use new routine to release reference countsMike Marciniszyn1-0/+14
2019-04-24IB/rdmavt: Fix ab/ba include issuesMike Marciniszyn2-76/+76
2019-04-24IB/{rdmavt, hfi1): Miscellaneous comment fixesKaike Wan1-1/+0
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-4/+5
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-4/+4
2019-04-08RDMA/core: Support object allocation in atomic contextLeon Romanovsky1-1/+6
2019-04-08IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe1-1/+1
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2-1/+2
2019-04-01IB: Pass only ib_udata in function prototypesShamir Rabinovitch1-4/+1
2019-04-01IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch1-34/+194
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2-8/+14
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2-20/+16
2019-03-29RDMA/core: Don't compare specific bit after boolean ANDLeon Romanovsky1-2/+2
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit1-0/+3
2019-03-28RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit1-0/+6
2019-03-28RDMA/core: Introduce ib_core_device to hold deviceParav Pandit1-6/+19
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi4-6/+6