summaryrefslogtreecommitdiffstats
path: root/net/dccp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-02RDMA/mlx5: Prevent UMR usage with RO only when we have RO capsMichael Guralnik1-1/+3
2020-03-02RDMA/bnxt_re: Remove set but not used variables 'pg' and 'idx'YueHaibing1-4/+0
2020-03-02RDMA/bnxt_re: Remove set but not used variable 'dev_attr'YueHaibing1-2/+0
2020-03-02RDMA/bnxt_re: Remove set but not used variable 'pg_size'YueHaibing1-2/+1
2020-03-02RDMA/bnxt_re: Use driver_unregister and unregistration APISelvin Xavier1-64/+42
2020-03-02RDMA/bnxt_re: Refactor device add/remove functionalitiesSelvin Xavier1-57/+82
2020-02-28RDMA/efa: Do not delay freeing of DMA pagesGal Pressman1-22/+22
2020-02-28RDMA/efa: Properly document the interrupt mask registerGal Pressman2-3/+4
2020-02-28RDMA/efa: Unified getters/setters for device structs bitmask accessGal Pressman6-128/+101
2020-02-28RDMA/hns: Optimize qp doorbell allocation flowXi Wang1-102/+132
2020-02-28RDMA/hns: Optimize kernel qp wrid allocation flowXi Wang1-27/+45
2020-02-28RDMA/hns: Optimize qp param setup flowXi Wang1-64/+72
2020-02-28RDMA/hns: Optimize qp buffer allocation flowXi Wang2-123/+144
2020-02-28RDMA/hns: Optimize qp number assign flowXi Wang1-47/+44
2020-02-28RDMA/hns: Optimize qp context create and destroy flowXi Wang2-89/+81
2020-02-28RDMA/hns: Optimize qp destroy flowXi Wang4-58/+46
2020-02-28RDMA/hns: Stop doorbell update while qp state errorYixian Liu1-35/+41
2020-02-28RDMA/hns: Use flush framework for the case in aeqYixian Liu2-36/+9
2020-02-28RDMA/hns: Treat revision HIP08_A as a special caseLang Cheng1-14/+12
2020-02-27RDMA/opa_vnic: Delete driver versionLeon Romanovsky3-8/+0
2020-02-27RDMA/ipoib: Don't set constant driver versionLeon Romanovsky3-9/+0
2020-02-27RDMA/ucma: Put a lock around every call to the rdma_cm layerJason Gunthorpe1-2/+47
2020-02-27RDMA/siw: Fix setting active_{speed, width} attributesKamal Heib1-3/+4
2020-02-26RDMA/bnxt_re: Using vmalloc requires including vmalloc.hJason Gunthorpe1-0/+1
2020-02-22RDMA/bnxt_re: use ibdev based message printing functionsDevesh Sharma2-203/+208
2020-02-22RDMA/bnxt_re: Refactor doorbell management functionsDevesh Sharma5-147/+141
2020-02-22RDMA/bnxt_re: Refactor notification queue management codeDevesh Sharma2-74/+94
2020-02-22RDMA/bnxt_re: Refactor command queue management codeDevesh Sharma4-205/+313
2020-02-22RDMA/bnxt_re: Refactor net ring allocation functionDevesh Sharma2-29/+44
2020-02-22RDMA/bnxt_re: Refactor hardware queue memory allocationDevesh Sharma9-332/+525
2020-02-22RDMA/bnxt_re: Replace chip context structure with pointerDevesh Sharma4-21/+36
2020-02-22RDMA/bnxt_re: Refactor queue pair creation codeDevesh Sharma3-217/+428
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva25-44/+44
2020-02-20RDMA/hns: Initialize all fields of doorbells to zeroLang Cheng2-11/+3
2020-02-20RDMA/hns: fix spelling mistake: "attatch" -> "attach"Colin Ian King1-1/+1
2020-02-19RDMA/rxe: Fix configuration of atomic queue pair attributesBart Van Assche1-3/+4
2020-02-19RDMA/bnxt_re: Use rdma_read_gid_hw_context to retrieve HW gid indexSelvin Xavier1-11/+12
2020-02-19RDMA/core: Add helper function to retrieve driver gid context from gid attrSelvin Xavier2-0/+18
2020-02-19RDMA/ucma: Use refcount_t for the ctx->refJason Gunthorpe1-5/+5
2020-02-19RDMA/core: Get rid of ib_create_qp_userJason Gunthorpe2-36/+17
2020-02-13RDMA/hns: Delayed flush cqe process with workqueueYixian Liu3-50/+66
2020-02-13RDMA/hns: Add the workqueue framework for flush cqe handlerYixian Liu3-11/+49
2020-02-13RDMA/core: Add weak ordering dma attr to dma mappingMichael Guralnik1-4/+7
2020-02-13RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky2-1/+4
2020-02-11RDMA/siw: Fix setting active_mtu attributeKamal Heib1-1/+1
2020-02-11i40iw: Do an RCU lookup in i40iw_add_ipv4_addrShiraz Saleem1-12/+6
2020-02-11RDMA/hns: Optimize eqe buffer allocation flowXi Wang2-383/+108
2020-02-11RDMA/hns: Cleanups of magic numbersLang Cheng4-17/+21
2020-02-11RDMA/cma: Use refcount API to reflect refcountParav Pandit2-4/+4
2020-02-11RDMA/cma: Rename cma_device ref/deref helpers to to get/putParav Pandit1-18/+24