summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERMIra Weiny2019-05-141-2/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-0932-712/+1679
|\
| * IB/core, ipoib: Do not overreact to SM LID change eventDennis Dalessandro2019-05-072-2/+0
| * RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky2019-05-071-0/+9
| * RDMA: Add EFA related definitionsGal Pressman2019-05-062-0/+3
| * RDMA/umem: Remove hugetlb flagShiraz Saleem2019-05-062-28/+1
| * RDMA/verbs: Add a DMA iterator to return aligned contiguous memory blocksShiraz Saleem2019-05-061-0/+34
| * RDMA/umem: Add API to find best driver supported page size in an MRShiraz Saleem2019-05-061-0/+51
| * RDMA/core: Allow detaching gid attribute netdevice for RoCEParav Pandit2019-05-032-16/+70
| * RDMA/cma: Use rdma_read_gid_attr_ndev_rcu to access netdevParav Pandit2019-05-033-2/+12
| * RDMA: Introduce and use GID attr helper to read RoCE L2 fieldsParav Pandit2019-05-031-0/+55
| * IB/cm: Reduce dependency on gid attribute ndev checkParav Pandit2019-05-031-2/+3
| * RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-032-17/+26
| * RDMA/core: Do not invoke init_port on compat devicesParav Pandit2019-05-033-11/+10
| * IB/core: Set qp->real_qp before it may be accessedArtemy Kovalyov2019-05-033-2/+1
| * 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/+25
| * Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-242-53/+60
| |\
| | * RDMA: Remove rdma_user_mmap_pageJason Gunthorpe2019-04-241-51/+11
| * | 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/+4
| * | 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/+0
| * | 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/+8
| * | 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/+28
| * | 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