summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-20/+12Star
|\
* | RDMA: Handle ucontext allocations by IB/coreLeon Romanovsky2019-02-221-0/+1
* | 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-201-18/+148
* | RDMA/device: Consolidate ib_device per_port data into one placeJason Gunthorpe2019-02-191-48/+22Star
* | RDMA: Add and use rdma_for_each_portJason Gunthorpe2019-02-191-14/+12Star
* | RDMA/restrack: Hide restrack DB from IB/coreLeon Romanovsky2019-02-191-1/+5
* | RDMA/core: Move device addition deletion to device.cParav Pandit2019-02-161-1/+10
* | RDMA/core: Use simpler device_del() instead of device_unregister()Parav Pandit2019-02-161-0/+1
* | RDMA/devices: Re-organize device.c lockingJason Gunthorpe2019-02-091-140/+221
* | RDMA/devices: Use xarray to store the client_dataJason Gunthorpe2019-02-091-178/+170Star
* | RDMA/devices: Use xarray to store the clientsJason Gunthorpe2019-02-091-5/+45
* | RDMA/device: Use an ida instead of a free page in alloc_nameJason Gunthorpe2019-02-091-11/+17
* | RDMA/device: Get rid of reg_stateJason Gunthorpe2019-02-091-6/+2Star
* | RDMA/device: Call ib_cache_release_one() only from ib_device_release()Jason Gunthorpe2019-02-091-29/+12Star
* | RDMA/device: Ensure that security memory is always freedJason Gunthorpe2019-02-091-7/+3Star
* | RDMA/device: Check that the rename is nop under the lockJason Gunthorpe2019-02-091-4/+6
* | RDMA: Handle PD allocations by IB/coreLeon Romanovsky2019-02-091-0/+2
* | RDMA/core: Share driver structure size with coreLeon Romanovsky2019-02-091-0/+2
* | IB/core: Don't register each MAD agent for LSM notifierDaniel Jurgens2019-02-091-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-311-0/+1
* | RDMA/core: Simplify restrack interfaceLeon Romanovsky2019-01-311-2/+2
* | RDMA: Add indication for in kernel API support to IB deviceGal Pressman2019-01-311-4/+6
* | RDMA: Provide safe ib_alloc_device() functionLeon Romanovsky2019-01-301-3/+3
* | IB/core: Simplify rdma cgroup registrationParav Pandit2019-01-181-7/+1Star
* | RDMA/device: Use __ib_device_get_by_name() in ib_device_rename()Jason Gunthorpe2019-01-181-6/+3Star
* | RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit2019-01-141-2/+0Star
* | RDMA: Rename port_callback to init_portParav Pandit2019-01-141-4/+3Star
|/
* IB/core: Add advise_mr to the list of known opsMoni Shoua2019-01-021-0/+1
* RDMA: Start use ib_device_opsKamal Heib2018-12-121-104/+107
* RDMA/core: Introduce ib_device_opsKamal Heib2018-12-111-0/+98
* RDMA/core: Validate port number in query_pkey verbYuval Shaia2018-12-071-0/+3
* RDMA/core: Sync unregistration with netlink commandsParav Pandit2018-11-221-4/+22
* RDMA/core: Refactor ib_register_device() functionParav Pandit2018-10-171-51/+75
* RDMA/core: Fix unwinding flow in case of error to register deviceParav Pandit2018-10-171-2/+4