| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] sky2: remove MSI support | Stephen Hemminger | 2006-02-28 | 1 | -77/+0 |
* | [PATCH] sky2: close race on IRQ mask update. | Stephen Hemminger | 2006-02-23 | 1 | -6/+15 |
* | [PATCH] sky2: use device iomem to access PCI config | Stephen Hemminger | 2006-02-23 | 1 | -48/+33 |
* | [PATCH] sky2: force early transmit status | Stephen Hemminger | 2006-02-23 | 1 | -8/+6 |
* | [PATCH] sky2: poke coalescing timer to fix hang | Stephen Hemminger | 2006-02-23 | 1 | -0/+11 |
* | [PATCH] sky2: limit coalescing values to ring size | Stephen Hemminger | 2006-02-23 | 1 | -3/+3 |
* | [PATCH] sky2: yukon-ec-u chipset initialization | Stephen Hemminger | 2006-02-23 | 1 | -9/+41 |
* | [PATCH] sky2: speed setting fix | Stephen Hemminger | 2006-02-17 | 1 | -1/+30 |
* | [PATCH] sky2: version 0.15 update | Stephen Hemminger | 2006-02-07 | 1 | -6/+1 |
* | [PATCH] sky2: support msi interrupt (revised) | Stephen Hemminger | 2006-02-07 | 1 | -0/+77 |
* | [PATCH] sky2: add irq to entropy pool | Stephen Hemminger | 2006-02-07 | 1 | -1/+2 |
* | [PATCH] sky2: clear irq race | Stephen Hemminger | 2006-02-07 | 1 | -3/+3 |
* | [PATCH] sky2: set mac address fix | Stephen Hemminger | 2006-02-07 | 1 | -5/+10 |
* | [PATCH] sky2: ethtool rx_coalesce settings fix | Stephen Hemminger | 2006-02-07 | 1 | -1/+1 |
* | [PATCH] sky2: pci config space checking | Stephen Hemminger | 2006-02-07 | 1 | -9/+22 |
* | [PATCH] sky2: power management fix | Stephen Hemminger | 2006-02-07 | 1 | -20/+25 |
* | [PATCH] sky2: 0.13 version | Stephen Hemminger | 2006-01-17 | 1 | -1/+1 |
* | [PATCH] sky2: more conservative transmit locking | Stephen Hemminger | 2006-01-17 | 1 | -12/+31 |
* | [PATCH] sky2: don't inline so much | Stephen Hemminger | 2006-01-17 | 1 | -6/+6 |
* | [PATCH] sky2: use kzalloc | Stephen Hemminger | 2006-01-17 | 1 | -2/+1 |
* | [PATCH] sky2: ratelimit error messages | Stephen Hemminger | 2006-01-17 | 1 | -17/+27 |
* | [PATCH] sky2: optimize for 32 bit dma | Stephen Hemminger | 2006-01-17 | 1 | -2/+2 |
* | [PATCH] sky2: don't bother clearing status ring elements | Stephen Hemminger | 2006-01-17 | 1 | -5/+2 |
* | [PATCH] sky2: write barrier's | Stephen Hemminger | 2006-01-17 | 1 | -3/+2 |
* | [PATCH] sky2: fix ram buffer for Yukon FE rev 2 | Stephen Hemminger | 2006-01-17 | 1 | -22/+30 |
* | [PATCH] sky2: version 0.12 | Stephen Hemminger | 2006-01-17 | 1 | -1/+1 |
* | [PATCH] sky2: call pci_set_consistent_dma_mask | Stephen Hemminger | 2006-01-17 | 1 | -6/+11 |
* | [PATCH] sky2: receive buffer alignment | Stephen Hemminger | 2006-01-17 | 1 | -7/+23 |
* | [PATCH] sky2: version 0.11 | Stephen Hemminger | 2005-12-24 | 1 | -1/+1 |
* | [PATCH] sky2: handle hardware packet overrun | Stephen Hemminger | 2005-12-24 | 1 | -0/+9 |
* | [PATCH] sky2: don't lose multicast addresses | Stephen Hemminger | 2005-12-24 | 1 | -2/+2 |
* | [PATCH] sky2: handle out of memory on admin changes | Stephen Hemminger | 2005-12-24 | 1 | -32/+52 |
* | [PATCH] sky2: version 0.10 | Stephen Hemminger | 2005-12-12 | 1 | -1/+1 |
* | [PATCH] sky2: disable rx checksum on Yukon XL | Stephen Hemminger | 2005-12-12 | 1 | -1/+7 |
* | [PATCH] sky2: turn on tx flow control | Stephen Hemminger | 2005-12-12 | 1 | -1/+1 |
* | [PATCH] sky2: prefetch tuning | Stephen Hemminger | 2005-12-12 | 1 | -0/+3 |
* | [PATCH] sky2: quiet ring full message in case of race | Stephen Hemminger | 2005-12-12 | 1 | -3/+8 |
* | [PATCH] sky2: handle tx timeout | Stephen Hemminger | 2005-12-12 | 1 | -3/+14 |
* | [PATCH] sky2: interrupt coalescing tuning | Stephen Hemminger | 2005-12-12 | 1 | -15/+11 |
* | [PATCH] sky2: interrupt/poll optimization | Stephen Hemminger | 2005-12-12 | 1 | -4/+2 |
* | [PATCH] sky2: transmit complete routine optimization | Stephen Hemminger | 2005-12-12 | 1 | -19/+16 |
* | [PATCH] sky2: transmit complete index optimization | Stephen Hemminger | 2005-12-12 | 1 | -16/+19 |
* | [PATCH] sky2: transmit logic fixes | Stephen Hemminger | 2005-12-12 | 1 | -4/+3 |
* | [PATCH] sky2: tx/rx ring data structure split | Stephen Hemminger | 2005-12-12 | 1 | -11/+13 |
* | [PATCH] sky2: map length optimization | Stephen Hemminger | 2005-12-12 | 1 | -29/+28 |
* | [PATCH] sky2: ring distance optimization | Stephen Hemminger | 2005-12-12 | 1 | -1/+1 |
* | [PATCH] sky2: no irq disable needed during tx | Stephen Hemminger | 2005-12-12 | 1 | -13/+9 |
* | [PATCH] sky2: phy processing in workqueue rather than tasklet | Stephen Hemminger | 2005-12-12 | 1 | -28/+30 |
* | [PATCH] sky2: ethtool get/set interrupt coalescing | Stephen Hemminger | 2005-12-12 | 1 | -12/+103 |
* | [PATCH] sky2: copy threshold as module parameter | Stephen Hemminger | 2005-12-12 | 1 | -2/+5 |