summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorLines
2020-03-24RDMA/core: Ensure security pkey modify is not lostMike Marciniszyn-8/+3
2020-03-13RDMA/mad: Do not crash if the rdma device does not have a umad interfaceJason Gunthorpe-11/+22
2020-03-13RDMA/core: Fix missing error check on dev_set_name()Jason Gunthorpe-1/+3
2020-03-13RDMA/nl: Do not permit empty devices names during RDMA_NLDEV_CMD_NEWLINK/SETJason Gunthorpe-1/+5
2020-03-10RDMA/odp: Fix leaking the tgid for implicit ODPJason Gunthorpe-1/+1
2020-03-04RDMA/iwcm: Fix iwcm work deallocationBernard Metzler-1/+3
2020-03-04RDMA/nldev: Fix crash when set a QP to a new counter but QPN is missingMark Zhang-0/+2
2020-03-04RDMA/odp: Ensure the mm is still alive before creating an implicit childJason Gunthorpe-5/+19
2020-03-04RDMA/core: Fix protection fault in ib_mr_pool_destroyMaor Gottlieb-19/+14
2020-02-28RDMA/core: Fix pkey and port assignment in get_new_ppsMaor Gottlieb-4/+8
2020-02-27RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe-0/+1
2020-02-20RDMA/rw: Fix error flow during RDMA context initializationMax Gurtovoy-11/+20
2020-02-19RDMA/core: Fix use of logical OR in get_new_ppsNathan Chancellor-1/+1
2020-02-19Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow"Parav Pandit-4/+11
2020-02-13RDMA/core: Fix protection fault in get_pkey_idx_qp_listLeon Romanovsky-15/+9
2020-02-13IB/umad: Fix kernel crash while unloading ib_umadYonatan Cohen-2/+3
2020-02-13RDMA/core: Add missing list deletion on freeing event queueMichael Guralnik-0/+1
2020-02-11RDMA/core: Fix invalid memory access in spec_filter_sizeAvihai Horon-8/+7
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-2037/+1712
2020-01-31mm, tree-wide: rename put_user_page*() to unpin_user_page*()John Hubbard-1/+1
2020-01-31IB/{core,hw,umem}: set FOLL_PIN via pin_user_pages*(), fix up ODPJohn Hubbard-8/+7
2020-01-31IB/umem: use get_user_pages_fast() to pin DMA pagesJohn Hubbard-11/+6
2020-01-30RDMA/core: Make the entire API tree staticJason Gunthorpe-17/+0
2020-01-28RDMA/cma: Fix unbalanced cm_id reference count during address resolveParav Pandit-0/+2
2020-01-28RDMA/umem: Fix ib_umem_find_best_pgsz()Artemy Kovalyov-3/+6
2020-01-25RDMA/cm: Remove CM message structsJason Gunthorpe-288/+0
2020-01-25RDMA/cm: Use IBA functions for complex structure membersJason Gunthorpe-64/+107
2020-01-25RDMA/cm: Use IBA functions for simple structure membersJason Gunthorpe-139/+245
2020-01-25RDMA/cm: Use IBA functions for swapping get/set acessorsJason Gunthorpe-269/+36
2020-01-25RDMA/cm: Use IBA functions for simple get/set acessorsJason Gunthorpe-509/+104
2020-01-25RDMA/cm: Add SET/GET implementations to hide IBA wire formatLeon Romanovsky-0/+268
2020-01-25RDMA/cm: Add accessors for CM_REQ transport_typeJason Gunthorpe-12/+29
2020-01-25RDMA/core: Ensure that rdma_user_mmap_entry_remove() is a fenceJason Gunthorpe-0/+2
2020-01-21Merge tag 'rds-odp-for-5.5' into rdma.git for-nextJason Gunthorpe-40/+57
2020-01-16RDMA/core: Add the core support field to METHOD_GET_CONTEXTMichael Guralnik-0/+8
2020-01-16RDMA/uverbs: Add ioctl command to get a device contextJason Gunthorpe-62/+114
2020-01-16RDMA/core: Remove ucontext_lock from the uverbs_destry_ufile_hw() pathJason Gunthorpe-21/+5
2020-01-16RDMA/core: Add UVERBS_METHOD_ASYNC_EVENT_ALLOCJason Gunthorpe-2/+25
2020-01-16IB/core: Add interface to advise_mr for kernel usersMoni Shoua-0/+11
2020-01-16IB/core: Introduce ib_reg_user_mrMoni Shoua-0/+30
2020-01-16IB: Allow calls to ib_umem_get from kernel ULPsMoni Shoua-40/+16
2020-01-13RDMA/core: Use READ_ONCE for ib_ufile.async_fileJason Gunthorpe-26/+18
2020-01-13RDMA/core: Make ib_uverbs_async_event_file into a uobjectJason Gunthorpe-143/+95
2020-01-13RDMA/core: Remove the ufile arg from rdma_alloc_begin_uobjectJason Gunthorpe-17/+19
2020-01-13RDMA/core: Simplify type usage for ib_uverbs_async_handler()Jason Gunthorpe-56/+34
2020-01-13RDMA/core: Do not erase the type of ib_wq.uobjectJason Gunthorpe-7/+9
2020-01-13RDMA/core: Do not erase the type of ib_srq.uobjectJason Gunthorpe-8/+12
2020-01-13RDMA/core: Do not erase the type of ib_qp.uobjectJason Gunthorpe-16/+23
2020-01-13RDMA/core: Do not erase the type of ib_cq.uobjectJason Gunthorpe-21/+31
2020-01-13RDMA/core: Make ib_ucq_object use ib_uevent_objectJason Gunthorpe-35/+25