summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/device.c
AgeCommit message (Expand)Author
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
2019-01-21RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe
2019-01-18IB/core: Simplify rdma cgroup registrationParav Pandit
2019-01-18RDMA/device: Use __ib_device_get_by_name() in ib_device_rename()Jason Gunthorpe
2019-01-14RDMA: Introduce and use rdma_device_to_ibdev()Parav Pandit
2019-01-14RDMA: Rename port_callback to init_portParav Pandit
2019-01-02IB/core: Add advise_mr to the list of known opsMoni Shoua
2018-12-12RDMA: Start use ib_device_opsKamal Heib
2018-12-11RDMA/core: Introduce ib_device_opsKamal Heib
2018-12-07RDMA/core: Validate port number in query_pkey verbYuval Shaia
2018-11-22RDMA/core: Sync unregistration with netlink commandsParav Pandit
2018-10-17RDMA/core: Refactor ib_register_device() functionParav Pandit
2018-10-17RDMA/core: Fix unwinding flow in case of error to register deviceParav Pandit
2018-10-16RDMA/core: Implement IB device rename functionLeon Romanovsky
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-09-26RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe
2018-09-26RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe
2018-09-06RDMA/core: Assign device ifindex before publishing the deviceParav Pandit
2018-09-06RDMA/core: Follow correct unregister order between sysfs and cgroupParav Pandit
2018-09-06RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit
2018-09-06RDMA/core: Use simpler spin lock irq API from blocking contextParav Pandit
2018-09-06RDMA/core: Remove context entries from list while unregistering deviceParav Pandit
2018-09-06RDMA/core: Use simplified list_for_eachParav Pandit
2018-09-06RDMA/core: No need to protect kfree with spin lock and semaphoreParav Pandit
2018-09-05IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein
2018-07-30RDMA/core: Remove {create,destroy}_ah from mandatory verbsKamal Heib
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-29RDMA/core: Remove indirection through ib_cache_setup()Jason Gunthorpe
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-04-03IB/core: Simplify ib_query_gid to always refer to cacheParav Pandit
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit
2018-03-27IB/core: Search GID only for IB link layerParav Pandit
2018-03-22IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit
2018-03-21RDMA/restrack: Move restrack_clean to be symmetrical to restrack_initLeon Romanovsky
2018-03-15IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit
2018-02-28IB/core: Fix missing RDMA cgroups release in case of failure to register deviceParav Pandit
2018-01-29RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky