| Commit message (Expand) | Author | Age | Files | Lines |
* | IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows | Shamir Rabinovitch | 2019-02-15 | 5 | -28/+44 |
* | IB/ipoib: Use __func__ instead of function's name | Erez Alfasi | 2019-02-14 | 1 | -2/+2 |
* | RDMA/iwpm: Remove set but not used variable 'msg_seq' | YueHaibing | 2019-02-14 | 1 | -2/+0 |
* | RDMA/hns: Configure capacity of hns device | Lijun Ou | 2019-02-14 | 1 | -0/+5 |
* | RDMA/hns: Delete useful prints for aeq subtype event | Yixian Liu | 2019-02-14 | 1 | -51/+6 |
* | RDMA/hns: Set allocated memory to zero for wrid | Yixian Liu | 2019-02-14 | 1 | -4/+4 |
* | RDMA/hns: Fix the state of rereg mr | Yixian Liu | 2019-02-14 | 1 | -0/+3 |
* | RDMA/hns: Limit minimum ROCE CQ depth to 64 | chenglang | 2019-02-14 | 1 | -0/+1 |
* | RDMA/nes: Use for_each_sg_dma_page iterator for umem SGL | Shiraz, Saleem | 2019-02-13 | 1 | -131/+89 |
* | RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEs | Shiraz, Saleem | 2019-02-13 | 1 | -10/+8 |
* | RDMA: Fix allocation failure on pointer pd | Colin Ian King | 2019-02-13 | 1 | -1/+1 |
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma... | Doug Ledford | 2019-02-13 | 60 | -1029/+1230 |
|\ |
|
| * | RDMA/bnxt_re: fix or'ing of data into an uninitialized struct member | Colin Ian King | 2019-02-11 | 1 | -1/+1 |
| * | RDMA/mlx5: Fix memory leak in case we fail to add an IB device | Mark Bloch | 2019-02-11 | 1 | -1/+3 |
| * | IB/mlx5: Fix bad flow upon DEVX mkey creation | Yishai Hadas | 2019-02-11 | 1 | -2/+3 |
| * | RDMA/rxe: Use for_each_sg_page iterator on umem SGL | Shiraz, Saleem | 2019-02-11 | 1 | -7/+6 |
| * | RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2019-02-11 | 1 | -32/+23 |
| * | RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2019-02-11 | 1 | -37/+30 |
| * | RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2019-02-11 | 1 | -13/+8 |
| * | RDMA/cxgb3: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2019-02-11 | 1 | -17/+12 |
| * | RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2019-02-11 | 1 | -19/+13 |
| * | RDMA/hns: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2019-02-11 | 4 | -74/+56 |
| * | RDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2019-02-11 | 1 | -19/+16 |
| * | RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2019-02-11 | 1 | -20/+16 |
| * | RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | 2019-02-11 | 2 | -18/+14 |
| * | lib/scatterlist: Provide a DMA page iterator | Jason Gunthorpe | 2019-02-11 | 2 | -3/+9 |
| * | iw_cxgb4: fix srqidx leak during connection abort | Raju Rangoju | 2019-02-09 | 1 | -2/+3 |
| * | iw_cxgb4: complete the cached SRQ buffers | Raju Rangoju | 2019-02-09 | 3 | -8/+157 |
| * | cxgb4: add tcb flags and tcb rpl struct | Raju Rangoju | 2019-02-09 | 2 | -0/+20 |
| * | RDMA/devices: Re-organize device.c locking | Jason Gunthorpe | 2019-02-09 | 1 | -140/+221 |
| * | RDMA/devices: Use xarray to store the client_data | Jason Gunthorpe | 2019-02-09 | 1 | -178/+170 |
| * | RDMA/devices: Use xarray to store the clients | Jason Gunthorpe | 2019-02-09 | 1 | -5/+45 |
| * | RDMA/device: Use an ida instead of a free page in alloc_name | Jason Gunthorpe | 2019-02-09 | 1 | -11/+17 |
| * | RDMA/device: Get rid of reg_state | Jason Gunthorpe | 2019-02-09 | 1 | -6/+2 |
| * | RDMA/device: Call ib_cache_release_one() only from ib_device_release() | Jason Gunthorpe | 2019-02-09 | 2 | -29/+15 |
| * | RDMA/device: Ensure that security memory is always freed | Jason Gunthorpe | 2019-02-09 | 3 | -12/+6 |
| * | RDMA/device: Check that the rename is nop under the lock | Jason Gunthorpe | 2019-02-09 | 1 | -4/+6 |
| * | RDMA: Handle PD allocations by IB/core | Leon Romanovsky | 2019-02-09 | 38 | -405/+320 |
| * | RDMA/core: Share driver structure size with core | Leon Romanovsky | 2019-02-09 | 1 | -0/+2 |
| * | IB/core: Don't register each MAD agent for LSM notifier | Daniel Jurgens | 2019-02-09 | 3 | -22/+34 |
| * | IB/core: Fix potential memory leak while creating MAD agents | Daniel Jurgens | 2019-02-09 | 1 | -2/+6 |
| * | IB/core: Unregister notifier before freeing MAD security | Daniel Jurgens | 2019-02-09 | 1 | -1/+2 |
| * | IB/usnic: Fix locking when unregistering | Parvi Kaustubhi | 2019-02-09 | 1 | -2/+4 |
| * | iw_cxgb4: use tos when finding ipv6 routes | Steve Wise | 2019-02-09 | 1 | -2/+3 |
| * | iw_cxgb4: use tos when importing the endpoint | Steve Wise | 2019-02-09 | 1 | -1/+1 |
| * | iw_cxgb4: use listening ep tos when accepting new connections | Steve Wise | 2019-02-09 | 1 | -2/+7 |
| * | RDMA/iwcm: add tos_set bool to iw_cm struct | Steve Wise | 2019-02-09 | 1 | -0/+2 |
| * | RDMA/cma: listening device cm_ids should inherit tos | Steve Wise | 2019-02-09 | 1 | -0/+2 |
| * | IB/cma: Define option to set ack timeout and pack tos_set | Danit Goldberg | 2019-02-09 | 3 | -1/+42 |
* | | Merge branch 'wip/dl-for-next' into for-next | Doug Ledford | 2019-02-09 | 38 | -405/+9616 |
|\ \
| |/
|/| |
|