summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/sysfs.c
Commit message (Expand)AuthorAge
* RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-10
* IB/core: Add HDR speed enumNoa Osherovich2017-04-21
* IB/core: Fix sysfs registration error flowJack Morgenstein2017-04-21
* IB/core: Initialize ib_device.dev.parent earlierBart Van Assche2017-01-24
* IB/{core,hw}: Add constant for node_descYuval Shaia2016-10-07
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-04
|\
| * IB/core: Export a common fw_ver sysfs entryIra Weiny2016-06-23
* | IB core: Add port_xmit_wait counterChristoph Lameter2016-07-12
|/
* IB/core: Initialize sysfs attributes before sysfs create groupMark Bloch2016-06-07
* IB/core: fix error unwind in sysfs hw counters codeDoug Ledford2016-06-07
* IB/core: Fix array length allocationDoug Ledford2016-06-07
* IB/core: fix null pointer deref and mem leak in error handlingColin Ian King2016-06-06
* IB/core: Make device counter infrastructure dynamicChristoph Lameter2016-05-26
* IB/core: Fix reading capability mask of the port info classEran Ben Elisha2016-02-11
* IB/sysfs: remove unused va_list argsColin Ian King2016-02-04
* IB/core: sysfs.c: Fix PerfMgt ClassPortInfo handlingHal Rosenstock2016-01-19
* IB/sysfs: Fix sparse warning on attr_idIra Weiny2016-01-19
* IB/core: Display extended counter set if availableChristoph Lameter2015-12-23
* IB/core: Specify attribute_id in port_table_attributeChristoph Lameter2015-12-23
* IB/core: Create get_perf_mad function in sysfs.cChristoph Lameter2015-12-23
* IB/core: Add gid attributes to sysfsMatan Barak2015-12-23
* IB/core: Avoid calling ib_query_deviceOr Gerlitz2015-12-22
* IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-21
* IB/core: Make ib_alloc_device init the kobjectJason Gunthorpe2015-08-30
* IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock2015-07-14
* IB/mad: Add support for additional MAD info to/from driversIra Weiny2015-06-12
* IB/core: Add per port immutable struct to ib_deviceIra Weiny2015-05-20
* IB/core: Fix kobject leak on device register error flowHaggai Eran2014-06-05
* IB/core: Fix port kobject deletion during error flowHaggai Eran2014-06-04
* IB/core: Remove unneeded kobject_get/put callsHaggai Eran2014-06-04
* IB/core: Add support for RDMA_NODE_USNIC_UDPUpinder Malhi2014-01-18
* IB/core: Add Cisco usNIC rdma node and transport typesUpinder Malhi \(umalhi\)2013-11-09
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-07-13
|\
| * IB/core: Fix error return code in add_port()Wei Yongjun2013-06-24
* | drivers: avoid format string in dev_set_nameKees Cook2013-07-03
|/
* IB/core: Don't return EINVAL from sysfs rate attribute for invalid speedsRoland Dreier2012-04-02
* IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz2012-03-05
* IB/core: Fix SDR rates in sysfsRoland Dreier2012-02-27
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-06
|\
| * infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker2011-10-31
* | IB: Add new InfiniBand link speedsMarcel Apfelbaum2011-10-11
|/
* IB/core: Add link layer type information to sysfsEli Cohen2010-10-25
* IB/core: Allow device-specific per-port sysfs filesRalph Campbell2010-05-21
* sysfs: fix sysfs lockdep warning in infiniband codeGreg Kroah-Hartman2010-03-19
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-07
* infiniband: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-15
* IB: Remove useless ibdev_is_alive() tests from sysfs codeRoland Dreier2009-03-04
* IB: Remove sysfs files before unregistering deviceRoland Dreier2009-02-25
* infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-06
* net: replace %p6 with %pI6Harvey Harrison2008-10-29