summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-155-28/+44
* IB/ipoib: Use __func__ instead of function's nameErez Alfasi2019-02-141-2/+2
* RDMA/iwpm: Remove set but not used variable 'msg_seq'YueHaibing2019-02-141-2/+0
* RDMA/hns: Configure capacity of hns deviceLijun Ou2019-02-141-0/+5
* RDMA/hns: Delete useful prints for aeq subtype eventYixian Liu2019-02-141-51/+6
* RDMA/hns: Set allocated memory to zero for wridYixian Liu2019-02-141-4/+4
* RDMA/hns: Fix the state of rereg mrYixian Liu2019-02-141-0/+3
* RDMA/hns: Limit minimum ROCE CQ depth to 64chenglang2019-02-141-0/+1
* RDMA/nes: Use for_each_sg_dma_page iterator for umem SGLShiraz, Saleem2019-02-131-131/+89
* RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEsShiraz, Saleem2019-02-131-10/+8
* RDMA: Fix allocation failure on pointer pdColin Ian King2019-02-131-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma...Doug Ledford2019-02-1360-1029/+1230
|\
| * RDMA/bnxt_re: fix or'ing of data into an uninitialized struct memberColin Ian King2019-02-111-1/+1
| * RDMA/mlx5: Fix memory leak in case we fail to add an IB deviceMark Bloch2019-02-111-1/+3
| * IB/mlx5: Fix bad flow upon DEVX mkey creationYishai Hadas2019-02-111-2/+3
| * RDMA/rxe: Use for_each_sg_page iterator on umem SGLShiraz, Saleem2019-02-111-7/+6
| * RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-32/+23
| * RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-37/+30
| * RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-13/+8
| * RDMA/cxgb3: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-17/+12
| * RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-19/+13
| * RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-114-74/+56
| * RDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-19/+16
| * RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-111-20/+16
| * RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2019-02-112-18/+14
| * lib/scatterlist: Provide a DMA page iteratorJason Gunthorpe2019-02-112-3/+9
| * iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju2019-02-091-2/+3
| * iw_cxgb4: complete the cached SRQ buffersRaju Rangoju2019-02-093-8/+157
| * cxgb4: add tcb flags and tcb rpl structRaju Rangoju2019-02-092-0/+20
| * RDMA/devices: Re-organize device.c lockingJason Gunthorpe2019-02-091-140/+221
| * RDMA/devices: Use xarray to store the client_dataJason Gunthorpe2019-02-091-178/+170
| * RDMA/devices: Use xarray to store the clientsJason Gunthorpe2019-02-091-5/+45
| * RDMA/device: Use an ida instead of a free page in alloc_nameJason Gunthorpe2019-02-091-11/+17
| * RDMA/device: Get rid of reg_stateJason Gunthorpe2019-02-091-6/+2
| * RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe2019-02-092-29/+15
| * RDMA/device: Ensure that security memory is always freedJason Gunthorpe2019-02-093-12/+6
| * RDMA/device: Check that the rename is nop under the lockJason Gunthorpe2019-02-091-4/+6
| * RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-0938-405/+320
| * RDMA/core: Share driver structure size with coreLeon Romanovsky2019-02-091-0/+2
| * IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens2019-02-093-22/+34
| * IB/core: Fix potential memory leak while creating MAD agentsDaniel Jurgens2019-02-091-2/+6
| * IB/core: Unregister notifier before freeing MAD securityDaniel Jurgens2019-02-091-1/+2
| * IB/usnic: Fix locking when unregisteringParvi Kaustubhi2019-02-091-2/+4
| * iw_cxgb4: use tos when finding ipv6 routesSteve Wise2019-02-091-2/+3
| * iw_cxgb4: use tos when importing the endpointSteve Wise2019-02-091-1/+1
| * iw_cxgb4: use listening ep tos when accepting new connectionsSteve Wise2019-02-091-2/+7
| * RDMA/iwcm: add tos_set bool to iw_cm structSteve Wise2019-02-091-0/+2
| * RDMA/cma: listening device cm_ids should inherit tosSteve Wise2019-02-091-0/+2
| * IB/cma: Define option to set ack timeout and pack tos_setDanit Goldberg2019-02-093-1/+42
* | Merge branch 'wip/dl-for-next' into for-nextDoug Ledford2019-02-0938-405/+9616
|\ \ | |/ |/|