aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-23IB/core: Add get FW version string to the coreIra Weiny1-0/+9
2016-06-07IB/core: Fix query port failure in RoCEEli Cohen1-0/+3
2016-06-06IB/core: fix an error code in ib_core_init()Dan Carpenter1-1/+2
2016-05-24IB/core: Add IP to GID netlink offloadMark Bloch1-0/+3
2016-05-24IB/core: Register SA ibnl client during ib_core initializationMark Bloch1-0/+28
2016-05-24IB/SA: Integrate ib_sa module into ib_core moduleMark Bloch1-0/+9
2016-05-24IB/MAD: Integrate ib_mad module into ib_core moduleMark Bloch1-0/+9
2016-05-24IB/core: Integrate IB address resolution module into coreLeon Romanovsky1-0/+9
2016-03-21IB/core: Add subnet prefix to port infoEli Cohen1-1/+14
2016-03-03IB/core: trivial prink cleanup.Parav Pandit1-14/+14
2016-02-29IB/core: Fix missed clean call in registration pathLeon Romanovsky1-0/+1
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak1-2/+7
2015-12-22Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford1-2/+13
2015-12-22IB/core: Remove ib_query_deviceOr Gerlitz1-19/+0
2015-12-22IB/core: Save the device attributes on the device structureIra Weiny1-0/+8
2015-12-11IB: add a proper completion queue abstractionChristoph Hellwig1-2/+13
2015-10-21IB/core: Expose and rename ib_find_cached_gid_by_port cache APIMatan Barak1-2/+2
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-5/+12
2015-08-30IB/core: Remove needless bracketizationDoug Ledford1-7/+4
2015-08-30IB/core: missing curly braces in ib_find_gid()Dan Carpenter1-1/+2
2015-08-30IB/core: Add RoCE GID table managementMatan Barak1-8/+88
2015-08-30IB/core: Make ib_alloc_device init the kobjectJason Gunthorpe1-32/+60
2015-08-30IB/core: Find the network device matching connection parametersYotam Kenneth1-0/+46
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-9/+44
2015-08-30IB/core: Add rwsem to allow reading device list or client listHaggai Eran1-12/+28
2015-06-12IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny1-0/+11
2015-06-12IB/core: Pass hardware specific data in query_deviceMatan Barak1-1/+3
2015-06-12IB/core: Add timestamp_mask and hca_core_clock to query_deviceMatan Barak1-0/+2
2015-05-20IB/core: Convert core to use bitfield for capsIra Weiny1-1/+0
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-35/+28
2015-05-18IB/core: Create common start/end port functionsIra Weiny1-19/+7
2015-05-18IB/Verbs: Implement new callback query_protocol()Michael Wang1-0/+1
2012-09-30IB/core: Handle table with full and partial membership for the same P_KeyJack Morgenstein1-3/+13
2011-07-18RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche1-0/+6
2011-05-20RDMA: Add netlink infrastructureRoland Dreier1-1/+12
2011-05-20RDMA: Add error handling to ib_core_init()Nir Muchtar1-3/+11
2011-01-16RDMA: Update workqueue usageTejun Heo1-2/+9
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-2/+4
2009-02-25IB: Remove sysfs files before unregistering deviceRoland Dreier1-1/+3
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2007-10-09IB: find_first_zero_bit() takes unsigned pointerRoland Dreier1-2/+2