summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c
Commit message (Expand)AuthorAgeFilesLines
* IB/core: Add get FW version string to the coreIra Weiny2016-06-231-0/+9
* IB/core: Fix query port failure in RoCEEli Cohen2016-06-071-0/+3
* IB/core: fix an error code in ib_core_init()Dan Carpenter2016-06-071-1/+2
* IB/core: Add IP to GID netlink offloadMark Bloch2016-05-241-0/+3
* IB/core: Register SA ibnl client during ib_core initializationMark Bloch2016-05-241-0/+28
* IB/SA: Integrate ib_sa module into ib_core moduleMark Bloch2016-05-241-0/+9
* IB/MAD: Integrate ib_mad module into ib_core moduleMark Bloch2016-05-241-0/+9
* IB/core: Integrate IB address resolution module into coreLeon Romanovsky2016-05-241-0/+9
* IB/core: Add subnet prefix to port infoEli Cohen2016-03-211-1/+14
* IB/core: trivial prink cleanup.Parav Pandit2016-03-031-14/+14
* IB/core: Fix missed clean call in registration pathLeon Romanovsky2016-03-011-0/+1
* IB/core: Add gid_type to gid attributeMatan Barak2015-12-231-2/+7
* Merge branches '4.5/Or-cleanup' and '4.5/rdma-cq' into k.o/for-4.5Doug Ledford2015-12-221-2/+13
|\
| * IB: add a proper completion queue abstractionChristoph Hellwig2015-12-111-2/+13
* | IB/core: Remove ib_query_deviceOr Gerlitz2015-12-221-19/+0Star
* | IB/core: Save the device attributes on the device structureIra Weiny2015-12-221-0/+8
|/
* IB/core: Expose and rename ib_find_cached_gid_by_port cache APIMatan Barak2015-10-221-2/+2
* IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-221-5/+12
* IB/core: Remove needless bracketizationDoug Ledford2015-08-311-7/+4Star
* IB/core: missing curly braces in ib_find_gid()Dan Carpenter2015-08-311-1/+2
* IB/core: Add RoCE GID table managementMatan Barak2015-08-311-8/+88
* IB/core: Make ib_alloc_device init the kobjectJason Gunthorpe2015-08-311-32/+60
* IB/core: Find the network device matching connection parametersYotam Kenneth2015-08-301-0/+46
* IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-9/+44
* IB/core: Add rwsem to allow reading device list or client listHaggai Eran2015-08-301-12/+28
* IB/core: Add ability for drivers to report an alternate MAD size.Ira Weiny2015-06-121-0/+11
* IB/core: Pass hardware specific data in query_deviceMatan Barak2015-06-121-1/+3
* IB/core: Add timestamp_mask and hca_core_clock to query_deviceMatan Barak2015-06-121-0/+2
* IB/core: Convert core to use bitfield for capsIra Weiny2015-05-201-1/+0Star
* IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-35/+28Star
* IB/core: Create common start/end port functionsIra Weiny2015-05-181-19/+7Star
* IB/Verbs: Implement new callback query_protocol()Michael Wang2015-05-181-0/+1
* IB/core: Handle table with full and partial membership for the same P_KeyJack Morgenstein2012-10-011-3/+13
* RDMA: Allow for NULL .modify_device() and .modify_port() methodsBart Van Assche2011-07-191-0/+6
* RDMA: Add netlink infrastructureRoland Dreier2011-05-201-1/+12
* RDMA: Add error handling to ib_core_init()Nir Muchtar2011-05-201-3/+11
* RDMA: Update workqueue usageTejun Heo2011-01-171-2/+9
* IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-2/+4
* IB: Remove sysfs files before unregistering deviceRoland Dreier2009-02-251-1/+3
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* IB: find_first_zero_bit() takes unsigned pointerRoland Dreier2007-10-101-2/+2
* IB/core: Ignore membership bit in ib_find_pkey()Moni Shoua2007-08-031-1/+1
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-05-221-8/+127
|\
| * IB/core: Use start_port() and end_port()Roland Dreier2007-05-191-8/+2Star
| * IB/core: Add helpers for uncached GID and P_Key searchesYosef Etigin2007-05-191-0/+125
* | Detach sched.h from mm.hAlexey Dobriyan2007-05-211-0/+1
|/
* IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier2007-05-091-0/+2
* IB/core: Use ARRAY_SIZE macro for mandatory_tableAhmed S. Darwish2007-02-101-1/+2
* IB: Fix typo in kerneldoc for ib_set_client_data()Krishna Kumar2006-09-231-1/+1
* RDMA: iWARP Core Changes.Tom Tucker2006-09-231-2/+2