aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* IB: Fix return value in ib_device_register_sysfs()Li Zefan2008-02-151-1/+3
* Kobject: convert drivers/* from kobject_unregister() to kobject_put()Greg Kroah-Hartman2008-01-241-3/+3
* Kobject: change drivers/infiniband to use kobject_init_and_addGreg Kroah-Hartman2008-01-241-26/+9
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-6/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-07-121-1/+1
|\
| * IB/core: Take sizeof the correct pointer when calling kmalloc()Dotan Barak2007-07-101-1/+1
* | sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+0
|/
* IB: Set class_dev->dev in core for nice device symlinkJoachim Fenkes2007-04-241-0/+1
* IB/core: Fix sparse warnings about shadowed declarationsRoland Dreier2007-02-161-2/+0
* RDMA: iWARP Core Changes.Tom Tucker2006-09-221-5/+6
* IB: Whitespace fixesRoland Dreier2006-09-221-1/+1
* IB: Fix display of 4-bit port counters in sysfsRalph Campbell2006-05-091-1/+1
* IB: Coverity fixes to sysfs.cRoland Dreier2006-03-201-2/+4
* IB: Allow userspace to set node descriptionRoland Dreier2006-03-201-1/+29
* IB: Add node_guid to struct ib_deviceSean Hefty2006-01-101-17/+5
* [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-041-8/+8
* [PATCH] fix remaining missing includesTim Schmielau2005-11-071-0/+3
* [IB] kzalloc() conversionsRoland Dreier2005-11-021-4/+2
* [IB] Fail sysfs queries after device is unregisteredRoland Dreier2005-10-181-0/+16
* [PATCH] drivers: convert kcalloc to kzallocPekka Enberg2005-09-071-1/+1
* [PATCH] IB: move include files to include/rdmaRoland Dreier2005-08-261-1/+1
* [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-261-18/+18
* [PATCH] IB: Add copyright noticesRoland Dreier2005-08-261-0/+2
* [PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov2005-06-201-1/+1
* [PATCH] Make attributes names const char *Dmitry Torokhov2005-06-201-71/+49
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+762