aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-14RDMA/iwpm: Remove set but not used variable 'msg_seq'YueHaibing1-2/+0
2019-02-14RDMA/hns: Configure capacity of hns deviceLijun Ou1-0/+5
2019-02-14RDMA/hns: Delete useful prints for aeq subtype eventYixian Liu1-51/+6
2019-02-14RDMA/hns: Set allocated memory to zero for wridYixian Liu1-4/+4
2019-02-14RDMA/hns: Fix the state of rereg mrYixian Liu1-0/+3
2019-02-14RDMA/hns: Limit minimum ROCE CQ depth to 64chenglang1-0/+1
2019-02-14IB/mlx5: Add support for 50Gbps per lane link modesAya Levin1-5/+61
2019-02-14net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin1-1/+2
2019-02-14net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin1-2/+4
2019-02-14net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang1-2/+2
2019-02-14IB/mlx5: Use unified register/load function for uplink and VF vportsBodong Wang3-72/+37
2019-02-13RDMA/nes: Use for_each_sg_dma_page iterator for umem SGLShiraz, Saleem1-131/+89
2019-02-13RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEsShiraz, Saleem1-10/+8
2019-02-13RDMA: Fix allocation failure on pointer pdColin Ian King1-1/+1
2019-02-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma into for-nextDoug Ledford56-1026/+1201
2019-02-11RDMA/bnxt_re: fix or'ing of data into an uninitialized struct memberColin Ian King1-1/+1
2019-02-11RDMA/mlx5: Fix memory leak in case we fail to add an IB deviceMark Bloch1-1/+3
2019-02-11IB/mlx5: Fix bad flow upon DEVX mkey creationYishai Hadas1-2/+3
2019-02-11RDMA/rxe: Use for_each_sg_page iterator on umem SGLShiraz, Saleem1-7/+6
2019-02-11RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-32/+23
2019-02-11RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-37/+30
2019-02-11RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-13/+8
2019-02-11RDMA/cxgb3: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-17/+12
2019-02-11RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-19/+13
2019-02-11RDMA/hns: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem4-74/+56
2019-02-11RDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-19/+16
2019-02-11RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem1-20/+16
2019-02-11RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGLShiraz, Saleem2-18/+14
2019-02-09Merge branch 'wip/dl-for-next' into for-nextDoug Ledford38-405/+9616
2019-02-08iw_cxgb4: fix srqidx leak during connection abortRaju Rangoju1-2/+3
2019-02-08iw_cxgb4: complete the cached SRQ buffersRaju Rangoju3-8/+157
2019-02-08RDMA/devices: Re-organize device.c lockingJason Gunthorpe1-140/+221
2019-02-08RDMA/devices: Use xarray to store the client_dataJason Gunthorpe1-178/+170
2019-02-08RDMA/devices: Use xarray to store the clientsJason Gunthorpe1-5/+45
2019-02-08RDMA/device: Use an ida instead of a free page in alloc_nameJason Gunthorpe1-11/+17
2019-02-08RDMA/device: Get rid of reg_stateJason Gunthorpe1-6/+2
2019-02-08RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe2-29/+15
2019-02-08RDMA/device: Ensure that security memory is always freedJason Gunthorpe3-12/+6
2019-02-08RDMA/device: Check that the rename is nop under the lockJason Gunthorpe1-4/+6
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky38-405/+320
2019-02-08RDMA/core: Share driver structure size with coreLeon Romanovsky1-0/+2
2019-02-08IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens3-22/+34
2019-02-08IB/core: Fix potential memory leak while creating MAD agentsDaniel Jurgens1-2/+6
2019-02-08IB/core: Unregister notifier before freeing MAD securityDaniel Jurgens1-1/+2
2019-02-08IB/usnic: Fix locking when unregisteringParvi Kaustubhi1-2/+4
2019-02-08iw_cxgb4: use tos when finding ipv6 routesSteve Wise1-2/+3
2019-02-08iw_cxgb4: use tos when importing the endpointSteve Wise1-1/+1
2019-02-08iw_cxgb4: use listening ep tos when accepting new connectionsSteve Wise1-2/+7
2019-02-08RDMA/iwcm: add tos_set bool to iw_cm structSteve Wise1-0/+2
2019-02-08RDMA/cma: listening device cm_ids should inherit tosSteve Wise1-0/+2