Age | Commit message (Expand) | Author | Files | Lines |
2006-01-18 | [CASSINI]: dont touch page_count | Nick Piggin | 1 | -4/+32 |
2006-01-17 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 6 | -11/+97 |
2006-01-17 | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 37 | -1576/+1929 |
2006-01-17 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 3 | -30/+57 |
2006-01-17 | [PATCH] skge: fix dma mask setup. | Stephen Hemminger | 1 | -5/+15 |
2006-01-17 | [PATCH] libata: Code for the IRQ mask flag | Alan Cox | 1 | -4/+15 |
2006-01-17 | [PATCH] libata: Fix sector lock to apply to both drives not drive 0 twice | Alan Cox | 1 | -1/+1 |
2006-01-17 | [PATCH] libata: Fix heuristic typos add LBA48PIO flag and support code, add I... | Alan Cox | 1 | -0/+4 |
2006-01-17 | [PATCH] Intel ICH8 SATA: add PCI device IDs | Jason Gaston | 2 | -1/+7 |
2006-01-17 | [PATCH] Fix warning with b44.c on 64bit boxes | Alan Cox | 1 | -1/+1 |
2006-01-17 | [PATCH] sky2: 0.13 version | Stephen Hemminger | 1 | -1/+1 |
2006-01-17 | [PATCH] sky2: more conservative transmit locking | Stephen Hemminger | 1 | -12/+31 |
2006-01-17 | [PATCH] sky2: don't inline so much | Stephen Hemminger | 1 | -6/+6 |
2006-01-17 | [PATCH] sky2: use kzalloc | Stephen Hemminger | 1 | -2/+1 |
2006-01-17 | [PATCH] sky2: ratelimit error messages | Stephen Hemminger | 1 | -17/+27 |
2006-01-17 | [PATCH] sky2: optimize for 32 bit dma | Stephen Hemminger | 1 | -2/+2 |
2006-01-17 | [PATCH] sky2: don't bother clearing status ring elements | Stephen Hemminger | 1 | -5/+2 |
2006-01-17 | [PATCH] sky2: write barrier's | Stephen Hemminger | 1 | -3/+2 |
2006-01-17 | [PATCH] sky2: fix ram buffer for Yukon FE rev 2 | Stephen Hemminger | 1 | -22/+30 |
2006-01-17 | [PATCH] sky2: version 0.12 | Stephen Hemminger | 1 | -1/+1 |
2006-01-17 | [PATCH] sky2: call pci_set_consistent_dma_mask | Stephen Hemminger | 1 | -6/+11 |
2006-01-17 | [PATCH] sky2: receive buffer alignment | Stephen Hemminger | 1 | -7/+23 |
2006-01-17 | [PATCH] e100: e100 whitespace fixes | Jesse Brandeburg | 1 | -37/+37 |
2006-01-17 | [PATCH] e100: Handle the return values from pci_* functions | Jesse Brandeburg | 1 | -7/+23 |
2006-01-17 | [PATCH] e100: Fix TX hang and RMCP Ping issue (due to a microcode loading issue) | Jesse Brandeburg | 1 | -5/+39 |
2006-01-17 | [SPARC]: Fix sbusfb build. | David S. Miller | 2 | -7/+4 |
2006-01-17 | [CASSINI]: Fix printk warning. | Andrew Morton | 1 | -2/+2 |
2006-01-17 | [PATCH] libata: add a function to decide if we need iordy | Alan Cox | 1 | -0/+34 |
2006-01-17 | [PATCH] libata: Pre UDMA EIDE PIO mode selection | Alan Cox | 1 | -5/+9 |
2006-01-17 | [libata] sata_promise: add pci id | Yusuf Iskenderoglu | 1 | -0/+16 |
2006-01-17 | airo: Off-by-one channel fix | Javier Achirica | 1 | -10/+9 |
2006-01-17 | [libata] sata_svw: add pci id | Oliver Weihe | 1 | -0/+1 |
2006-01-17 | [PATCH] ahci: AHCI mode SATA patch for Intel ICH8 | Jason Gaston | 1 | -0/+10 |
2006-01-17 | [PATCH] e1000: Removed unused variables and initialized variables | Jeff Kirsher | 2 | -2/+2 |
2006-01-17 | [PATCH] e1000: Cleaned up code and removed hard coded numbers | Jeff Kirsher | 1 | -13/+21 |
2006-01-17 | [PATCH] e1000: Added copy break code | Jeff Kirsher | 1 | -12/+47 |
2006-01-17 | [PATCH] e1000: Added variable to handle return values for pci_enable_* functions | Jeff Kirsher | 1 | -11/+33 |
2006-01-17 | [PATCH] e1000: Added PCIe bus information | Jeff Kirsher | 1 | -0/+20 |
2006-01-17 | [PATCH] e1000: Added firmware version reporting for 8257{1|2|3} controllers | Jeff Kirsher | 1 | -1/+20 |
2006-01-17 | [PATCH] e1000: Added hardware support for PCI express, 82546GB, and 82571 Fiber | Jeff Kirsher | 4 | -2/+36 |
2006-01-17 | [PATCH] e1000: Added cleaned_count to RX buffer allocation | Jeff Kirsher | 2 | -26/+51 |
2006-01-17 | [PATCH] e1000: Added interrupt auto mask support | Jeff Kirsher | 1 | -6/+25 |
2006-01-17 | [PATCH] e1000: Fix Netpoll issue | Jeff Kirsher | 1 | -0/+3 |
2006-01-17 | [PATCH] e1000: Fixed frame size logic | Jeff Kirsher | 1 | -2/+2 |
2006-01-17 | [PATCH] e1000: Fix VLAN support | Jeff Kirsher | 1 | -1/+5 |
2006-01-17 | [PATCH] e1000: Fix __pskb_pull_tail | Jeff Kirsher | 1 | -8/+7 |
2006-01-17 | [PATCH] e1000: Fix collision distance | Jeff Kirsher | 3 | -13/+29 |
2006-01-17 | [PATCH] e1000: Fix bit 22 (TXDCTL) for 82571 & 82572 controllers | Jeff Kirsher | 1 | -1/+0 |
2006-01-17 | [PATCH] e1000: Fix desc. clean up | Jeff Kirsher | 1 | -2/+3 |
2006-01-17 | [PATCH] e1000: Fix TX timeout logic | Jeff Kirsher | 1 | -10/+6 |