summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/device.c
AgeCommit message (Expand)Author
2019-02-12RDMA/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
2018-01-08Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford
2018-01-03IB/core: Fix two kernel warnings triggered by rxe registrationBart Van Assche
2018-01-02RDMA/netlink: Fix locking around __ib_get_device_by_indexLeon Romanovsky
2018-01-02RDMA/core: Replace open-coded variant of put_deviceLeon Romanovsky
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe
2017-12-18IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit
2017-12-07RDMA/netlink: Fix general protection faultLeon Romanovsky
2017-12-01IB/core: Init subsys if compiled to vmlinuz-coreDmitry Monakhov
2017-08-24Merge branch 'mellanox' into k.o/for-nextDoug Ledford
2017-08-24IB: Avoid ib_modify_port() failure for RoCE devicesSelvin Xavier
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky
2017-08-22rdma: Autoload netlink client modulesJason Gunthorpe
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-08-18RDMA/core: make ib_device.add method optionalSagi Grimberg
2017-08-16IB/core: Protect sysfs entry on ib_unregister_deviceShiraz Saleem
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky
2017-08-10RDMA/netlink: Add nldev initialization flowsLeon Romanovsky
2017-08-10RDMA/netlink: Convert LS to doit callbackLeon Romanovsky
2017-08-10RDMA/core: Add and expose static device indexLeon Romanovsky
2017-08-10RDMA/core: Add iterator over ib_devicesLeon Romanovsky
2017-08-10RDMA/netlink: Rename netlink callback structLeon Romanovsky