summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/providers: Fix return value when QP type isn't supportedKamal Heib2020-03-0413-13/+13
* RDMA/mlx5: Prevent UMR usage with RO only when we have RO capsMichael Guralnik2020-03-021-1/+3
* RDMA/bnxt_re: Remove set but not used variables 'pg' and 'idx'YueHaibing2020-03-021-4/+0
* RDMA/bnxt_re: Remove set but not used variable 'dev_attr'YueHaibing2020-03-021-2/+0
* RDMA/bnxt_re: Remove set but not used variable 'pg_size'YueHaibing2020-03-021-2/+1
* RDMA/bnxt_re: Use driver_unregister and unregistration APISelvin Xavier2020-03-021-64/+42
* RDMA/bnxt_re: Refactor device add/remove functionalitiesSelvin Xavier2020-03-021-57/+82
* RDMA/efa: Do not delay freeing of DMA pagesGal Pressman2020-02-281-22/+22
* RDMA/efa: Properly document the interrupt mask registerGal Pressman2020-02-282-3/+4
* RDMA/efa: Unified getters/setters for device structs bitmask accessGal Pressman2020-02-286-128/+101
* RDMA/hns: Optimize qp doorbell allocation flowXi Wang2020-02-281-102/+132
* RDMA/hns: Optimize kernel qp wrid allocation flowXi Wang2020-02-281-27/+45
* RDMA/hns: Optimize qp param setup flowXi Wang2020-02-281-64/+72
* RDMA/hns: Optimize qp buffer allocation flowXi Wang2020-02-282-123/+144
* RDMA/hns: Optimize qp number assign flowXi Wang2020-02-281-47/+44
* RDMA/hns: Optimize qp context create and destroy flowXi Wang2020-02-282-89/+81
* RDMA/hns: Optimize qp destroy flowXi Wang2020-02-284-58/+46
* RDMA/hns: Stop doorbell update while qp state errorYixian Liu2020-02-281-35/+41
* RDMA/hns: Use flush framework for the case in aeqYixian Liu2020-02-282-36/+9
* RDMA/hns: Treat revision HIP08_A as a special caseLang Cheng2020-02-281-14/+12
* RDMA/opa_vnic: Delete driver versionLeon Romanovsky2020-02-273-8/+0
* RDMA/ipoib: Don't set constant driver versionLeon Romanovsky2020-02-273-9/+0
* RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe2020-02-271-2/+47
* RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib2020-02-271-3/+4
* RDMA/bnxt_re: Using vmalloc requires including vmalloc.hJason Gunthorpe2020-02-261-0/+1
* RDMA/bnxt_re: use ibdev based message printing functionsDevesh Sharma2020-02-222-203/+208
* RDMA/bnxt_re: Refactor doorbell management functionsDevesh Sharma2020-02-225-147/+141
* RDMA/bnxt_re: Refactor notification queue management codeDevesh Sharma2020-02-222-74/+94
* RDMA/bnxt_re: Refactor command queue management codeDevesh Sharma2020-02-224-205/+313
* RDMA/bnxt_re: Refactor net ring allocation functionDevesh Sharma2020-02-222-29/+44
* RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma2020-02-229-332/+525
* RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma2020-02-224-21/+36
* RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma2020-02-223-217/+428
* RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-2020-31/+31
* RDMA/hns: Initialize all fields of doorbells to zeroLang Cheng2020-02-202-11/+3
* RDMA/hns: fix spelling mistake: "attatch" -> "attach"Colin Ian King2020-02-201-1/+1
* RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche2020-02-191-3/+4
* RDMA/bnxt_re: Use rdma_read_gid_hw_context to retrieve HW gid indexSelvin Xavier2020-02-191-11/+12
* RDMA/core: Add helper function to retrieve driver gid context from gid attrSelvin Xavier2020-02-191-0/+17
* RDMA/ucma: Use refcount_t for the ctx->refJason Gunthorpe2020-02-191-5/+5
* RDMA/core: Get rid of ib_create_qp_userJason Gunthorpe2020-02-191-7/+15
* RDMA/hns: Delayed flush cqe process with workqueueYixian Liu2020-02-133-50/+66
* RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu2020-02-133-11/+49
* RDMA/core: Add weak ordering dma attr to dma mappingMichael Guralnik2020-02-131-4/+7
* RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky2020-02-132-1/+4
* RDMA/siw: Fix setting active_mtu attributeKamal Heib2020-02-111-1/+1
* i40iw: Do an RCU lookup in i40iw_add_ipv4_addrShiraz Saleem2020-02-111-12/+6
* RDMA/hns: Optimize eqe buffer allocation flowXi Wang2020-02-112-383/+108
* RDMA/hns: Cleanups of magic numbersLang Cheng2020-02-114-17/+21
* RDMA/cma: Use refcount API to reflect refcountParav Pandit2020-02-112-4/+4