| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [TG3]: Fix Phy loopback. | Michael Chan | 2006-12-07 | 1 | -13/+10 |
* | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -3/+3 |
* | [TG3]: Add missing unlock in tg3_open() error path. | Ira W. Snyder | 2006-11-21 | 1 | -1/+3 |
* | [TG3]: Disable TSO on 5906 if CLKREQ is enabled. | Michael Chan | 2006-11-15 | 1 | -4/+16 |
* | [TG3]: Increase 5906 firmware poll time. | Gary Zambrano | 2006-11-15 | 1 | -2/+3 |
* | [TG3]: Fix array overrun in tg3_read_partno(). | Michael Chan | 2006-11-07 | 1 | -7/+12 |
* | [TG3]: Fix 2nd ifup failure on 5752M. | Michael Chan | 2006-11-05 | 1 | -4/+4 |
* | [TG3]: Bump driver version and release date. | David S. Miller | 2006-10-18 | 1 | -2/+2 |
* | [TG3]: Add lower bound checks for tx ring size. | Michael Chan | 2006-10-18 | 1 | -1/+4 |
* | [TG3]: Fix set ring params tx ring size implementation | Ranjit Manomohan | 2006-10-18 | 1 | -5/+5 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 1 | -8/+7 |
* | [TG3]: Update version and reldate. | Michael Chan | 2006-09-28 | 1 | -2/+2 |
* | [TG3]: Add 5709 self-test support. | Michael Chan | 2006-09-28 | 1 | -16/+107 |
* | [TG3]: Add 5709 PHY support. | Michael Chan | 2006-09-28 | 1 | -4/+33 |
* | [TG3]: Add basic 5906 support. | Michael Chan | 2006-09-28 | 1 | -11/+115 |
* | [TG3]: Add tg3_poll_fw(). | Michael Chan | 2006-09-28 | 1 | -21/+33 |
* | [TG3]: Add 5722 and 5756 support. | Michael Chan | 2006-09-28 | 1 | -0/+3 |
* | [TG3]: PHY fixes. | Michael Chan | 2006-09-28 | 1 | -17/+34 |
* | [TG3]: Improve ASF heartbeat. | Michael Chan | 2006-09-28 | 1 | -2/+18 |
* | [TG3]: Improve 5704S autoneg. | Michael Chan | 2006-09-28 | 1 | -25/+41 |
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-09-24 | 1 | -64/+64 |
|\ |
|
| * | drivers/net: const-ify ethtool_ops declarations | Jeff Garzik | 2006-09-13 | 1 | -1/+1 |
| * | drivers/net: Trim trailing whitespace | Jeff Garzik | 2006-09-13 | 1 | -62/+62 |
| * | drivers/net: Remove deprecated use of pci_module_init() | Jeff Garzik | 2006-08-19 | 1 | -1/+1 |
* | | [TG3]: Convert the pci_device_id table to PCI_DEVICE() | Henrik Kretzschmar | 2006-09-22 | 1 | -111/+56 |
* | | [TG3]: Constify firmware structs | Andreas Mohr | 2006-09-22 | 1 | -13/+13 |
* | | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE | Patrick McHardy | 2006-09-22 | 1 | -3/+3 |
|/ |
|
* | [TG3]: Fix tx race condition | Michael Chan | 2006-08-07 | 1 | -21/+28 |
* | [TG3]: skb->dev assignment is done by netdev_alloc_skb | Christoph Hellwig | 2006-08-07 | 1 | -2/+0 |
* | [TG3]: Convert to netdev_alloc_skb | David S. Miller | 2006-08-02 | 1 | -5/+5 |
* | [TG3]: Update version and reldate | Michael Chan | 2006-07-25 | 1 | -2/+2 |
* | [TG3]: Handle tg3_init_rings() failures | Michael Chan | 2006-07-25 | 1 | -5/+27 |
* | [TG3]: Add tg3_restart_hw() | Michael Chan | 2006-07-25 | 1 | -22/+58 |
* | [TG3]: add amd8131 to "write reorder" chipsets | John W. Linville | 2006-07-08 | 1 | -0/+2 |
* | [TG3]: Add ipv6 TSO feature | Michael Chan | 2006-07-03 | 1 | -9/+24 |
* | [PATCH] irq-flags: drivers/net: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -3/+3 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-06-30 | 1 | -10/+97 |
|\ |
|
| * | [TG3]: Update version and reldate | Michael Chan | 2006-06-30 | 1 | -2/+2 |
| * | [TG3]: Add TSO workaround using GSO | Michael Chan | 2006-06-30 | 1 | -4/+49 |
| * | [TG3]: Turn on hw fix for ASF problems | Michael Chan | 2006-06-30 | 1 | -2/+6 |
| * | [TG3]: Add rx BD workaround | Michael Chan | 2006-06-30 | 1 | -2/+28 |
| * | [TG3]: Add tg3_netif_stop() in vlan functions | Michael Chan | 2006-06-30 | 1 | -0/+12 |
* | | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
|/ |
|
* | [SPARC64]: Convert sparc64 PCI layer to in-kernel device tree. | David S. Miller | 2006-06-23 | 1 | -4/+6 |
* | [NET]: Merge TSO/UFO fields in sk_buff | Herbert Xu | 2006-06-23 | 1 | -2/+2 |
* | [TG3]: Convert to non-LLTX | Michael Chan | 2006-06-17 | 1 | -17/+10 |
* | [TG3]: Remove unnecessary tx_lock | Michael Chan | 2006-06-17 | 1 | -4/+0 |
* | [TG3]: update version and reldate | Michael Chan | 2006-06-17 | 1 | -2/+2 |
* | [TG3]: Add recovery logic when MMIOs are re-ordered | Michael Chan | 2006-06-17 | 1 | -5/+48 |
* | [TG3]: Add 5786 PCI ID | Michael Chan | 2006-06-17 | 1 | -0/+2 |