aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-01IB: Pass uverbs_attr_bundle down uobject destroy pathShamir Rabinovitch10-67/+96
2019-04-01IB: ucontext should be set properly for all cmd & ioctl pathsShamir Rabinovitch4-61/+28
2019-03-28RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit3-0/+114
2019-03-28RDMA/core: Add interface to read device namespace sharing modeParav Pandit3-1/+34
2019-03-28RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit3-11/+21
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit4-0/+38
2019-03-28RDMA/core: Add module param to disable device sharing among net nsParav Pandit1-0/+7
2019-03-28RDMA/core: Support core port attributes in non init_netParav Pandit3-7/+18
2019-03-28RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit1-4/+257
2019-03-28RDMA/core: Restrict sysfs entries view to init_netParav Pandit1-1/+11
2019-03-28RDMA/core: Introduce ib_core_device to hold deviceParav Pandit2-17/+36
2019-03-28RDMA/uverbs: Allow the compiler to verify declaration and definition consistencyBart Van Assche4-0/+4
2019-03-28RDMA/uverbs: Annotate uverbs_request_next_ptr() return value as a __user pointerBart Van Assche1-1/+1
2019-03-28RDMA/uverbs: Add a __user annotation to a pointerBart Van Assche1-1/+1
2019-03-27IB/MAD: Add SMP details to MAD tracingIra Weiny1-0/+8
2019-03-27IB/UMAD: Add umad trace pointsIra Weiny1-0/+12
2019-03-27IB/MAD: Add agent trace pointsIra Weiny1-0/+4
2019-03-27IB/MAD: Add recv path trace pointIra Weiny1-0/+3
2019-03-27IB/MAD: Add send path trace pointsIra Weiny1-1/+32
2019-03-26IB/core: Ensure an invalidate_range callback on ODP MRIra Weiny2-10/+8
2019-03-26cma: Convert portspace IDRs to XArrayMatthew Wilcox1-20/+21
2019-03-26ucm: Convert ctx_id_table to XArrayMatthew Wilcox1-22/+13
2019-03-26ib core: Convert query_idr to XArrayMatthew Wilcox1-26/+18
2019-03-26RDMA/cm: Convert local_id_table to XArrayMatthew Wilcox1-24/+18
2019-03-26IB/mad: Convert ib_mad_clients to XArrayMatthew Wilcox1-25/+14
2019-03-25RDMA: Use __packed annotation instead of __attribute__ ((packed))Erez Alfasi2-13/+13
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2-43/+14
2019-03-06RDMA/umem: Revert broken 'off by one' fixJohn Hubbard1-3/+6
2019-03-04RDMA/umem: minor bug fix in error handling pathJohn Hubbard1-3/+6
2019-02-25RDMA/uverbs: Don't do double free of allocated PDLeon Romanovsky1-0/+1
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky3-17/+17
2019-02-22RDMA/core: Fix a WARN() messageDan Carpenter1-3/+1
2019-02-21IB/core: Abort page fault handler silently during owning process exitMoni Shoua1-1/+1
2019-02-21RDMA/uverbs: Store PR pointer before it is overwrittenLeon Romanovsky1-1/+1
2019-02-19RDMA/core: Verify that memory window type is legalNoa Osherovich1-0/+5
2019-02-19RDMA/iwcm: Fix string truncation errorLeon Romanovsky1-3/+3
2019-02-19RDMA/core: Cosmetic change - move member initialization to correct blockYuval Shaia1-8/+7
2019-02-19RDMA/core: Add RDMA_NLDEV_CMD_NEWLINK/DELLINK supportSteve Wise1-0/+122
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe1-0/+9
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe1-0/+28
2019-02-19RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe1-36/+206
2019-02-19RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe1-12/+107
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe5-38/+164
2019-02-19RDMA/cache: Move the cache per-port data into the main ib_port_dataJason Gunthorpe1-58/+31
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe3-63/+35
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe8-42/+37
2019-02-19RDMA/nldev: Don't expose number of not-visible entriesLeon Romanovsky1-5/+2
2019-02-19RDMA/nldev: Connect QP number to .doit callbackLeon Romanovsky2-1/+11
2019-02-19RDMA/nldev: Provide parent IDs for PD, MR and QP objectsLeon Romanovsky1-0/+18
2019-02-19RDMA/nldev: Share with user-space object IDsLeon Romanovsky1-0/+20