summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/devices: Do not deadlock during client removalJason Gunthorpe2019-08-061-13/+41
* RDMA/core: Fix panic when port_data isn't initializedKamal Heib2019-05-271-5/+9
* RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky2019-05-211-9/+26
* RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky2019-05-071-0/+9
* RDMA: Get rid of iw_cm_verbsKamal Heib2019-05-031-0/+8
* RDMA/core: Do not invoke init_port on compat devicesParav Pandit2019-05-031-1/+1
* RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman2019-05-011-0/+60
* RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit2019-04-221-5/+51
* 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: Handle SRQ allocations by IB/coreLeon Romanovsky2019-04-081-0/+1
* RDMA: Handle AH allocations by IB/coreLeon Romanovsky2019-04-081-0/+1
* RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem2019-04-081-0/+3
* RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit2019-03-281-0/+87
* RDMA/core: Add interface to read device namespace sharing modeParav Pandit2019-03-281-1/+1
* RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit2019-03-281-1/+10
* RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit2019-03-281-0/+20
* 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-281-0/+6
* 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-281-4/+20
* Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-03-111-20/+12
|\
* | RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-0/+1
* | RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe2019-02-191-0/+9
* | RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe2019-02-191-0/+28
* | RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe2019-02-191-36/+206
* | RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe2019-02-191-12/+107
* | RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe2019-02-191-18/+148
* | RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-191-48/+22
* | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-14/+12
* | RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky2019-02-181-1/+5
* | RDMA/core: Move device addition deletion to device.cParav Pandit2019-02-151-1/+10
* | RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit2019-02-151-0/+1
* | RDMA/devices: Re-organize device.c lockingJason Gunthorpe2019-02-081-140/+221
* | RDMA/devices: Use xarray to store the client_dataJason Gunthorpe2019-02-081-178/+170
* | RDMA/devices: Use xarray to store the clientsJason Gunthorpe2019-02-081-5/+45
* | RDMA/device: Use an ida instead of a free page in alloc_nameJason Gunthorpe2019-02-081-11/+17
* | RDMA/device: Get rid of reg_stateJason Gunthorpe2019-02-081-6/+2
* | RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe2019-02-081-29/+12
* | RDMA/device: Ensure that security memory is always freedJason Gunthorpe2019-02-081-7/+3
* | RDMA/device: Check that the rename is nop under the lockJason Gunthorpe2019-02-081-4/+6
* | RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-081-0/+2
* | RDMA/core: Share driver structure size with coreLeon Romanovsky2019-02-081-0/+2
* | IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens2019-02-081-0/+1
* | Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe2019-02-041-3/+10
|\|
| * RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2019-01-211-3/+10
* | RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky2019-01-301-0/+1
* | RDMA/core: Simplify restrack interfaceLeon Romanovsky2019-01-301-2/+2
* | RDMA: Add indication for in kernel API support to IB deviceGal Pressman2019-01-301-4/+6