platform/kernel/linux-rpi.git
2019-02-20 Jason GunthorpeRDMA/device: Add ib_device_set_netdev() as an alternati...
2019-02-19 Jason GunthorpeRDMA/cache: Move the cache per-port data into the main...
2019-02-19 Jason GunthorpeRDMA/device: Consolidate ib_device per_port data into...
2019-02-19 Jason GunthorpeRDMA: Add and use rdma_for_each_port
2019-02-19 Leon RomanovskyRDMA/nldev: Don't expose number of not-visible entries
2019-02-19 Leon RomanovskyRDMA/nldev: Connect QP number to .doit callback
2019-02-19 Leon RomanovskyRDMA/nldev: Provide parent IDs for PD, MR and QP objects
2019-02-19 Leon RomanovskyRDMA/nldev: Share with user-space object IDs
2019-02-19 Leon RomanovskyRDMA/restrack: Prepare restrack_root to addition of...
2019-02-19 Leon RomanovskyRDMA/restrack: Hide restrack DB from IB/core
2019-02-19 Leon RomanovskyRDMA/restrack: Reduce scope of synchronization lock...
2019-02-19 Leon RomanovskyRDMA/nldev: Add resource tracker doit callback
2019-02-19 Leon RomanovskyRDMA/restrack: Translate from ID to restrack object
2019-02-19 Leon RomanovskyRDMA/restrack: Convert internal DB from hash to XArray
2019-02-16 Parav PanditRDMA/core: Move device addition deletion to device.c
2019-02-16 Parav PanditRDMA/core: Introduce and use ib_setup_port_attrs()
2019-02-16 Parav PanditRDMA/core: Use simpler device_del() instead of device_u...
2019-02-16 Leon RomanovskyRDMA/cxgb4: Remove kref accounting for sync operation
2019-02-16 Leon RomanovskyRDMA/nes: Remove useless usecnt variable and redundant...
2019-02-15 Kaike WanIB/hfi1: Fix a build warning for TID RDMA READ
2019-02-15 Jason GunthorpeRDMA/uverbs: Fix an error flow in ib_uverbs_poll_cq
2019-02-15 Shamir RabinovitchIB/{hw,sw}: Remove 'uobject->context' dependency in...
2019-02-15 Shamir RabinovitchIB/verbs: Add helper function rdma_udata_to_drv_context
2019-02-15 Shamir RabinovitchIB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent...
2019-02-14 Erez AlfasiIB/ipoib: Use __func__ instead of function's name
2019-02-14 YueHaibingRDMA/iwpm: Remove set but not used variable 'msg_seq'
2019-02-14 Lijun OuRDMA/hns: Configure capacity of hns device
2019-02-14 Yixian LiuRDMA/hns: Delete useful prints for aeq subtype event
2019-02-14 Yixian LiuRDMA/hns: Set allocated memory to zero for wrid
2019-02-14 Yixian LiuRDMA/hns: Fix the state of rereg mr
2019-02-14 chenglangRDMA/hns: Limit minimum ROCE CQ depth to 64
2019-02-13 Shiraz, SaleemRDMA/nes: Use for_each_sg_dma_page iterator for umem SGL
2019-02-13 Shiraz, SaleemRDMA/rdmavt: Adapt to handle non-uniform sizes on umem...
2019-02-13 Colin Ian KingRDMA: Fix allocation failure on pointer pd
2019-02-13 Doug LedfordMerge branch 'for-next' of git://git./linux/kernel...
2019-02-11 Colin Ian KingRDMA/bnxt_re: fix or'ing of data into an uninitialized...
2019-02-11 Mark BlochRDMA/mlx5: Fix memory leak in case we fail to add an...
2019-02-11 Yishai HadasIB/mlx5: Fix bad flow upon DEVX mkey creation
2019-02-11 Shiraz, SaleemRDMA/rxe: Use for_each_sg_page iterator on umem SGL
2019-02-11 Shiraz, SaleemRDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGL
2019-02-11 Shiraz, SaleemRDMA/qedr: Use for_each_sg_dma_page iterator on umem SGL
2019-02-11 Shiraz, SaleemRDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator...
2019-02-11 Shiraz, SaleemRDMA/cxgb3: Use for_each_sg_dma_page iterator on umem SGL
2019-02-11 Shiraz, SaleemRDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGL
2019-02-11 Shiraz, SaleemRDMA/hns: Use for_each_sg_dma_page iterator on umem SGL
2019-02-11 Shiraz, SaleemRDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGL
2019-02-11 Shiraz, SaleemRDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL
2019-02-11 Shiraz, SaleemRDMA/bnxt_re: Use for_each_sg_dma_page iterator on...
2019-02-11 Jason Gunthorpelib/scatterlist: Provide a DMA page iterator
2019-02-09 Doug LedfordMerge branch 'wip/dl-for-next' into for-next
2019-02-09 Doug LedfordMerge branch 'hfi1-tid' into wip/dl-for-next
2019-02-09 Raju Rangojuiw_cxgb4: fix srqidx leak during connection abort
2019-02-09 Raju Rangojuiw_cxgb4: complete the cached SRQ buffers
2019-02-09 Raju Rangojucxgb4: add tcb flags and tcb rpl struct
2019-02-08 Jason GunthorpeRDMA/devices: Re-organize device.c locking
2019-02-08 Jason GunthorpeRDMA/devices: Use xarray to store the client_data
2019-02-08 Jason GunthorpeRDMA/devices: Use xarray to store the clients
2019-02-08 Jason GunthorpeRDMA/device: Use an ida instead of a free page in alloc...
2019-02-08 Jason GunthorpeRDMA/device: Get rid of reg_state
2019-02-08 Jason GunthorpeRDMA/device: Call ib_cache_release_one() only from...
2019-02-08 Jason GunthorpeRDMA/device: Ensure that security memory is always...
2019-02-08 Jason GunthorpeRDMA/device: Check that the rename is nop under the...
2019-02-08 Leon RomanovskyRDMA: Handle PD allocations by IB/core
2019-02-08 Leon RomanovskyRDMA/core: Share driver structure size with core
2019-02-08 Daniel JurgensIB/core: Don't register each MAD agent for LSM notifier
2019-02-08 Daniel JurgensIB/core: Eliminate a hole in MAD agent struct
2019-02-08 Daniel JurgensIB/core: Fix potential memory leak while creating MAD...
2019-02-08 Daniel JurgensIB/core: Unregister notifier before freeing MAD security
2019-02-08 Parvi KaustubhiIB/usnic: Fix locking when unregistering
2019-02-08 Steve Wiseiw_cxgb4: use tos when finding ipv6 routes
2019-02-08 Steve Wiseiw_cxgb4: use tos when importing the endpoint
2019-02-08 Steve Wiseiw_cxgb4: use listening ep tos when accepting new conne...
2019-02-08 Steve WiseRDMA/iwcm: add tos_set bool to iw_cm struct
2019-02-08 Steve WiseRDMA/cma: listening device cm_ids should inherit tos
2019-02-08 Danit GoldbergIB/cma: Define option to set ack timeout and pack tos_set
2019-02-07 Devesh SharmaRDMA/bnxt_en: Enable RDMA driver support for 57500...
2019-02-07 Devesh SharmaRDMA/bnxt_re: Update kernel user abi to pass chip context
2019-02-07 Devesh SharmaRDMA/bnxt_re: Add extended psn structure for 57500...
2019-02-07 Devesh SharmaRDMA/bnxt_re: Enable GSI QP support for 57500 series
2019-02-07 Devesh SharmaRDMA/bnxt_re: Skip backing store allocation for 57500...
2019-02-07 Devesh SharmaRDMA/bnxt_re: Add 64bit doorbells for 57500 series
2019-02-07 Devesh SharmaRDMA/bnxt_re: Add chip context to identify 57500 series
2019-02-07 Gal PressmanIB/mlx5: Simplify WQE count power of two check
2019-02-07 Davidlohr BuesoDocumentation/infiniband: update from locked to pinned_vm
2019-02-07 Davidlohr Buesodrivers/IB,core: reduce scope of mmap_sem
2019-02-07 Davidlohr Buesodrivers/IB,usnic: reduce scope of mmap_sem
2019-02-07 Davidlohr Buesodrivers/IB,hfi1: do not se mmap_sem
2019-02-07 Davidlohr Buesodrivers/IB,qib: optimize mmap_sem usage
2019-02-07 Davidlohr Buesodrivers/mic/scif: do not use mmap_sem
2019-02-07 Davidlohr Buesomm: make mm->pinned_vm an atomic64 counter
2019-02-05 Doug LedfordMerge branch 'tid-write' into hfi1-tid
2019-02-05 Kaike WanIB/hfi1: Prioritize the sending of ACK packets
2019-02-05 Kaike WanIB/hfi1: Add static trace for TID RDMA WRITE protocol
2019-02-05 Kaike WanIB/hfi1: Enable TID RDMA WRITE protocol
2019-02-05 Kaike WanIB/hfi1: Add interlock between TID RDMA WRITE and other...
2019-02-05 Kaike WanIB/hfi1: Add TID RDMA WRITE functionality into RDMA...
2019-02-05 Kaike WanIB/hfi1: Add the dual leg code
2019-02-05 Kaike WanIB/hfi1: Add the TID second leg ACK packet builder
2019-02-05 Kaike WanIB/hfi1: Add the TID second leg send packet builder
2019-02-05 Kaike WanIB/hfi1: Resend the TID RDMA WRITE DATA packets
next