aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock1-1/+1
2015-06-12IB/mad: Add support for additional MAD info to/from driversIra Weiny1-1/+6
2015-05-20IB/core: Add per port immutable struct to ib_deviceIra Weiny1-0/+1
2014-06-05IB/core: Fix kobject leak on device register error flowHaggai Eran1-26/+26
2014-06-04IB/core: Fix port kobject deletion during error flowHaggai Eran1-9/+17
2014-06-04IB/core: Remove unneeded kobject_get/put callsHaggai Eran1-5/+2
2014-01-18IB/core: Add support for RDMA_NODE_USNIC_UDPUpinder Malhi1-0/+1
2013-11-09IB/core: Add Cisco usNIC rdma node and transport typesUpinder Malhi \(umalhi\)1-0/+1
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-2/+6
2013-07-03drivers: avoid format string in dev_set_nameKees Cook1-1/+1
2013-06-24IB/core: Fix error return code in add_port()Wei Yongjun1-2/+6
2012-04-02IB/core: Don't return EINVAL from sysfs rate attribute for invalid speedsRoland Dreier1-4/+5
2012-03-05IB: Use central enum for speed instead of hard-coded valuesOr Gerlitz1-7/+6
2012-02-27IB/core: Fix SDR rates in sysfsRoland Dreier1-7/+11
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31infiniband: Fix up users implicitly relying on getting stat.hPaul Gortmaker1-0/+1
2011-10-11IB: Add new InfiniBand link speedsMarcel Apfelbaum1-4/+22
2010-10-25IB/core: Add link layer type information to sysfsEli Cohen1-0/+15
2010-05-21IB/core: Allow device-specific per-port sysfs filesRalph Campbell1-4/+17
2010-03-19sysfs: fix sysfs lockdep warning in infiniband codeGreg Kroah-Hartman1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2009-06-15infiniband: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-1/+1
2009-03-04IB: Remove useless ibdev_is_alive() tests from sysfs codeRoland Dreier1-16/+0
2009-02-25IB: Remove sysfs files before unregistering deviceRoland Dreier1-0/+3
2009-01-06infiniband: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28infiniband: use %p6 for printing message idsHarvey Harrison1-9/+1
2008-07-14RDMA/core: Add iWARP protocol statistics attributes in sysfsSteve Wise1-0/+120
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-19IB: convert struct class_device to struct deviceTony Jones1-36/+40
2008-02-15IB: Fix return value in ib_device_register_sysfs()Li Zefan1-1/+3
2008-01-24Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman1-3/+3
2008-01-24Kobject: change drivers/infiniband to use kobject_init_and_addGreg Kroah-Hartman1-26/+9
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-6/+3
2007-07-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-1/+1
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-07-10IB/core: Take sizeof the correct pointer when calling kmalloc()Dotan Barak1-1/+1
2007-04-24IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes1-0/+1
2007-02-16IB/core: Fix sparse warnings about shadowed declarationsRoland Dreier1-2/+0
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-5/+6
2006-09-22IB: Whitespace fixesRoland Dreier1-1/+1
2006-05-09IB: Fix display of 4-bit port counters in sysfsRalph Campbell1-1/+1
2006-03-20IB: Coverity fixes to sysfs.cRoland Dreier1-2/+4
2006-03-20IB: Allow userspace to set node descriptionRoland Dreier1-1/+29
2006-01-10IB: Add node_guid to struct ib_deviceSean Hefty1-17/+5
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-8/+8
2005-11-07[PATCH] fix remaining missing includesTim Schmielau1-0/+3
2005-11-02[IB] kzalloc() conversionsRoland Dreier1-4/+2
2005-10-18[IB] Fail sysfs queries after device is unregisteredRoland Dreier1-0/+16
2005-09-07[PATCH] drivers: convert kcalloc to kzallocPekka Enberg1-1/+1