aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30RDMA/core: Remove {create,destroy}_ah from mandatory verbsKamal Heib1-2/+0
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit1-20/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-05-29RDMA/core: Remove indirection through ib_cache_setup()Jason Gunthorpe1-2/+2
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-13/+5
2018-04-03IB/core: Simplify ib_query_gid to always refer to cacheParav Pandit1-12/+3
2018-04-03RDMA/providers: Simplify query_gid callback of RoCE providersParav Pandit1-1/+3
2018-03-27IB/core: Search GID only for IB link layerParav Pandit1-1/+1
2018-03-22IB/core: Refer to RoCE port property instead of GID table propertyParav Pandit1-1/+1
2018-03-21RDMA/restrack: Move restrack_clean to be symmetrical to restrack_initLeon Romanovsky1-2/+1
2018-03-15IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit1-2/+1
2018-02-28IB/core: Fix missing RDMA cgroups release in case of failure to register deviceParav Pandit1-2/+4
2018-01-29RDMA/restrack: Add general infrastructure to track RDMA resourcesLeon Romanovsky1-0/+4
2018-01-08Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford1-1/+17
2018-01-03IB/core: Fix two kernel warnings triggered by rxe registrationBart Van Assche1-6/+14
2018-01-02RDMA/netlink: Fix locking around __ib_get_device_by_indexLeon Romanovsky1-1/+17
2018-01-02RDMA/core: Replace open-coded variant of put_deviceLeon Romanovsky1-1/+1
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.gitJason Gunthorpe1-2/+2
2017-12-18IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit1-13/+3
2017-12-07RDMA/netlink: Fix general protection faultLeon Romanovsky1-1/+1
2017-12-01IB/core: Init subsys if compiled to vmlinuz-coreDmitry Monakhov1-1/+1
2017-08-24Merge branch 'mellanox' into k.o/for-nextDoug Ledford1-6/+2
2017-08-24IB: Avoid ib_modify_port() failure for RoCE devicesSelvin Xavier1-4/+7
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky1-6/+2
2017-08-22rdma: Autoload netlink client modulesJason Gunthorpe1-0/+2
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford1-2/+3
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-2/+2
2017-08-18RDMA/core: make ib_device.add method optionalSagi Grimberg1-2/+2
2017-08-16IB/core: Protect sysfs entry on ib_unregister_deviceShiraz Saleem1-2/+3
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-2/+2
2017-08-10RDMA/netlink: Add nldev initialization flowsLeon Romanovsky1-0/+2
2017-08-10RDMA/netlink: Convert LS to doit callbackLeon Romanovsky1-3/+3
2017-08-10RDMA/core: Add and expose static device indexLeon Romanovsky1-1/+36
2017-08-10RDMA/core: Add iterator over ib_devicesLeon Romanovsky1-0/+25
2017-08-10RDMA/netlink: Rename netlink callback structLeon Romanovsky1-1/+1
2017-08-10RDMA/netlink: Add flag to consolidate common handlingLeon Romanovsky1-3/+9
2017-08-10RDMA/netlink: Remove netlink clients infrastructureLeon Romanovsky1-33/+12
2017-07-07IB/core: Fix static analysis warning in ib_policy_change_taskDaniel Jurgens1-1/+2
2017-05-23selinux lsm IB/core: Implement LSM notification systemDaniel Jurgens1-0/+53
2017-05-23IB/core: Enforce PKey security on QPsDaniel Jurgens1-0/+33
2017-04-21IB/core: Fix kernel crash during fail to initialize deviceParav Pandit1-11/+22
2017-03-24IB/device: Convert ib-comp-wq to be CPU-boundSagi Grimberg1-2/+1
2017-03-24IB/core: Restore I/O MMU, s390 and powerpc supportBart Van Assche1-6/+20
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+10
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+9
2017-01-27IB/core: Add inline function to validate portYuval Shaia1-2/+2
2017-01-24IB/core: Remove ib_device.dma_deviceBart Van Assche1-8/+9
2017-01-24IB/core: Initialize ib_device.dev.parent earlierBart Van Assche1-0/+8
2017-01-10IB/core: added support to use rdma cgroup controllerParav Pandit1-0/+10
2016-12-03IB/core: Remove debug prints after allocation failureLeon Romanovsky1-4/+1