summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* md/raid5: don't include 'spare' drives when reshaping to fewer devices.NeilBrown2010-06-241-2/+7
* md/raid5: add a missing 'continue' in a loop.NeilBrown2010-06-241-1/+3
* md/raid5: Allow recovered part of partially recovered devices to be in-syncNeilBrown2010-06-241-12/+30
* md/raid5: More careful check for "has array failed".NeilBrown2010-06-241-4/+71
* md: Don't update ->recovery_offset when reshaping an array to fewer devices.NeilBrown2010-06-242-0/+3
* md/raid5: avoid oops when number of devices is reduced then increased.NeilBrown2010-06-241-9/+10
* md: enable raid4->raid0 takeoverMaciej Trela2010-06-241-2/+6
* md: clear layout after ->raid0 takeoverMaciej Trela2010-06-241-0/+2
* md: fix raid10 takeover: use new_layout for setup_confMaciej Trela2010-06-241-8/+7
* md: fix handling of array level takeover that re-arranges devices.NeilBrown2010-06-246-35/+41
* md: raid10: Fix null pointer dereference in fix_read_error()Prasanna S. Panchamukhi2010-06-241-6/+6
* Restore partition detection of newly created md arrays.NeilBrown2010-06-241-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-116-9/+63
|\
| * Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-06-111-1/+1
| |\
| | * wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez2010-06-111-1/+1
| * | net8139: fix a race at the end of NAPIFigo.zhang2010-06-112-2/+2
| * | r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs2010-06-101-3/+9
| * | gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov2010-06-101-2/+1
| * | phylib: Add support for the LXT973 phy.Richard Cochran2010-06-101-1/+50
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-06-114-90/+12
|\ \ \
| * | | PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby2010-06-111-0/+7
| * | | Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes2010-06-112-85/+0
| * | | PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas2010-06-111-5/+5
* | | | Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds2010-06-113-10/+11
|\ \ \ \
| * | | | pcmcia: avoid validate_cis failure on CIS overrideDominik Brodowski2010-06-071-0/+1
| * | | | pcmcia: dev_node removal bugfixDominik Brodowski2010-06-071-0/+1
| * | | | pcmcia: yenta_socket.c Remove extra #ifdef CONFIG_YENTA_TIJustin P. Mattock2010-06-071-8/+6
| * | | | pcmcia: only keep saved I365_CSCINT flag if there is no PCI irqDominik Brodowski2010-06-071-2/+3
* | | | | sata_sil24: Use memory barriers before issuing commandsCatalin Marinas2010-06-101-0/+10
* | | | | sata_sil24: memset() overflowDan Carpenter2010-06-101-1/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-06-0915-205/+281
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-0912-204/+274
| |\ \ \ \
| | * | | | iwlwifi: add missing rcu_read_lockJohannes Berg2010-06-081-0/+2
| | * | | | ath5k: fix NULL pointer in antenna configurationBruno Randolf2010-06-071-0/+7
| | * | | | p54usb: Add device ID for Dell WLA3310 USBJason Dravet2010-06-071-0/+1
| | * | | | wl1251: fix a memory leak in probeGrazvydas Ignotas2010-06-071-0/+1
| | * | | | iwlwifi: move sysfs_create_group to post request firmwareEmmanuel Grumbach2010-06-061-159/+159
| | * | | | iwl3945: fix internal scanAbhijeet Kolekar2010-06-064-31/+96
| | * | | | iwl3945: enable stuck queue detection on 3945Reinette Chatre2010-06-061-0/+1
| | * | | | ath5k: retain promiscuous settingBob Copeland2010-06-041-1/+3
| | * | | | ath5k: depend on CONFIG_PM_SLEEP for suspend/resume functionsTobias Doerffel2010-06-041-4/+4
| | * | | | Revert "wireless: hostap, fix oops due to early probing interrupt"John W. Linville2010-06-041-9/+0
| * | | | | 8139too: fix buffer overrun in rtl8139_init_boardDenis Kirjanov2010-06-071-0/+1
| * | | | | asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LENJussi Kivilinna2010-06-071-1/+1
| * | | | | r8169: fix random mdio_write failuresTimo Teräs2010-06-071-0/+5
* | | | | | Merge branch 'msm-urgent' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds2010-06-091-1/+1
|\ \ \ \ \ \
| * | | | | | mmc: msm: fix compile error on MSM7x30Daniel Walker2010-06-091-1/+1
* | | | | | | misc: Fix allocation 'borrowed' by vhost_netAlan Cox2010-06-091-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2010-06-091-5/+19
|\ \ \ \ \ \ \
| * | | | | | | firewire: core: check for 1394a compliant IRM, fix inaccessibility of Sony ca...Stefan Richter2010-06-021-5/+19