summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-071-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-041-1/+14
|\
| * IB/core: Export a common fw_ver sysfs entryIra Weiny2016-06-231-1/+14
* | IB core: Add port_xmit_wait counterChristoph Lameter2016-07-121-0/+4
|/
* IB/core: Initialize sysfs attributes before sysfs create groupMark Bloch2016-06-071-0/+3
* IB/core: fix error unwind in sysfs hw counters codeDoug Ledford2016-06-071-3/+4
* IB/core: Fix array length allocationDoug Ledford2016-06-071-2/+5
* IB/core: fix null pointer deref and mem leak in error handlingColin Ian King2016-06-061-3/+4
* IB/core: Make device counter infrastructure dynamicChristoph Lameter2016-05-261-124/+242
* IB/core: Fix reading capability mask of the port info classEran Ben Elisha2016-02-111-3/+2
* IB/sysfs: remove unused va_list argsColin Ian King2016-02-041-2/+0
* IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handlingHal Rosenstock2016-01-191-4/+6
* IB/sysfs: Fix sparse warning on attr_idIra Weiny2016-01-191-2/+2
* IB/core: Display extended counter set if availableChristoph Lameter2015-12-231-3/+107
* IB/core: Specify attribute_id in port_table_attributeChristoph Lameter2015-12-231-2/+5
* IB/core: Create get_perf_mad function in sysfs.cChristoph Lameter2015-12-231-22/+40
* IB/core: Add gid attributes to sysfsMatan Barak2015-12-231-2/+182
* IB/core: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-10/+4
* IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-211-1/+1
* IB/core: Make ib_alloc_device init the kobjectJason Gunthorpe2015-08-301-46/+5
* IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock2015-07-141-1/+1
* IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-121-1/+6
* IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-201-0/+1
* IB/core: Fix kobject leak on device register error flowHaggai Eran2014-06-051-26/+26
* IB/core: Fix port kobject deletion during error flowHaggai Eran2014-06-041-9/+17
* IB/core: Remove unneeded kobject_get/put callsHaggai Eran2014-06-041-5/+2
* IB/core: Add support for RDMA_NODE_USNIC_UDPUpinder Malhi2014-01-181-0/+1
* IB/core: Add Cisco usNIC rdma node and transport typesUpinder Malhi \(umalhi\)2013-11-091-0/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-131-2/+6
|\
| * IB/core: Fix error return code in add_port()Wei Yongjun2013-06-241-2/+6
* | drivers: avoid format string in dev_set_nameKees Cook2013-07-031-1/+1
|/
* IB/core: Don't return EINVAL from sysfs rate attribute for invalid speedsRoland Dreier2012-04-021-4/+5
* IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz2012-03-051-7/+6
* IB/core: Fix SDR rates in sysfsRoland Dreier2012-02-271-7/+11
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker2011-10-311-0/+1
* | IB: Add new InfiniBand link speedsMarcel Apfelbaum2011-10-111-4/+22
|/
* IB/core: Add link layer type information to sysfsEli Cohen2010-10-251-0/+15
* IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-211-4/+17
* sysfs: fix sysfs lockdep warning in infiniband codeGreg Kroah-Hartman2010-03-191-0/+1
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* infiniband: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-1/+1
* IB: Remove useless ibdev_is_alive() tests from sysfs codeRoland Dreier2009-03-041-16/+0
* IB: Remove sysfs files before unregistering deviceRoland Dreier2009-02-251-0/+3
* infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* net: replace %p6 with %pI6Harvey Harrison2008-10-291-1/+1
* infiniband: use %p6 for printing message idsHarvey Harrison2008-10-281-9/+1
* RDMA/core: Add iWARP protocol statistics attributes in sysfsSteve Wise2008-07-141-0/+120
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB: convert struct class_device to struct deviceTony Jones2008-04-191-36/+40
OpenPOWER on IntegriCloud