summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core
AgeCommit message (Expand)AuthorFilesLines
2021-07-19RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch1-1/+2
2021-07-14RDMA/core: Always release restrack objectLeon Romanovsky1-1/+1
2021-07-14RDMA/cma: Fix incorrect Packet Lifetime calculationHåkon Bugge1-2/+4
2021-07-14RDMA/cma: Protect RMW with qp_mutexHåkon Bugge1-1/+17
2021-07-14RDMA/core: Sanitize WQ state received from the userspaceLeon Romanovsky1-2/+19
2021-05-26RDMA/uverbs: Fix a NULL vs IS_ERR() bugDan Carpenter1-2/+2
2021-05-26RDMA/core: Don't access cm_id after its destructionShay Drory1-2/+3
2021-05-26RDMA/core: Prevent divide-by-zero error triggered by the userLeon Romanovsky1-0/+3
2021-05-14RDMA/core: Add CM to restrack after successful attachment to a deviceShay Drory1-2/+10
2021-05-14RDMA/core: Fix corrupted SL on passive sideHåkon Bugge1-1/+2
2021-04-14RDMA/addr: Be strict with gid sizeLeon Romanovsky1-1/+3
2021-03-17RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_sizeChristoph Hellwig1-4/+4
2021-03-09RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_repSaeed Mahameed1-2/+3
2021-03-04RDMA/ucma: Fix use-after-free bug in ucma_create_ueventAvihai Horon1-29/+41
2021-03-04IB/cm: Avoid a loop when device has 255 portsParav Pandit1-4/+4
2021-03-04IB/umad: Return EPOLLERR in case of when device disassociatedShay Drory1-0/+10
2021-03-04IB/umad: Return EIO in case of when device disassociatedShay Drory1-1/+6
2021-01-27RDMA/cma: Fix error flow in default_roce_mode_storeNeta Ostrovsky1-1/+3
2021-01-27RDMA/umem: Avoid undefined behavior of rounddown_pow_of_two()Aharon Landau1-1/+1
2021-01-27RDMA/ucma: Do not miss ctx destruction steps in some casesJason Gunthorpe1-63/+72
2021-01-19RDMA/restrack: Don't treat as an error allocation ID wrappingLeon Romanovsky1-0/+1
2021-01-09RDMA/core: remove use of dma_virt_opsChristoph Hellwig2-21/+27
2020-12-30RDMA/cma: Don't overwrite sgid_attr after device is releasedLeon Romanovsky1-3/+4
2020-12-30RDMA/uverbs: Fix incorrect variable typeAvihai Horon1-9/+5
2020-12-30RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein1-3/+4
2020-12-30RDMA/core: Track device memory MRsLeon Romanovsky1-0/+4
2020-12-30RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwindJason Gunthorpe1-7/+18
2020-12-30RDMA/cma: Add missing error handling of listen_idLeon Romanovsky1-74/+101
2020-12-30RDMA/core: Fix error return in _ib_modify_qp()Jing Xiangfeng1-1/+3
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky1-0/+2
2020-12-07RDMA/core: Fix empty gid table for non IB/RoCE devicesGal Pressman1-3/+0
2020-11-12RDMA/cm: Make the local_id_table xarray non-irqJason Gunthorpe1-6/+6
2020-10-28RDMA: Add rdma_connect_locked()Jason Gunthorpe1-10/+38
2020-10-27RDMA/uverbs: Fix false error in query gid IOCTLGal Pressman1-3/+0
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds28-1298/+1804
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-3/+0
2020-10-16RDMA/ucma: Fix use after free in destroy id flowMaor Gottlieb1-5/+6
2020-10-16RDMA: Explicitly pass in the dma_device to ib_register_deviceJason Gunthorpe1-53/+22
2020-10-16Merge branch 'dynamic_sg' into rdma.git for-nextJason Gunthorpe2-84/+16
2020-10-06RDMA/umem: Move to allocate SG table from pagesMaor Gottlieb1-82/+12
2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-9/+19
2020-10-02RDMA/uverbs: Expose the new GID query API to user spaceAvihai Horon1-1/+195
2020-10-02RDMA/core: Introduce new GID table query APIAvihai Horon1-3/+63
2020-10-02RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon4-5/+14
2020-10-02RDMA/core: Change rdma_get_gid_attr returned error codeAvihai Horon2-2/+3
2020-10-02RDMA/core: Constify struct attribute_groupRikard Falkeborn1-6/+6
2020-10-01IB/core: Enable ODP sync without faultingYishai Hadas1-10/+25
2020-10-01IB/core: Improve ODP to use hmm_range_fault()Yishai Hadas1-166/+112
2020-09-30RDMA/addr: Fix race with netevent_callback()/rdma_addr_cancel()Jason Gunthorpe1-6/+5
2020-09-30RDMA/core: Remove ucontext->closingJason Gunthorpe1-1/+0