Age | Commit message (Expand) | Author | Files | Lines |
2019-02-18 | RDMA/restrack: Reduce scope of synchronization lock while updating DB | Leon Romanovsky | 1 | -2/+0 |
2019-02-18 | RDMA/nldev: Add resource tracker doit callback | Leon Romanovsky | 1 | -61/+129 |
2019-02-18 | RDMA/restrack: Translate from ID to restrack object | Leon Romanovsky | 1 | -0/+25 |
2019-02-18 | RDMA/restrack: Convert internal DB from hash to XArray | Leon Romanovsky | 2 | -38/+78 |
2019-02-15 | RDMA/core: Move device addition deletion to device.c | Parav Pandit | 3 | -13/+14 |
2019-02-15 | RDMA/core: Introduce and use ib_setup_port_attrs() | Parav Pandit | 1 | -29/+35 |
2019-02-15 | RDMA/core: Use simpler device_del() instead of device_unregister() | Parav Pandit | 2 | -5/+3 |
2019-02-15 | RDMA/cxgb4: Remove kref accounting for sync operation | Leon Romanovsky | 3 | -29/+3 |
2019-02-15 | RDMA/nes: Remove useless usecnt variable and redundant memset | Leon Romanovsky | 2 | -9/+1 |
2019-02-15 | IB/hfi1: Fix a build warning for TID RDMA READ | Kaike Wan | 1 | -0/+1 |
2019-02-15 | RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cq | Jason Gunthorpe | 1 | -2/+1 |
2019-02-15 | IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs | Shamir Rabinovitch | 22 | -155/+189 |
2019-02-15 | IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows | Shamir Rabinovitch | 5 | -28/+44 |
2019-02-14 | IB/ipoib: Use __func__ instead of function's name | Erez Alfasi | 1 | -2/+2 |
2019-02-14 | RDMA/iwpm: Remove set but not used variable 'msg_seq' | YueHaibing | 1 | -2/+0 |
2019-02-14 | RDMA/hns: Configure capacity of hns device | Lijun Ou | 1 | -0/+5 |
2019-02-14 | RDMA/hns: Delete useful prints for aeq subtype event | Yixian Liu | 1 | -51/+6 |
2019-02-14 | RDMA/hns: Set allocated memory to zero for wrid | Yixian Liu | 1 | -4/+4 |
2019-02-14 | RDMA/hns: Fix the state of rereg mr | Yixian Liu | 1 | -0/+3 |
2019-02-14 | RDMA/hns: Limit minimum ROCE CQ depth to 64 | chenglang | 1 | -0/+1 |
2019-02-13 | RDMA/nes: Use for_each_sg_dma_page iterator for umem SGL | Shiraz, Saleem | 1 | -131/+89 |
2019-02-13 | RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEs | Shiraz, Saleem | 1 | -10/+8 |
2019-02-13 | RDMA: Fix allocation failure on pointer pd | Colin Ian King | 1 | -1/+1 |
2019-02-13 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma... | Doug Ledford | 60 | -1029/+1230 |
2019-02-11 | RDMA/bnxt_re: fix or'ing of data into an uninitialized struct member | Colin Ian King | 1 | -1/+1 |
2019-02-11 | RDMA/mlx5: Fix memory leak in case we fail to add an IB device | Mark Bloch | 1 | -1/+3 |
2019-02-11 | IB/mlx5: Fix bad flow upon DEVX mkey creation | Yishai Hadas | 1 | -2/+3 |
2019-02-11 | RDMA/rxe: Use for_each_sg_page iterator on umem SGL | Shiraz, Saleem | 1 | -7/+6 |
2019-02-11 | RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -32/+23 |
2019-02-11 | RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -37/+30 |
2019-02-11 | RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -13/+8 |
2019-02-11 | RDMA/cxgb3: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -17/+12 |
2019-02-11 | RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -19/+13 |
2019-02-11 | RDMA/hns: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 4 | -74/+56 |
2019-02-11 | RDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -19/+16 |
2019-02-11 | RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 1 | -20/+16 |
2019-02-11 | RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2 | -18/+14 |
2019-02-11 | lib/scatterlist: Provide a DMA page iterator | Jason Gunthorpe | 2 | -3/+9 |
2019-02-09 | Merge branch 'wip/dl-for-next' into for-next | Doug Ledford | 38 | -405/+9616 |
2019-02-08 | iw_cxgb4: fix srqidx leak during connection abort | Raju Rangoju | 1 | -2/+3 |
2019-02-08 | iw_cxgb4: complete the cached SRQ buffers | Raju Rangoju | 3 | -8/+157 |
2019-02-08 | cxgb4: add tcb flags and tcb rpl struct | Raju Rangoju | 2 | -0/+20 |
2019-02-08 | RDMA/devices: Re-organize device.c locking | Jason Gunthorpe | 1 | -140/+221 |
2019-02-08 | RDMA/devices: Use xarray to store the client_data | Jason Gunthorpe | 1 | -178/+170 |
2019-02-08 | RDMA/devices: Use xarray to store the clients | Jason Gunthorpe | 1 | -5/+45 |
2019-02-08 | RDMA/device: Use an ida instead of a free page in alloc_name | Jason Gunthorpe | 1 | -11/+17 |
2019-02-08 | RDMA/device: Get rid of reg_state | Jason Gunthorpe | 1 | -6/+2 |
2019-02-08 | RDMA/device: Call ib_cache_release_one() only from ib_device_release() | Jason Gunthorpe | 2 | -29/+15 |
2019-02-08 | RDMA/device: Ensure that security memory is always freed | Jason Gunthorpe | 3 | -12/+6 |
2019-02-08 | RDMA/device: Check that the rename is nop under the lock | Jason Gunthorpe | 1 | -4/+6 |