summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* IB/umem: Set correct address to the invalidation functionArtemy Kovalyov2018-11-271-14/+6Star
* RDMA/core: Add GIDs while changing MAC addr only for registered ndevParav Pandit2018-11-211-2/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-10-2631-1093/+1678
|\
| * RDMA/core: Fix comment for hw stats init for port == 0Parav Pandit2018-10-171-3/+3
| * RDMA/core: Refactor ib_register_device() functionParav Pandit2018-10-171-51/+75
| * RDMA/core: Fix unwinding flow in case of error to register deviceParav Pandit2018-10-171-2/+4
| * RDMA/umad: Use kernel API to allocate umad indexesLeon Romanovsky2018-10-161-6/+5Star
| * RDMA/uverbs: Use kernel API to allocate uverbs indexesLeon Romanovsky2018-10-161-6/+6
| * RDMA/core: Increase total number of RDMA ports across all devicesLeon Romanovsky2018-10-161-1/+1
| * RDMA/core: Rename ports_parent to ports_kobjParav Pandit2018-10-161-5/+4Star
| * RDMA/core: Do not expose unsupported countersParav Pandit2018-10-161-7/+12
| * RDMA/nldev: Allow IB device rename through RDMA netlinkLeon Romanovsky2018-10-161-0/+34
| * RDMA/core: Implement IB device rename functionLeon Romanovsky2018-10-162-0/+26
| * RDMA/core: Annotate timeout as unsigned longLeon Romanovsky2018-10-166-16/+18
| * RDMA/core: Align multiple functions to kernel coding styleLeon Romanovsky2018-10-162-8/+5Star
| * RDMA/cma: Remove unused timeout_ms parameter from cma_resolve_iw_route()Leon Romanovsky2018-10-161-2/+2
| * RDMA/cm: Respect returned status of cm_init_av_by_pathLeon Romanovsky2018-10-161-2/+5
| * RDMA/restrack: Protect from reentry to resource return pathLeon Romanovsky2018-10-161-1/+3
| * Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2018-10-166-61/+89
| |\
| * | RDMA/restrack: Release task struct which was hold by CM_ID objectLeon Romanovsky2018-10-062-6/+7
| * | RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky2018-10-064-15/+14Star
| * | RDMA/restrack: Un-inline set task implementationLeon Romanovsky2018-10-061-0/+10
| * | RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcuParav Pandit2018-10-041-1/+1
| * | RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky2018-10-043-4/+4
| * | RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-041-2/+1Star
| * | RDMA/uverbs: Fix RCU annotation for radix slot deferenceJason Gunthorpe2018-10-041-6/+3Star
| * | RDMA/cma: Introduce and use cma_ib_acquire_dev()Parav Pandit2018-10-011-24/+69
| * | RDMA/cma: Introduce and use cma_acquire_dev_by_src_ip()Parav Pandit2018-10-011-18/+66
| * | RDMA/cma: Allow accepting requests for multi port rdma deviceParav Pandit2018-10-011-4/+22
| * | RDMA/core: Acquire and release mmap_sem on page rangeParav Pandit2018-09-271-2/+5
| * | IB/sa: simplify return code logic for ib_nl_send_msg()Alex Estrin2018-09-271-11/+2Star
| * | RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-2610-17/+16Star
| * | RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-266-50/+55
| * | RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-262-19/+20
| * | RDMA/umem: Fix potential addition overflowDoug Ledford2018-09-251-3/+5
| * | RDMA/umem: Minor optimizationsDoug Ledford2018-09-251-8/+7Star
| * | RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe2018-09-212-5/+0Star
| * | RDMA/umem: Avoid synchronize_srcu in the ODP MR destruction pathJason Gunthorpe2018-09-211-2/+8
| * | RDMA/umem: Handle a half-complete start/end sequenceJason Gunthorpe2018-09-211-13/+26
| * | RDMA/umem: Get rid of per_mm->notifier_countJason Gunthorpe2018-09-211-95/+18Star
| * | RDMA/umem: Use umem->owning_mm inside ODPJason Gunthorpe2018-09-212-147/+162
| * | RDMA/umem: Move all the ODP related stuff out of ucontext and into per_mmJason Gunthorpe2018-09-212-63/+73
| * | RDMA/umem: Get rid of struct ib_umem.odp_dataJason Gunthorpe2018-09-212-6/+5Star
| * | RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe2018-09-212-63/+52Star
| * | RDMA/umem: Use ib_umem_odp in all function signatures connected to ODPJason Gunthorpe2018-09-212-67/+74
| * | RDMA/umem: Do not use current->tgid to track the mm_structJason Gunthorpe2018-09-201-41/+36Star
| * | RDMA/ucontext: Get rid of the old disassociate flowJason Gunthorpe2018-09-201-41/+10Star
| * | RDMA/ucontext: Add a core API for mmaping driver IO memoryJason Gunthorpe2018-09-204-1/+230
| * | RDMA/uverbs: Fix error unwind in ib_uverbs_add_oneJason Gunthorpe2018-09-191-13/+10Star
| * | RDMA/core: Properly return the error code of rdma_set_src_addr_rcuYueHaibing2018-09-191-6/+7