summaryrefslogtreecommitdiffstats
path: root/include/rdma
AgeCommit message (Expand)Author
2018-09-30IB/rdmavt: Rename check_send_wqe as setup_wqeKaike Wan
2018-09-26RDMA/ulp: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-09-21RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe
2018-09-21RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathJason Gunthorpe
2018-09-21RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe
2018-09-21RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe
2018-09-20RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe
2018-09-20RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe
2018-09-17IB/rxe: Revise the ib_wr_opcode enumJason Gunthorpe
2018-09-13RDMA: Remove duplicated include from ib_addr.hYueHaibing
2018-09-12RDMA/core: Consider net ns of gid attribute for RoCEParav Pandit
2018-09-12RDMA/core: Rename rdma_copy_addr to rdma_copy_src_l2_addrParav Pandit
2018-09-11IB/{hfi1, qib, rdmavt}: Schedule multi RC/UC packets instead of postingMichael J. Ruhl
2018-09-11RDMA/mlx5: Add flow actions support to raw create flowMark Bloch
2018-09-11RDMA/uverbs: Move flow resources initializationMark Bloch
2018-09-11IB/uverbs: Add IDRs array attribute type to ioctl() interfaceGuy Levi
2018-09-11RDMA/core: Document QP @event_handler functionChuck Lever
2018-09-11RDMA/core: Document CM @event_handler functionChuck Lever
2018-09-06RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit
2018-09-05Merge branch 'uverbs_dev_cleanups' into rdma.git for-nextJason Gunthorpe
2018-09-05RDMA/core: Depend on device_add() to add device attributesParav Pandit
2018-09-05RDMA/uverbs: Declare closing variable as booleanLeon Romanovsky
2018-09-05IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein
2018-09-05RDMA/uverbs: Add generic function to fill in flow action objectMark Bloch
2018-09-05RDMA/uverbs: Add UVERBS_ATTR_CONST_IN to the specs languageMark Bloch
2018-08-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-08-22mm, oom: distinguish blockable mode for mmu notifiersMichal Hocko
2018-08-17RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe
2018-08-16Revert "net/smc: Replace ib_query_gid with rdma_get_gid_attr"Jason Gunthorpe
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe
2018-08-13IB/uverbs: Remove struct uverbs_root_spec and all supporting codeJason Gunthorpe
2018-08-13IB/uverbs: Use uverbs_api to unmarshal ioctl commandsJason Gunthorpe
2018-08-13IB/uverbs: Add a simple allocator to uverbs_attr_bundleJason Gunthorpe
2018-08-10IB/uverbs: Remove the ib_uverbs_attr pointer from each attrJason Gunthorpe
2018-08-10IB/uverbs: Provide implementation private memory for the uverbs_attr_bundleJason Gunthorpe
2018-08-10IB/uverbs: Use uverbs_api to manage the object type inside the uobjectJason Gunthorpe
2018-08-10IB/uverbs: Build the specs into a radix tree at runtimeJason Gunthorpe
2018-08-10IB/uverbs: Have the core code create the uverbs_root_specJason Gunthorpe
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe
2018-08-01IB/uverbs: Allow all DESTROY commands to succeed after disassociateJason Gunthorpe
2018-08-01IB/uverbs: Do not pass struct ib_device to the ioctl methodsJason Gunthorpe
2018-08-01IB/uverbs: Do not pass struct ib_device to the write based methodsJason Gunthorpe
2018-08-01IB/uverbs: Allow RDMA_REMOVE_DESTROY to work concurrently with disassociateJason Gunthorpe
2018-08-01IB/uverbs: Convert 'bool exclusive' into an enumJason Gunthorpe