summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* RDMA/nldev: Share with user-space object IDsLeon Romanovsky2019-02-192-0/+29
* RDMA/restrack: Prepare restrack_root to addition of extra fields per-typeLeon Romanovsky2019-02-193-78/+43
* RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky2019-02-196-66/+114
* RDMA/restrack: Reduce scope of synchronization lock while updating DBLeon Romanovsky2019-02-192-3/+2
* RDMA/nldev: Add resource tracker doit callbackLeon Romanovsky2019-02-191-61/+129
* RDMA/restrack: Translate from ID to restrack objectLeon Romanovsky2019-02-192-0/+28
* RDMA/restrack: Convert internal DB from hash to XArrayLeon Romanovsky2019-02-193-45/+93
* RDMA/core: Move device addition deletion to device.cParav Pandit2019-02-163-13/+14
* RDMA/core: Introduce and use ib_setup_port_attrs()Parav Pandit2019-02-161-29/+35
* RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit2019-02-162-5/+3
* RDMA/cxgb4: Remove kref accounting for sync operationLeon Romanovsky2019-02-163-29/+3
* RDMA/nes: Remove useless usecnt variable and redundant memsetLeon Romanovsky2019-02-162-9/+1
* IB/hfi1: Fix a build warning for TID RDMA READKaike Wan2019-02-151-0/+1
* RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cqJason Gunthorpe2019-02-151-2/+1
* IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIsShamir Rabinovitch2019-02-1523-155/+194
* IB/verbs: Add helper function rdma_udata_to_drv_contextShamir Rabinovitch2019-02-151-0/+17
* IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flowsShamir Rabinovitch2019-02-158-35/+58
* 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-1368-1060/+1343
|\
| * 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-115-12/+76
| * 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-092-140/+222
| * RDMA/devices: Use xarray to store the client_dataJason Gunthorpe2019-02-092-185/+186
| * RDMA/devices: Use xarray to store the clientsJason Gunthorpe2019-02-092-6/+47
| * 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-092-12/+2