aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
AgeCommit message (Expand)Author
2019-08-06RDMA/devices: Do not deadlock during client removalJason Gunthorpe
2019-05-27RDMA/core: Fix panic when port_data isn't initializedKamal Heib
2019-05-21RDMA/srp: Rename SRP sysfs name after IB device rename triggerLeon Romanovsky
2019-05-07RDMA/device: Don't fire uevent before device is fully initializedLeon Romanovsky
2019-05-03RDMA: Get rid of iw_cm_verbsKamal Heib
2019-05-03RDMA/core: Do not invoke init_port on compat devicesParav Pandit
2019-05-01RDMA/core: Introduce RDMA subsystem ibdev_* print functionsGal Pressman
2019-04-22RDMA/core: Add a netlink command to change net namespace of rdma deviceParav Pandit
2019-04-22RDMA/core: Introduce a helper function to change net namespace of rdma deviceParav Pandit
2019-04-22RDMA/core: Avoid freeing netdevs in disable_device()Parav Pandit
2019-04-08RDMA: Handle SRQ allocations by IB/coreLeon Romanovsky
2019-04-08RDMA: Handle AH allocations by IB/coreLeon Romanovsky
2019-04-08RDMA/umem: Combine contiguous PAGE_SIZE regions in SGEsShiraz Saleem
2019-03-28RDMA/core: Add command to set ib_core device net namspace sharing modeParav Pandit
2019-03-28RDMA/core: Add interface to read device namespace sharing modeParav Pandit
2019-03-28RDMA/core: Extend ib_device_get_by_index for net namespaceParav Pandit
2019-03-28RDMA: Check net namespace access for uverbs, umad, cma and nldevParav Pandit
2019-03-28RDMA/core: Add module param to disable device sharing among net nsParav Pandit
2019-03-28RDMA/core: Support core port attributes in non init_netParav Pandit
2019-03-28RDMA/core: Implement compat device/sysfs tree in net namespaceParav Pandit
2019-03-28RDMA/core: Restrict sysfs entries view to init_netParav Pandit
2019-03-28RDMA/core: Introduce ib_core_device to hold deviceParav Pandit
2019-03-11Merge tag 'xarray-5.1-rc1' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2019-02-22RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky
2019-02-19RDMA/rxe: Close a race after ib_register_deviceJason Gunthorpe
2019-02-19RDMA/rxe: Add ib_device_get_by_name() and use it in rxeJason Gunthorpe
2019-02-19RDMA/device: Provide APIs from the core code to help unregistrationJason Gunthorpe
2019-02-19RDMA/device: Add ib_device_get_by_netdev()Jason Gunthorpe
2019-02-19RDMA/device: Add ib_device_set_netdev() as an alternative to get_netdevJason Gunthorpe
2019-02-19RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe
2019-02-19RDMA: Add and use rdma_for_each_portJason Gunthorpe
2019-02-18RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky
2019-02-15RDMA/core: Move device addition deletion to device.cParav Pandit
2019-02-15RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit
2019-02-08RDMA/devices: Re-organize device.c lockingJason Gunthorpe
2019-02-08RDMA/devices: Use xarray to store the client_dataJason Gunthorpe
2019-02-08RDMA/devices: Use xarray to store the clientsJason Gunthorpe
2019-02-08RDMA/device: Use an ida instead of a free page in alloc_nameJason Gunthorpe
2019-02-08RDMA/device: Get rid of reg_stateJason Gunthorpe
2019-02-08RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe
2019-02-08RDMA/device: Ensure that security memory is always freedJason Gunthorpe
2019-02-08RDMA/device: Check that the rename is nop under the lockJason Gunthorpe
2019-02-08RDMA: Handle PD allocations by IB/coreLeon Romanovsky
2019-02-08RDMA/core: Share driver structure size with coreLeon Romanovsky
2019-02-08IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens
2019-02-04Merge tag 'v5.0-rc5' into rdma.git for-nextJason Gunthorpe
2019-01-30RDMA/core: Use the ops infrastructure to keep all callbacks in one placeLeon Romanovsky
2019-01-30RDMA/core: Simplify restrack interfaceLeon Romanovsky
2019-01-30RDMA: Add indication for in kernel API support to IB deviceGal Pressman
2019-01-30RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky