- 4133b01 lib/irq_poll: Support schedules in non-interrupt contexts by Steve Wise · 6 years ago
- 66920e1 rdma_rxe: Use netlink messages to add/delete links by Steve Wise · 6 years ago
- 3856ec4 RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK support by Steve Wise · 6 years ago
- 5bb3c1e IB/usnic: Fix deadlock by Parvi Kaustubhi · 6 years ago
- ca22354 RDMA/rxe: Close a race after ib_register_device by Jason Gunthorpe · 6 years ago
- 6cc2c8e RDMA/rxe: Add ib_device_get_by_name() and use it in rxe by Jason Gunthorpe · 6 years ago
- c367074 RDMA/rxe: Use driver_unregister and new unregistration API by Jason Gunthorpe · 6 years ago
- d089989 RDMA/device: Provide APIs from the core code to help unregistration by Jason Gunthorpe · 6 years ago
- 4c173f5 RDMA/rxe: Use ib_device_get_by_netdev() instead of open coding by Jason Gunthorpe · 6 years ago
- 324e227 RDMA/device: Add ib_device_get_by_netdev() by Jason Gunthorpe · 6 years ago
- c2261dd RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdev by Jason Gunthorpe · 6 years ago
- 8faea9f RDMA/cache: Move the cache per-port data into the main ib_port_data by Jason Gunthorpe · 6 years ago
- 8ceb135 RDMA/device: Consolidate ib_device per_port data into one place by Jason Gunthorpe · 6 years ago
- ea1075e RDMA: Add and use rdma_for_each_port by Jason Gunthorpe · 6 years ago
- f2a0e45 RDMA/nldev: Don't expose number of not-visible entries by Leon Romanovsky · 6 years ago
- 1b8b778 RDMA/nldev: Connect QP number to .doit callback by Leon Romanovsky · 6 years ago
- c3d0278 RDMA/nldev: Provide parent IDs for PD, MR and QP objects by Leon Romanovsky · 6 years ago
- 517b773 RDMA/nldev: Share with user-space object IDs by Leon Romanovsky · 6 years ago
- 7c77c6a RDMA/restrack: Prepare restrack_root to addition of extra fields per-type by Leon Romanovsky · 6 years ago
- 41eda65 RDMA/restrack: Hide restrack DB from IB/core by Leon Romanovsky · 6 years ago
- 4811852 RDMA/restrack: Reduce scope of synchronization lock while updating DB by Leon Romanovsky · 6 years ago
- c5dfe0e RDMA/nldev: Add resource tracker doit callback by Leon Romanovsky · 6 years ago
- 18c4c66 RDMA/restrack: Translate from ID to restrack object by Leon Romanovsky · 6 years ago
- fd47c2f RDMA/restrack: Convert internal DB from hash to XArray by Leon Romanovsky · 6 years ago
- 5f8f549 RDMA/core: Move device addition deletion to device.c by Parav Pandit · 6 years ago
- 5767198 RDMA/core: Introduce and use ib_setup_port_attrs() by Parav Pandit · 6 years ago
- e155755 RDMA/core: Use simpler device_del() instead of device_unregister() by Parav Pandit · 6 years ago
- cfe876d RDMA/cxgb4: Remove kref accounting for sync operation by Leon Romanovsky · 6 years ago
- be56b07 RDMA/nes: Remove useless usecnt variable and redundant memset by Leon Romanovsky · 6 years ago
- e50838c IB/hfi1: Fix a build warning for TID RDMA READ by Kaike Wan · 6 years ago
- 9a77867 RDMA/uverbs: Fix an error flow in ib_uverbs_poll_cq by Jason Gunthorpe · 6 years ago
- 8994445 IB/{hw,sw}: Remove 'uobject->context' dependency in object creation APIs by Shamir Rabinovitch · 6 years ago
- 730623f IB/verbs: Add helper function rdma_udata_to_drv_context by Shamir Rabinovitch · 6 years ago
- 3d9dfd0 IB/uverbs: Add ib_ucontext to uverbs_attr_bundle sent from ioctl and cmd flows by Shamir Rabinovitch · 6 years ago
- 0dd9ce1 IB/ipoib: Use __func__ instead of function's name by Erez Alfasi · 6 years ago
- 36f0a1c RDMA/iwpm: Remove set but not used variable 'msg_seq' by YueHaibing · 6 years ago
- dad1f98 RDMA/hns: Configure capacity of hns device by Lijun Ou · 6 years ago
- e95c716 RDMA/hns: Delete useful prints for aeq subtype event by Yixian Liu · 6 years ago
- f7f27a5 RDMA/hns: Set allocated memory to zero for wrid by Yixian Liu · 6 years ago
- ab22bf0 RDMA/hns: Fix the state of rereg mr by Yixian Liu · 6 years ago
- 704e0e6 RDMA/hns: Limit minimum ROCE CQ depth to 64 by chenglang · 6 years ago
- 52a572e RDMA/nes: Use for_each_sg_dma_page iterator for umem SGL by Shiraz, Saleem · 6 years ago
- 36d5770 RDMA/rdmavt: Adapt to handle non-uniform sizes on umem SGEs by Shiraz, Saleem · 6 years ago
- e8ac938 RDMA: Fix allocation failure on pointer pd by Colin Ian King · 6 years ago
- d892273 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma into for-next by Doug Ledford · 6 years ago
- a871459 RDMA/bnxt_re: fix or'ing of data into an uninitialized struct member by Colin Ian King · 6 years ago
- fc9e447 RDMA/mlx5: Fix memory leak in case we fail to add an IB device by Mark Bloch · 6 years ago
- 0da4d48 IB/mlx5: Fix bad flow upon DEVX mkey creation by Yishai Hadas · 6 years ago
- 8317d6c RDMA/rxe: Use for_each_sg_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- be8c456 RDMA/ocrdma: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- 95ad233 RDMA/qedr: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- f3e6d31 RDMA/vmw_pvrdma: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- b44e47e RDMA/cxgb3: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- 48b586a RDMA/cxgb4: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- 3856ec5 RDMA/hns: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- 43fae91 RDMA/i40iw: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- 8d249af RDMA/mthca: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- 161ebe2 RDMA/bnxt_re: Use for_each_sg_dma_page iterator on umem SGL by Shiraz, Saleem · 6 years ago
- d901b27 lib/scatterlist: Provide a DMA page iterator by Jason Gunthorpe · 6 years ago
- 82771f2 Merge branch 'wip/dl-for-next' into for-next by Doug Ledford · 6 years ago
- 416fbc1 Merge branch 'hfi1-tid' into wip/dl-for-next by Doug Ledford · 6 years ago
- f368ff1 iw_cxgb4: fix srqidx leak during connection abort by Raju Rangoju · 6 years ago
- 11a27e2 iw_cxgb4: complete the cached SRQ buffers by Raju Rangoju · 6 years ago
- e381a1cb cxgb4: add tcb flags and tcb rpl struct by Raju Rangoju · 6 years ago
- 921eab1 RDMA/devices: Re-organize device.c locking by Jason Gunthorpe · 6 years ago
- 0df91bb RDMA/devices: Use xarray to store the client_data by Jason Gunthorpe · 6 years ago
- e59178d RDMA/devices: Use xarray to store the clients by Jason Gunthorpe · 6 years ago
- 3b88afd RDMA/device: Use an ida instead of a free page in alloc_name by Jason Gunthorpe · 6 years ago
- 652432f RDMA/device: Get rid of reg_state by Jason Gunthorpe · 6 years ago
- d45f89d RDMA/device: Call ib_cache_release_one() only from ib_device_release() by Jason Gunthorpe · 6 years ago
- b34b269 RDMA/device: Ensure that security memory is always freed by Jason Gunthorpe · 6 years ago
- e3593b5 RDMA/device: Check that the rename is nop under the lock by Jason Gunthorpe · 6 years ago
- 21a428a RDMA: Handle PD allocations by IB/core by Leon Romanovsky · 6 years ago
- 30471d4 RDMA/core: Share driver structure size with core by Leon Romanovsky · 6 years ago
- c66f674 IB/core: Don't register each MAD agent for LSM notifier by Daniel Jurgens · 6 years ago
- 805b754 IB/core: Eliminate a hole in MAD agent struct by Daniel Jurgens · 6 years ago
- 6e88e672b IB/core: Fix potential memory leak while creating MAD agents by Daniel Jurgens · 6 years ago
- d60667f IB/core: Unregister notifier before freeing MAD security by Daniel Jurgens · 6 years ago
- 0c23660 IB/usnic: Fix locking when unregistering by Parvi Kaustubhi · 6 years ago
- c8a7eb5 iw_cxgb4: use tos when finding ipv6 routes by Steve Wise · 6 years ago
- cb3ba0b iw_cxgb4: use tos when importing the endpoint by Steve Wise · 6 years ago
- 7235ea2 iw_cxgb4: use listening ep tos when accepting new connections by Steve Wise · 6 years ago
- 926ba19 RDMA/iwcm: add tos_set bool to iw_cm struct by Steve Wise · 6 years ago
- 9491128 RDMA/cma: listening device cm_ids should inherit tos by Steve Wise · 6 years ago
- 2c1619e IB/cma: Define option to set ack timeout and pack tos_set by Danit Goldberg · 6 years ago
- ecb53fe RDMA/bnxt_en: Enable RDMA driver support for 57500 chip by Devesh Sharma · 6 years ago
- 95b86d1 RDMA/bnxt_re: Update kernel user abi to pass chip context by Devesh Sharma · 6 years ago
- 37f91cf RDMA/bnxt_re: Add extended psn structure for 57500 adapters by Devesh Sharma · 6 years ago
- 374c528 RDMA/bnxt_re: Enable GSI QP support for 57500 series by Devesh Sharma · 6 years ago
- e0387e1 RDMA/bnxt_re: Skip backing store allocation for 57500 series by Devesh Sharma · 6 years ago
- b353ce5 RDMA/bnxt_re: Add 64bit doorbells for 57500 series by Devesh Sharma · 6 years ago
- ae8637e RDMA/bnxt_re: Add chip context to identify 57500 series by Devesh Sharma · 6 years ago
- af8b38e IB/mlx5: Simplify WQE count power of two check by Gal Pressman · 6 years ago
- 1a7a05e Documentation/infiniband: update from locked to pinned_vm by Davidlohr Bueso · 6 years ago
- b95df5e3 drivers/IB,core: reduce scope of mmap_sem by Davidlohr Bueso · 6 years ago
- 8ea1f98 drivers/IB,usnic: reduce scope of mmap_sem by Davidlohr Bueso · 6 years ago
- 0e15c25 drivers/IB,hfi1: do not se mmap_sem by Davidlohr Bueso · 6 years ago
- 3a2a1e9 drivers/IB,qib: optimize mmap_sem usage by Davidlohr Bueso · 6 years ago
- 4f564ff drivers/mic/scif: do not use mmap_sem by Davidlohr Bueso · 6 years ago
- 70f8a3c mm: make mm->pinned_vm an atomic64 counter by Davidlohr Bueso · 6 years ago