summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* RDMA/cm: Convert local_id_table to XArrayMatthew Wilcox2019-03-261-24/+18Star
* IB/mad: Convert ib_mad_clients to XArrayMatthew Wilcox2019-03-261-25/+14Star
* RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2019-03-262-13/+13
* Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-122-43/+14Star
|\
* | RDMA/umem: Revert broken 'off by one' fixJohn Hubbard2019-03-061-3/+6
* | RDMA/umem: minor bug fix in error handling pathJohn Hubbard2019-03-041-3/+6
* | RDMA/uverbs: Don't do double free of allocated PDLeon Romanovsky2019-02-251-0/+1
* | RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-223-17/+17
* | RDMA/core: Fix a WARN() messageDan Carpenter2019-02-221-3/+1Star
* | IB/core: Abort page fault handler silently during owning process exitMoni Shoua2019-02-221-1/+1
* | RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky2019-02-211-1/+1
* | RDMA/core: Verify that memory window type is legalNoa Osherovich2019-02-201-0/+5
* | RDMA/iwcm: Fix string truncation errorLeon Romanovsky2019-02-201-3/+3
* | RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia2019-02-201-8/+7Star
* | RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-201-0/+122