aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2005-08-26[PATCH] IB: move include files to include/rdmaRoland Dreier1-1/+1
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty1-18/+18
2005-08-26[PATCH] IB: Add copyright noticesRoland Dreier1-0/+2
2005-06-20[PATCH] sysfs: (rest) if show/store is missing return -EIODmitry Torokhov1-1/+1
2005-06-20[PATCH] Make attributes names const char *Dmitry Torokhov1-71/+49
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+762