summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [CASSINI]: dont touch page_countNick Piggin2006-01-181-4/+32
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-186-11/+97
|\
| * [PATCH] libata: Code for the IRQ mask flagAlan Cox2006-01-181-4/+15
| * [PATCH] libata: Fix sector lock to apply to both drives not drive 0 twiceAlan Cox2006-01-181-1/+1
| * [PATCH] libata: Fix heuristic typos add LBA48PIO flag and support code, add I...Alan Cox2006-01-181-0/+4
| * [PATCH] Intel ICH8 SATA: add PCI device IDsJason Gaston2006-01-182-1/+7
| * [PATCH] libata: add a function to decide if we need iordyAlan Cox2006-01-171-0/+34
| * [PATCH] libata: Pre UDMA EIDE PIO mode selectionAlan Cox2006-01-171-5/+9
| * [libata] sata_promise: add pci idYusuf Iskenderoglu2006-01-171-0/+16
| * [libata] sata_svw: add pci idOliver Weihe2006-01-171-0/+1
| * [PATCH] ahci: AHCI mode SATA patch for Intel ICH8Jason Gaston2006-01-171-0/+10
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-1837-1576/+1929
|\ \
| * | [PATCH] skge: fix dma mask setup.Stephen Hemminger2006-01-181-5/+15
| * | [PATCH] Fix warning with b44.c on 64bit boxesAlan Cox2006-01-181-1/+1
| * | [PATCH] sky2: 0.13 versionStephen Hemminger2006-01-181-1/+1
| * | [PATCH] sky2: more conservative transmit lockingStephen Hemminger2006-01-181-12/+31
| * | [PATCH] sky2: don't inline so muchStephen Hemminger2006-01-181-6/+6
| * | [PATCH] sky2: use kzallocStephen Hemminger2006-01-181-2/+1Star
| * | [PATCH] sky2: ratelimit error messagesStephen Hemminger2006-01-181-17/+27
| * | [PATCH] sky2: optimize for 32 bit dmaStephen Hemminger2006-01-181-2/+2
| * | [PATCH] sky2: don't bother clearing status ring elementsStephen Hemminger2006-01-181-5/+2Star
| * | [PATCH] sky2: write barrier'sStephen Hemminger2006-01-181-3/+2Star
| * | [PATCH] sky2: fix ram buffer for Yukon FE rev 2Stephen Hemminger2006-01-181-22/+30
| * | [PATCH] sky2: version 0.12Stephen Hemminger2006-01-181-1/+1
| * | [PATCH] sky2: call pci_set_consistent_dma_maskStephen Hemminger2006-01-181-6/+11
| * | [PATCH] sky2: receive buffer alignmentStephen Hemminger2006-01-181-7/+23
| * | [PATCH] e100: e100 whitespace fixesJesse Brandeburg2006-01-181-37/+37
| * | [PATCH] e100: Handle the return values from pci_* functionsJesse Brandeburg2006-01-181-7/+23
| * | [PATCH] e100: Fix TX hang and RMCP Ping issue (due to a microcode loading issue)Jesse Brandeburg2006-01-181-5/+39
| * | airo: Off-by-one channel fixJavier Achirica2006-01-171-10/+9Star
| * | [PATCH] e1000: Removed unused variables and initialized variablesJeff Kirsher2006-01-172-2/+2
| * | [PATCH] e1000: Cleaned up code and removed hard coded numbersJeff Kirsher2006-01-171-13/+21
| * | [PATCH] e1000: Added copy break codeJeff Kirsher2006-01-171-12/+47
| * | [PATCH] e1000: Added variable to handle return values for pci_enable_* functionsJeff Kirsher2006-01-171-11/+33
| * | [PATCH] e1000: Added PCIe bus informationJeff Kirsher2006-01-171-0/+20
| * | [PATCH] e1000: Added firmware version reporting for 8257{1|2|3} controllersJeff Kirsher2006-01-171-1/+20
| * | [PATCH] e1000: Added hardware support for PCI express, 82546GB, and 82571 FiberJeff Kirsher2006-01-174-2/+36
| * | [PATCH] e1000: Added cleaned_count to RX buffer allocationJeff Kirsher2006-01-172-26/+51
| * | [PATCH] e1000: Added interrupt auto mask supportJeff Kirsher2006-01-171-6/+25
| * | [PATCH] e1000: Fix Netpoll issueJeff Kirsher2006-01-171-0/+3
| * | [PATCH] e1000: Fixed frame size logicJeff Kirsher2006-01-171-2/+2
| * | [PATCH] e1000: Fix VLAN supportJeff Kirsher2006-01-171-1/+5
| * | [PATCH] e1000: Fix __pskb_pull_tailJeff Kirsher2006-01-171-8/+7Star
| * | [PATCH] e1000: Fix collision distanceJeff Kirsher2006-01-173-13/+29
| * | [PATCH] e1000: Fix bit 22 (TXDCTL) for 82571 & 82572 controllersJeff Kirsher2006-01-171-1/+0Star
| * | [PATCH] e1000: Fix desc. clean upJeff Kirsher2006-01-171-2/+3
| * | [PATCH] e1000: Fix TX timeout logicJeff Kirsher2006-01-171-10/+6Star
| * | [PATCH] e1000: Fix Desc. Rings and Jumbo FramesJeff Kirsher2006-01-171-47/+61
| * | [PATCH] e1000: Fix TX queue length based on link speedJeff Kirsher2006-01-172-0/+16
| * | [PATCH] e1000: Fix flow control water marksJeff Kirsher2006-01-172-15/+8Star