aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01don't use __devexit_p to wrap sgiseeq_removeUwe Kleine-König1-1/+1
2009-10-01don't use __devexit_p to wrap meth_removeUwe Kleine-König1-1/+1
2009-10-01bonding: set primary param via sysfsJiri Pirko1-0/+1
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller4-26/+44
2009-10-01block: use normal I/O path for discard requestsChristoph Hellwig2-15/+6
2009-10-01cciss: fix build when !PROC_FSAlexander Beregalov1-4/+5
2009-10-01cciss: cciss_host_attr_groups should be constJens Axboe1-1/+1
2009-10-01cciss: Dynamically allocate the drive_info_struct for each logical drive.Stephen M. Cameron2-130/+168
2009-10-01cciss: Add usage_count attribute to each logical drive in /sysStephen M. Cameron1-0/+20
2009-10-01cciss: Add a "raid_level" attribute to each logical drive in /sysStephen M. Cameron1-0/+24
2009-10-01cciss: fix some magic numbers in the raid-level decodingStephen M. Cameron1-3/+2
2009-10-01cciss: Add lunid attribute to each logical drive in /sysStephen M. Cameron1-0/+26
2009-10-01cciss: Don't check h->busy_initializing in cciss_open().Stephen M. Cameron1-1/+1
2009-10-01cciss: Preserve all 8 bytes of LUN ID for logical drives.Stephen M. Cameron2-25/+25
2009-10-01cciss: Silence noisy per-disk messages output by cciss_read_capacityStephen M. Cameron1-5/+0
2009-10-01cciss: Fix excessive gendisk freeing bug on driver unload.Stephen M. Cameron1-7/+8
2009-10-01cciss: Fix usage_count check in rebuild_lun_table when triggered via sysfs.Stephen M. Cameron1-12/+21
2009-10-01cciss: Clear all sysfs-exposed data for deleted logical drives.Stephen M. Cameron1-10/+21
2009-10-01cciss: Handle special case for sysfs attributes of the first logical drive.Stephen M. Cameron1-4/+14
2009-10-01cciss: Handle cases when cciss_add_disk fails.Stephen M. Cameron1-10/+25
2009-10-01cciss: Handle failure of blk_init_queue gracefully in cciss_add_disk.Stephen M. Cameron1-0/+3
2009-10-01cciss: Rearrange logical drive sysfs code to make the "changing a disk" path work.Stephen M. Cameron1-10/+10
2009-10-01cciss: Dynamically allocate struct device for each logical drive as needed.Stephen M. Cameron2-27/+73
2009-10-01cciss: Remove some unused code in rebuild_lun_table()Stephen M. Cameron1-8/+0
2009-10-01cciss: Allow triggering of rescan of logical drive topology via sysfs entryAndrew Patterson1-3/+33
2009-10-01cciss: Use one scan thread per controller and fix hang during rmmodAndrew Patterson2-22/+141
2009-10-01cciss: Remove sysfs entries for logical drives on driver cleanup.Andrew Patterson1-1/+4
2009-10-01cciss: fix schedule_timeout() parametersRandy Dunlap1-2/+3
2009-10-01dac960: switch to seq_fileAlexey Dobriyan1-85/+71
2009-10-01cpqarray: switch to seq_fileAlexey Dobriyan1-33/+30
2009-10-01ARM: 5731/2: Fix U300 generic GPIO, remove ifdefs from MMCI v3Linus Walleij1-2/+0
2009-10-01ixgbe: correct the parameter descriptionJiri Pirko1-3/+1
2009-09-30be2net: Workaround to fix a bug in Rx Completion processing.Ajit Khaparde4-6/+24
2009-09-303c59x: Rework suspend and resumeAnton Vorontsov1-39/+38
2009-09-30drivers/net: ks8851_mll ethernet network driverChoi, David3-0/+1705
2009-09-30skge: Make sure both ports initialize correctlyMike McCormack1-3/+6
2009-09-30bcm63xx_enet: timeout off by one in do_mdio_op()roel kluin1-1/+1
2009-09-30qlge: Fix error exit for probe call.Ron Mercer1-5/+5
2009-09-30qlge: Protect reset recovery with rtnl_lock().Ron Mercer1-3/+3
2009-09-30qlge: Fix spin_lock warning.Ron Mercer1-2/+0
2009-09-30qlge: Fix out of sync hardware semaphore.Ron Mercer1-4/+4
2009-09-30qlge: Fix bad bit definitions.Ron Mercer1-9/+9
2009-09-30ixgbe: Remove ATR computation for UDP trafficPeter P Waskiewicz Jr1-7/+0
2009-09-30ixgbe patch to provide NIC's tx/rx counters via ethtoolBen Greear2-2/+9
2009-09-30ixgbe: Bump driver version numberPeter P Waskiewicz Jr1-1/+1
2009-09-30ixgbe: Fix backplane flow control autonegPeter P Waskiewicz Jr3-52/+187
2009-09-30ixgbe: Fix disabling of relaxed ordering with Tx DCAPeter P Waskiewicz Jr1-3/+20
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-16/+8
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller9-16/+8
2009-09-30MIPS: BCM63xx: Add PCMCIA & Cardbus support.Maxime Bizon4-0/+601