| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 5 | -12/+76 |
* | 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 | 2 | -140/+222 |
* | RDMA/devices: Use xarray to store the client_data | Jason Gunthorpe | 2019-02-09 | 2 | -185/+186 |
* | RDMA/devices: Use xarray to store the clients | Jason Gunthorpe | 2019-02-09 | 2 | -6/+47 |
* | 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 | 2 | -12/+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 | 39 | -409/+325 |
* | RDMA/core: Share driver structure size with core | Leon Romanovsky | 2019-02-09 | 2 | -0/+15 |
* | IB/core: Don't register each MAD agent for LSM notifier | Daniel Jurgens | 2019-02-09 | 4 | -24/+35 |
* | IB/core: Eliminate a hole in MAD agent struct | Daniel Jurgens | 2019-02-09 | 1 | -2/+2 |
* | 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 | 2 | -1/+4 |
* | 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 | 5 | -1/+47 |
* | RDMA/bnxt_en: Enable RDMA driver support for 57500 chip | Devesh Sharma | 2019-02-07 | 1 | -3/+0 |
* | RDMA/bnxt_re: Update kernel user abi to pass chip context | Devesh Sharma | 2019-02-07 | 2 | -3/+25 |
* | RDMA/bnxt_re: Add extended psn structure for 57500 adapters | Devesh Sharma | 2019-02-07 | 5 | -18/+70 |
* | RDMA/bnxt_re: Enable GSI QP support for 57500 series | Devesh Sharma | 2019-02-07 | 4 | -55/+99 |
* | RDMA/bnxt_re: Skip backing store allocation for 57500 series | Devesh Sharma | 2019-02-07 | 4 | -7/+14 |
* | RDMA/bnxt_re: Add 64bit doorbells for 57500 series | Devesh Sharma | 2019-02-07 | 9 | -153/+276 |
* | RDMA/bnxt_re: Add chip context to identify 57500 series | Devesh Sharma | 2019-02-07 | 5 | -1/+51 |
* | IB/mlx5: Simplify WQE count power of two check | Gal Pressman | 2019-02-07 | 1 | -3/+3 |
* | Documentation/infiniband: update from locked to pinned_vm | Davidlohr Bueso | 2019-02-07 | 1 | -2/+2 |
* | drivers/IB,core: reduce scope of mmap_sem | Davidlohr Bueso | 2019-02-07 | 1 | -39/+2 |
* | drivers/IB,usnic: reduce scope of mmap_sem | Davidlohr Bueso | 2019-02-07 | 3 | -55/+6 |
* | drivers/IB,hfi1: do not se mmap_sem | Davidlohr Bueso | 2019-02-07 | 1 | -6/+0 |
* | drivers/IB,qib: optimize mmap_sem usage | Davidlohr Bueso | 2019-02-07 | 1 | -46/+27 |
* | drivers/mic/scif: do not use mmap_sem | Davidlohr Bueso | 2019-02-07 | 1 | -25/+11 |
* | mm: make mm->pinned_vm an atomic64 counter | Davidlohr Bueso | 2019-02-07 | 10 | -27/+28 |
* | RDMA/iwpm: move kdoc comments to functions | Steve Wise | 2019-02-05 | 3 | -182/+123 |
* | RDMA/cma: Remove CM_ID statistics provided by rdma-cm module | Leon Romanovsky | 2019-02-05 | 3 | -101/+3 |