summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* 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/+4
* 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/+5
* 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/core: Set right entry state before releasing referenceParav Pandit2018-09-251-34/+34
| * IB/uverbs: Free uapi on destroyMark Bloch2018-09-251-0/+1
| * RDMA/uverbs: Fix validity check for modify QPMajd Dibbiny2018-09-201-23/+45
| * ucma: fix a use-after-free in ucma_resolve_ip()Cong Wang2018-09-131-0/+2
| * RDMA/uverbs: Atomically flush and mark closed the comp event queueSteve Wise2018-09-121-0/+1
| * RDMA/cma: Protect cma dev list with lockParav Pandit2018-09-061-5/+7
* | RDMA/restrack: Release task struct which was hold by CM_ID objectLeon Romanovsky2018-10-052-6/+7
* | RDMA/restrack: Consolidate task name updates in one placeLeon Romanovsky2018-10-054-15/+14
* | RDMA/restrack: Un-inline set task implementationLeon Romanovsky2018-10-051-0/+10
* | RDMA/core: Check error status of rdma_find_ndev_for_src_ip_rcuParav Pandit2018-10-031-1/+1
* | RDMA/netlink: Simplify netlink listener existence checkLeon Romanovsky2018-10-033-4/+4
* | RDMA: Remove unused parameter from ib_modify_qp_is_ok()Kamal Heib2018-10-031-2/+1
* | RDMA/uverbs: Fix RCU annotation for radix slot deferenceJason Gunthorpe2018-10-031-6/+3
* | RDMA/cma: Introduce and use cma_ib_acquire_dev()Parav Pandit2018-09-301-24/+69
* | RDMA/cma: Introduce and use cma_acquire_dev_by_src_ip()Parav Pandit2018-09-301-18/+66
* | RDMA/cma: Allow accepting requests for multi port rdma deviceParav Pandit2018-09-301-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-261-11/+2
* | RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-2610-17/+16
* | 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/+7
* | RDMA/uverbs: Get rid of ucontext->tgidJason Gunthorpe2018-09-212-5/+0
* | 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/+18
* | 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/+5
* | RDMA/umem: Make ib_umem_odp into a sub structure of ib_umemJason Gunthorpe2018-09-212-63/+52
* | 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/+36
* | RDMA/ucontext: Get rid of the old disassociate flowJason Gunthorpe2018-09-201-41/+10
OpenPOWER on IntegriCloud