aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-17RDMA/core: Fix comment for hw stats init for port == 0Parav Pandit1-3/+3
2018-10-17RDMA/core: Refactor ib_register_device() functionParav Pandit1-51/+75
2018-10-17RDMA/core: Fix unwinding flow in case of error to register deviceParav Pandit1-2/+4
2018-10-16RDMA/umad: Use kernel API to allocate umad indexesLeon Romanovsky1-6/+5
2018-10-16RDMA/uverbs: Use kernel API to allocate uverbs indexesLeon Romanovsky1-6/+6
2018-10-16RDMA/core: Increase total number of RDMA ports across all devicesLeon Romanovsky1-1/+1
2018-10-16RDMA/core: Rename ports_parent to ports_kobjParav Pandit1-5/+4
2018-10-16RDMA/core: Do not expose unsupported countersParav Pandit1-7/+12
2018-10-16RDMA/nldev: Allow IB device rename through RDMA netlinkLeon Romanovsky1-0/+34
2018-10-16RDMA/core: Implement IB device rename functionLeon Romanovsky2-0/+26
2018-10-16RDMA/core: Annotate timeout as unsigned longLeon Romanovsky6-16/+18
2018-10-16RDMA/core: Align multiple functions to kernel coding styleLeon Romanovsky2-8/+5
2018-10-16RDMA/cma: Remove unused timeout_ms parameter from cma_resolve_iw_route()Leon Romanovsky1-2/+2
2018-10-16RDMA/ucma: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-10-16IB/ucm: Fix Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+3
2018-10-16RDMA/cm: Respect returned status of cm_init_av_by_pathLeon Romanovsky1-2/+5
2018-10-16RDMA/restrack: Protect from reentry to resource return pathLeon Romanovsky1-1/+3
2018-10-16Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe6-61/+89
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov1-7/+21
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov1-0/+32
2018-10-05RDMA/restrack: Release task struct which was hold by CM_ID objectLeon Romanovsky2-6/+7
2018-10-05RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky4-15/+14
2018-10-05RDMA/restrack: Un-inline set task implementationLeon Romanovsky1-0/+10
2018-10-03RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcuParav Pandit1-1/+1
2018-10-03RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky3-4/+4
2018-10-03RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib1-2/+1
2018-10-03RDMA/uverbs: Fix RCU annotation for radix slot deferenceJason Gunthorpe1-6/+3
2018-09-30RDMA/cma: Introduce and use cma_ib_acquire_dev()Parav Pandit1-24/+69
2018-09-30RDMA/cma: Introduce and use cma_acquire_dev_by_src_ip()Parav Pandit1-18/+66
2018-09-30RDMA/cma: Allow accepting requests for multi port rdma deviceParav Pandit1-4/+22
2018-09-27RDMA/core: Acquire and release mmap_sem on page rangeParav Pandit1-2/+5
2018-09-26IB/sa: simplify return code logic for ib_nl_send_msg()Alex Estrin1-11/+2
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe10-17/+16
2018-09-26RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe6-50/+55
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2-19/+20
2018-09-25RDMA/umem: Fix potential addition overflowDoug Ledford1-3/+5
2018-09-25RDMA/umem: Minor optimizationsDoug Ledford1-8/+7
2018-09-25RDMA/core: Set right entry state before releasing referenceParav Pandit1-34/+34
2018-09-25IB/uverbs: Free uapi on destroyMark Bloch1-0/+1
2018-09-21RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe2-5/+0
2018-09-21RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathJason Gunthorpe1-2/+8
2018-09-21RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe1-13/+26
2018-09-21RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe1-95/+18
2018-09-21RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe2-147/+162
2018-09-21RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe2-63/+73
2018-09-21RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe2-6/+5
2018-09-21RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe2-63/+52
2018-09-21RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2-67/+74
2018-09-20RDMA/uverbs: Fix validity check for modify QPMajd Dibbiny1-23/+45
2018-09-20RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe1-41/+36