| Age | Commit message (Expand) | Author | Lines |
| 2019-02-11 | RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | -37/+30 |
| 2019-02-11 | RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | -13/+8 |
| 2019-02-11 | RDMA/cxgb3: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | -17/+12 |
| 2019-02-11 | RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | -19/+13 |
| 2019-02-11 | RDMA/hns: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | -74/+56 |
| 2019-02-11 | RDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | -19/+16 |
| 2019-02-11 | RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | -20/+16 |
| 2019-02-11 | RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGL | Shiraz, Saleem | -18/+14 |
| 2019-02-11 | lib/scatterlist: Provide a DMA page iterator | Jason Gunthorpe | -12/+76 |
| 2019-02-08 | iw_cxgb4: fix srqidx leak during connection abort | Raju Rangoju | -2/+3 |
| 2019-02-08 | iw_cxgb4: complete the cached SRQ buffers | Raju Rangoju | -8/+157 |
| 2019-02-08 | cxgb4: add tcb flags and tcb rpl struct | Raju Rangoju | -0/+20 |
| 2019-02-08 | RDMA/devices: Re-organize device.c locking | Jason Gunthorpe | -140/+222 |
| 2019-02-08 | RDMA/devices: Use xarray to store the client_data | Jason Gunthorpe | -185/+186 |
| 2019-02-08 | RDMA/devices: Use xarray to store the clients | Jason Gunthorpe | -6/+47 |
| 2019-02-08 | RDMA/device: Use an ida instead of a free page in alloc_name | Jason Gunthorpe | -11/+17 |
| 2019-02-08 | RDMA/device: Get rid of reg_state | Jason Gunthorpe | -12/+2 |
| 2019-02-08 | RDMA/device: Call ib_cache_release_one() only from ib_device_release() | Jason Gunthorpe | -29/+15 |
| 2019-02-08 | RDMA/device: Ensure that security memory is always freed | Jason Gunthorpe | -12/+6 |
| 2019-02-08 | RDMA/device: Check that the rename is nop under the lock | Jason Gunthorpe | -4/+6 |
| 2019-02-08 | RDMA: Handle PD allocations by IB/core | Leon Romanovsky | -409/+325 |
| 2019-02-08 | RDMA/core: Share driver structure size with core | Leon Romanovsky | -0/+15 |
| 2019-02-08 | IB/core: Don't register each MAD agent for LSM notifier | Daniel Jurgens | -24/+35 |
| 2019-02-08 | IB/core: Eliminate a hole in MAD agent struct | Daniel Jurgens | -2/+2 |
| 2019-02-08 | IB/core: Fix potential memory leak while creating MAD agents | Daniel Jurgens | -2/+6 |
| 2019-02-08 | IB/core: Unregister notifier before freeing MAD security | Daniel Jurgens | -1/+2 |
| 2019-02-08 | IB/usnic: Fix locking when unregistering | Parvi Kaustubhi | -2/+4 |
| 2019-02-08 | iw_cxgb4: use tos when finding ipv6 routes | Steve Wise | -2/+3 |
| 2019-02-08 | iw_cxgb4: use tos when importing the endpoint | Steve Wise | -1/+1 |
| 2019-02-08 | iw_cxgb4: use listening ep tos when accepting new connections | Steve Wise | -2/+7 |
| 2019-02-08 | RDMA/iwcm: add tos_set bool to iw_cm struct | Steve Wise | -1/+4 |
| 2019-02-08 | RDMA/cma: listening device cm_ids should inherit tos | Steve Wise | -0/+2 |
| 2019-02-08 | IB/cma: Define option to set ack timeout and pack tos_set | Danit Goldberg | -1/+47 |
| 2019-02-07 | RDMA/bnxt_en: Enable RDMA driver support for 57500 chip | Devesh Sharma | -3/+0 |
| 2019-02-07 | RDMA/bnxt_re: Update kernel user abi to pass chip context | Devesh Sharma | -3/+25 |
| 2019-02-07 | RDMA/bnxt_re: Add extended psn structure for 57500 adapters | Devesh Sharma | -18/+70 |
| 2019-02-07 | RDMA/bnxt_re: Enable GSI QP support for 57500 series | Devesh Sharma | -55/+99 |
| 2019-02-07 | RDMA/bnxt_re: Skip backing store allocation for 57500 series | Devesh Sharma | -7/+14 |
| 2019-02-07 | RDMA/bnxt_re: Add 64bit doorbells for 57500 series | Devesh Sharma | -153/+276 |
| 2019-02-07 | RDMA/bnxt_re: Add chip context to identify 57500 series | Devesh Sharma | -1/+51 |
| 2019-02-07 | IB/mlx5: Simplify WQE count power of two check | Gal Pressman | -3/+3 |
| 2019-02-07 | Documentation/infiniband: update from locked to pinned_vm | Davidlohr Bueso | -2/+2 |
| 2019-02-07 | drivers/IB,core: reduce scope of mmap_sem | Davidlohr Bueso | -39/+2 |
| 2019-02-07 | drivers/IB,usnic: reduce scope of mmap_sem | Davidlohr Bueso | -55/+6 |
| 2019-02-07 | drivers/IB,hfi1: do not se mmap_sem | Davidlohr Bueso | -6/+0 |
| 2019-02-07 | drivers/IB,qib: optimize mmap_sem usage | Davidlohr Bueso | -46/+27 |
| 2019-02-07 | drivers/mic/scif: do not use mmap_sem | Davidlohr Bueso | -25/+11 |
| 2019-02-07 | mm: make mm->pinned_vm an atomic64 counter | Davidlohr Bueso | -27/+28 |
| 2019-02-05 | RDMA/iwpm: move kdoc comments to functions | Steve Wise | -182/+123 |
| 2019-02-05 | RDMA/cma: Remove CM_ID statistics provided by rdma-cm module | Leon Romanovsky | -101/+3 |