aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/device.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-24Merge branch 'mellanox' into k.o/for-nextGravatar Doug Ledford 1-6/+2
2017-08-24IB: Avoid ib_modify_port() failure for RoCE devicesGravatar Selvin Xavier 1-4/+7
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidGravatar Leon Romanovsky 1-6/+2
2017-08-22rdma: Autoload netlink client modulesGravatar Jason Gunthorpe 1-0/+2
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextGravatar Doug Ledford 1-2/+3
2017-08-18Merge branch 'misc' into k.o/for-nextGravatar Doug Ledford 1-2/+2
2017-08-18RDMA/core: make ib_device.add method optionalGravatar Sagi Grimberg 1-2/+2
2017-08-16IB/core: Protect sysfs entry on ib_unregister_deviceGravatar Shiraz Saleem 1-2/+3
2017-08-10RDMA: Simplify get firmware interfaceGravatar Leon Romanovsky 1-2/+2
2017-08-10RDMA/netlink: Add nldev initialization flowsGravatar Leon Romanovsky 1-0/+2
2017-08-10RDMA/netlink: Convert LS to doit callbackGravatar Leon Romanovsky 1-3/+3
2017-08-10RDMA/core: Add and expose static device indexGravatar Leon Romanovsky 1-1/+36
2017-08-10RDMA/core: Add iterator over ib_devicesGravatar Leon Romanovsky 1-0/+25
2017-08-10RDMA/netlink: Rename netlink callback structGravatar Leon Romanovsky 1-1/+1
2017-08-10RDMA/netlink: Add flag to consolidate common handlingGravatar Leon Romanovsky 1-3/+9
2017-08-10RDMA/netlink: Remove netlink clients infrastructureGravatar Leon Romanovsky 1-33/+12
2017-07-07IB/core: Fix static analysis warning in ib_policy_change_taskGravatar Daniel Jurgens 1-1/+2
2017-05-23selinux lsm IB/core: Implement LSM notification systemGravatar Daniel Jurgens 1-0/+53
2017-05-23IB/core: Enforce PKey security on QPsGravatar Daniel Jurgens 1-0/+33
2017-04-21IB/core: Fix kernel crash during fail to initialize deviceGravatar Parav Pandit 1-11/+22
2017-03-24IB/device: Convert ib-comp-wq to be CPU-boundGravatar Sagi Grimberg 1-2/+1
2017-03-24IB/core: Restore I/O MMU, s390 and powerpc supportGravatar Bart Van Assche 1-6/+20
2017-02-27Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Gravatar Linus Torvalds 1-0/+10
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+9
2017-01-27IB/core: Add inline function to validate portGravatar Yuval Shaia 1-2/+2
2017-01-24IB/core: Remove ib_device.dma_deviceGravatar Bart Van Assche 1-8/+9
2017-01-24IB/core: Initialize ib_device.dev.parent earlierGravatar Bart Van Assche 1-0/+8
2017-01-10IB/core: added support to use rdma cgroup controllerGravatar Parav Pandit 1-0/+10
2016-12-03IB/core: Remove debug prints after allocation failureGravatar Leon Romanovsky 1-4/+1
2016-06-23IB/core: Add get FW version string to the coreGravatar Ira Weiny 1-0/+9
2016-06-07IB/core: Fix query port failure in RoCEGravatar Eli Cohen 1-0/+3
2016-06-06IB/core: fix an error code in ib_core_init()Gravatar Dan Carpenter 1-1/+2
2016-05-24IB/core: Add IP to GID netlink offloadGravatar Mark Bloch 1-0/+3
2016-05-24IB/core: Register SA ibnl client during ib_core initializationGravatar Mark Bloch 1-0/+28
2016-05-24IB/SA: Integrate ib_sa module into ib_core moduleGravatar Mark Bloch 1-0/+9
2016-05-24IB/MAD: Integrate ib_mad module into ib_core moduleGravatar Mark Bloch 1-0/+9
2016-05-24IB/core: Integrate IB address resolution module into coreGravatar Leon Romanovsky 1-0/+9
2016-03-21IB/core: Add subnet prefix to port infoGravatar Eli Cohen 1-1/+14
2016-03-03IB/core: trivial prink cleanup.Gravatar Parav Pandit 1-14/+14
2016-02-29IB/core: Fix missed clean call in registration pathGravatar Leon Romanovsky 1-0/+1
2015-12-23IB/core: Add gid_type to gid attributeGravatar Matan Barak 1-2/+7
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Gravatar Doug Ledford 1-2/+13
2015-12-22IB/core: Remove ib_query_deviceGravatar Or Gerlitz 1-19/+0
2015-12-22IB/core: Save the device attributes on the device structureGravatar Ira Weiny 1-0/+8
2015-12-11IB: add a proper completion queue abstractionGravatar Christoph Hellwig 1-2/+13
2015-10-21IB/core: Expose and rename ib_find_cached_gid_by_port cache APIGravatar Matan Barak 1-2/+2
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheGravatar Matan Barak 1-5/+12
2015-08-30IB/core: Remove needless bracketizationGravatar Doug Ledford 1-7/+4
2015-08-30IB/core: missing curly braces in ib_find_gid()Gravatar Dan Carpenter 1-1/+2
2015-08-30IB/core: Add RoCE GID table managementGravatar Matan Barak 1-8/+88