summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/device: Expose ib_device_try_get(()Jason Gunthorpe2019-01-211-3/+10
* 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
* RDMA/core: Implement IB device rename functionLeon Romanovsky2018-10-161-0/+25
* RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-5/+3Star
* RDMA/core: Use dev_err/dbg/etc instead of pr_* + ibdev->nameJason Gunthorpe2018-09-261-14/+19
* RDMA: Fully setup the device name in ib_register_deviceJason Gunthorpe2018-09-261-15/+20
* RDMA/core: Assign device ifindex before publishing the deviceParav Pandit2018-09-061-1/+2
* RDMA/core: Follow correct unregister order between sysfs and cgroupParav Pandit2018-09-061-1/+1
* RDMA/core: Define client_data_lock as rwlock instead of spinlockParav Pandit2018-09-061-15/+15
* RDMA/core: Use simpler spin lock irq API from blocking contextParav Pandit2018-09-061-11/+9Star
* RDMA/core: Remove context entries from list while unregistering deviceParav Pandit2018-09-061-1/+5
* RDMA/core: Use simplified list_for_eachParav Pandit2018-09-061-5/+4Star
* RDMA/core: No need to protect kfree with spin lock and semaphoreParav Pandit2018-09-061-1/+1
* IB/core: Add an unbound WQ type to the new CQ APIJack Morgenstein2018-09-051-1/+14
* RDMA/core: Remove {create,destroy}_ah from mandatory verbsKamal Heib2018-07-311-2/+0Star
* IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-181-20/+1Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-2/+2
* RDMA/core: Remove indirection through ib_cache_setup()Jason Gunthorpe2018-05-291-2/+2
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-071-13/+5Star
|\
| * IB/core: Simplify ib_query_gid to always refer to cacheParav Pandit2018-04-041-12/+3Star
| * RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit2018-04-041-1/+3
| * IB/core: Search GID only for IB link layerParav Pandit2018-03-281-1/+1
| * IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit2018-03-221-1/+1
| * IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit2018-03-151-2/+1Star
* | RDMA/restrack: Move restrack_clean to be symmetrical to restrack_initLeon Romanovsky2018-03-211-2/+1Star
|/
* IB/core: Fix missing RDMA cgroups release in case of failure to register deviceParav Pandit2018-02-281-2/+4
* RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky2018-01-301-0/+4
* Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford2018-01-081-1/+17
|\
| * RDMA/netlink: Fix locking around __ib_get_device_by_indexLeon Romanovsky2018-01-021-1/+17
* | IB/core: Fix two kernel warnings triggered by rxe registrationBart Van Assche2018-01-041-6/+14
* | RDMA/core: Replace open-coded variant of put_deviceLeon Romanovsky2018-01-021-1/+1
* | Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-281-2/+2
|\|
| * RDMA/netlink: Fix general protection faultLeon Romanovsky2017-12-071-1/+1
| * IB/core: Init subsys if compiled to vmlinuz-coreDmitry Monakhov2017-12-011-1/+1
* | IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit2017-12-181-13/+3Star
|/
* Merge branch 'mellanox' into k.o/for-nextDoug Ledford2017-08-251-6/+2Star
|\
| * RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-6/+2Star
* | IB: Avoid ib_modify_port() failure for RoCE devicesSelvin Xavier2017-08-241-4/+7
|/
* rdma: Autoload netlink client modulesJason Gunthorpe2017-08-221-0/+2
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-181-2/+3
|\
| * IB/core: Protect sysfs entry on ib_unregister_deviceShiraz Saleem2017-08-161-2/+3
* | Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-2/+2
|\ \
| * | RDMA/core: make ib_device.add method optionalSagi Grimberg2017-08-181-2/+2
| |/
* | RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-2/+2