summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* RDMA/core: Do not invoke init_port on compat devicesParav Pandit2019-05-033-11/+10Star
* IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov2019-05-033-2/+1Star
* RDMA/uverbs: Initialize uverbs_attr_bundle ucontext in ib_uverbs_get_contextShamir Rabinovitch2019-05-031-0/+2
* RDMA/uverbs: Initialize udata struct on destroy flowsGal Pressman2019-05-021-0/+2
* RDMA/umem: Handle page combining avoidance correctly in ib_umem_add_sg_table()Shiraz Saleem2019-05-021-6/+10
* RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-011-0/+60
* uverbs: Convert idr to XArrayMatthew Wilcox2019-04-252-55/+25Star
* Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-242-53/+60
|\
| * RDMA: Remove rdma_user_mmap_pageJason Gunthorpe2019-04-241-51/+11Star
| * RDMA/ucontext: Fix regression with disassociateJason Gunthorpe2019-04-242-3/+50
* | RDMA/cma: Consider scope_id while binding to ipv6 ll addressParav Pandit2019-04-241-6/+19
* | IB/core: Allow vlan link local address based RoCE GIDsParav Pandit2019-04-241-23/+4Star
* | RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit2019-04-223-6/+65
* | RDMA/core: Introduce a helper function to change net namespace of rdma deviceParav Pandit2019-04-221-0/+77
* | RDMA/core: Avoid freeing netdevs in disable_device()Parav Pandit2019-04-221-3/+4
* | RDMA/umem: Use correct value for SG entries in sg_copy_to_buffer()Shiraz Saleem2019-04-081-2/+2
* | RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-083-43/+48
* | RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-082-17/+25
* | IB: When attrs.udata/ufile is available use that instead of uobjectJason Gunthorpe2019-04-085-8/+8
* | RDMA/nldev: Return device protocolLeon Romanovsky2019-04-081-1/+23
* | RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky2019-04-083-38/+57
* | RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-083-22/+86
* | RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky2019-04-041-1/+0Star
* | RDMA/cma: Set proper port number as indexLeon Romanovsky2019-04-031-1/+1
* | IB: Pass only ib_udata in function prototypesShamir Rabinovitch2019-04-014-11/+8Star
* | IB: Remove 'uobject->context' dependency in object destroy APIsShamir Rabinovitch2019-04-014-11/+13
* | IB: Pass uverbs_attr_bundle down ib_x destroy pathShamir Rabinovitch2019-04-018-64/+73
* | IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch2019-04-0110-67/+96
* | IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch2019-04-014-61/+28Star
* | RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit2019-03-283-0/+114
* | RDMA/core: Add interface to read device namespace sharing modeParav Pandit2019-03-283-1/+34
* | RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit2019-03-283-11/+21
* | RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit2019-03-284-0/+38
* | RDMA/core: Add module param to disable device sharing among net nsParav Pandit2019-03-281-0/+7
* | RDMA/core: Support core port attributes in non init_netParav Pandit2019-03-283-7/+18
* | RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit2019-03-281-4/+257
* | RDMA/core: Restrict sysfs entries view to init_netParav Pandit2019-03-281-1/+11
* | RDMA/core: Introduce ib_core_device to hold deviceParav Pandit2019-03-282-17/+36
* | RDMA/uverbs: Allow the compiler to verify declaration and definition consistencyBart Van Assche2019-03-284-0/+4
* | RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a __user pointerBart Van Assche2019-03-281-1/+1
* | RDMA/uverbs: Add a __user annotation to a pointerBart Van Assche2019-03-281-1/+1
* | IB/MAD: Add SMP details to MAD tracingIra Weiny2019-03-271-0/+8
* | IB/UMAD: Add umad trace pointsIra Weiny2019-03-271-0/+12
* | IB/MAD: Add agent trace pointsIra Weiny2019-03-271-0/+4
* | IB/MAD: Add recv path trace pointIra Weiny2019-03-271-0/+3
* | IB/MAD: Add send path trace pointsIra Weiny2019-03-271-1/+32
* | IB/core: Ensure an invalidate_range callback on ODP MRIra Weiny2019-03-262-10/+8Star
* | cma: Convert portspace IDRs to XArrayMatthew Wilcox2019-03-261-20/+21
* | ucm: Convert ctx_id_table to XArrayMatthew Wilcox2019-03-261-22/+13Star
* | ib core: Convert query_idr to XArrayMatthew Wilcox2019-03-261-26/+18Star