summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+8
* cma: Convert portspace IDRs to XArrayMatthew Wilcox2019-03-261-20/+21
* ucm: Convert ctx_id_table to XArrayMatthew Wilcox2019-03-261-22/+13
* ib core: Convert query_idr to XArrayMatthew Wilcox2019-03-261-26/+18
* RDMA/cm: Convert local_id_table to XArrayMatthew Wilcox2019-03-261-24/+18
* IB/mad: Convert ib_mad_clients to XArrayMatthew Wilcox2019-03-261-25/+14
* 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/+14
|\
* | 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/+1
* | 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/+7
* | RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise2019-02-201-0/+122
* | RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-201-0/+9
* | RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-201-0/+28
* | RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe2019-02-201-36/+206
* | RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe2019-02-201-12/+107
* | RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-205-38/+164
* | RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe2019-02-191-58/+31
* | RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-193-63/+35
* | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-198-42/+37
* | RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky2019-02-191-5/+2
* | RDMA/nldev: Connect QP number to .doit callbackLeon Romanovsky2019-02-192-1/+11