aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-05RDMA/counter: Add set/clear per-port auto mode supportMark Zhang1-0/+5
2019-06-28Merge tag 'v5.2-rc6' into rdma.git for-nextJason Gunthorpe1-14/+35
2019-06-24RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl'sMax Gurtovoy1-0/+1
2019-06-24RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity APIIsrael Rukshin1-0/+1
2019-06-18RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEVJason Gunthorpe1-0/+3
2019-06-18RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoloadJason Gunthorpe1-0/+98
2019-06-11RDMA: Convert CQ allocations to be under core responsibilityLeon Romanovsky1-0/+1
2019-06-10RDMA: Move owner into struct ib_device_opsJason Gunthorpe1-0/+4
2019-06-10RDMA: Move uverbs_abi_ver into struct ib_device_opsJason Gunthorpe1-0/+2
2019-06-10RDMA: Move driver_id into struct ib_device_opsJason Gunthorpe1-3/+9
2019-05-27RDMA/core: Fix panic when port_data isn't initializedKamal Heib1-5/+9
2019-05-21RDMA/core: Return void from ib_device_check_mandatory()Kamal Heib1-7/+2
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky1-9/+26
2019-05-07RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky1-0/+9
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib1-0/+8
2019-05-03RDMA/core: Do not invoke init_port on compat devicesParav Pandit1-1/+1
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman1-0/+60
2019-04-22RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit1-5/+51
2019-04-22RDMA/core: Introduce a helper function to change net namespace of rdma deviceParav Pandit1-0/+77
2019-04-22RDMA/core: Avoid freeing netdevs in disable_device()Parav Pandit1-3/+4
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky1-0/+1
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky1-0/+1
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem1-0/+3
2019-03-28RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit1-0/+87
2019-03-28RDMA/core: Add interface to read device namespace sharing modeParav Pandit1-1/+1
2019-03-28RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit1-1/+10
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit1-0/+20
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 Pandit1-0/+6
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 Pandit1-4/+20
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-20/+12
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky1-0/+1
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 Gunthorpe1-18/+148
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe1-48/+22
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe1-14/+12
2019-02-18RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky1-1/+5
2019-02-15RDMA/core: Move device addition deletion to device.cParav Pandit1-1/+10
2019-02-15RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit1-0/+1
2019-02-08RDMA/devices: Re-organize device.c lockingJason Gunthorpe1-140/+221
2019-02-08RDMA/devices: Use xarray to store the client_dataJason Gunthorpe1-178/+170
2019-02-08RDMA/devices: Use xarray to store the clientsJason Gunthorpe1-5/+45
2019-02-08RDMA/device: Use an ida instead of a free page in alloc_nameJason Gunthorpe1-11/+17
2019-02-08RDMA/device: Get rid of reg_stateJason Gunthorpe1-6/+2
2019-02-08RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe1-29/+12