aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/device.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-03IB/core: Ignore membership bit in ib_find_pkey()Moni Shoua1-1/+1
2007-05-21Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-8/+127
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-0/+1
2007-05-19IB/core: Use start_port() and end_port()Roland Dreier1-8/+2
2007-05-19IB/core: Add helpers for uncached GID and P_Key searchesYosef Etigin1-0/+125
2007-05-08IB/uverbs: Export ib_umem_get()/ib_umem_release() to modulesRoland Dreier1-0/+2
2007-02-10IB/core: Use ARRAY_SIZE macro for mandatory_tableAhmed S. Darwish1-1/+2
2006-09-22IB: Fix typo in kerneldoc for ib_set_client_data()Krishna Kumar1-1/+1
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-2/+2
2006-01-13IB: convert from semaphores to mutexesIngo Molnar1-12/+11
2005-11-02[IB] kzalloc() conversionsRoland Dreier1-9/+1
2005-10-17[IB] Check port number in ib_query_port()/ib_modify_port()Roland Dreier1-0/+12
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+614