summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* [TG3]: Add missing unlock in tg3_open() error path.Ira W. Snyder2006-11-221-1/+3
* [TG3]: Disable TSO on 5906 if CLKREQ is enabled.Michael Chan2006-11-161-4/+16
* [TG3]: Increase 5906 firmware poll time.Gary Zambrano2006-11-161-2/+3
* [TG3]: Fix array overrun in tg3_read_partno().Michael Chan2006-11-081-7/+12
* [TG3]: Fix 2nd ifup failure on 5752M.Michael Chan2006-11-051-4/+4
* [TG3]: Bump driver version and release date.David S. Miller2006-10-191-2/+2
* [TG3]: Add lower bound checks for tx ring size.Michael Chan2006-10-191-1/+4
* [TG3]: Fix set ring params tx ring size implementationRanjit Manomohan2006-10-191-5/+5
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-8/+7Star
* [TG3]: Update version and reldate.Michael Chan2006-09-291-2/+2
* [TG3]: Add 5709 self-test support.Michael Chan2006-09-291-16/+107
* [TG3]: Add 5709 PHY support.Michael Chan2006-09-291-4/+33
* [TG3]: Add basic 5906 support.Michael Chan2006-09-291-11/+115
* [TG3]: Add tg3_poll_fw().Michael Chan2006-09-291-21/+33
* [TG3]: Add 5722 and 5756 support.Michael Chan2006-09-291-0/+3
* [TG3]: PHY fixes.Michael Chan2006-09-291-17/+34
* [TG3]: Improve ASF heartbeat.Michael Chan2006-09-291-2/+18
* [TG3]: Improve 5704S autoneg.Michael Chan2006-09-291-25/+41
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-09-241-64/+64
|\
| * drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
| * drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-62/+62
| * drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik2006-08-191-1/+1
* | [TG3]: Convert the pci_device_id table to PCI_DEVICE()Henrik Kretzschmar2006-09-221-111/+56Star
* | [TG3]: Constify firmware structsAndreas Mohr2006-09-221-13/+13
* | [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-3/+3
|/
* [TG3]: Fix tx race conditionMichael Chan2006-08-081-21/+28
* [TG3]: skb->dev assignment is done by netdev_alloc_skbChristoph Hellwig2006-08-081-2/+0Star
* [TG3]: Convert to netdev_alloc_skbDavid S. Miller2006-08-021-5/+5
* [TG3]: Update version and reldateMichael Chan2006-07-261-2/+2
* [TG3]: Handle tg3_init_rings() failuresMichael Chan2006-07-261-5/+27
* [TG3]: Add tg3_restart_hw()Michael Chan2006-07-261-22/+58
* [TG3]: add amd8131 to "write reorder" chipsetsJohn W. Linville2006-07-081-0/+2
* [TG3]: Add ipv6 TSO featureMichael Chan2006-07-041-9/+24
* [PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner2006-07-021-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-07-011-10/+97
|\
| * [TG3]: Update version and reldateMichael Chan2006-06-301-2/+2
| * [TG3]: Add TSO workaround using GSOMichael Chan2006-06-301-4/+49
| * [TG3]: Turn on hw fix for ASF problemsMichael Chan2006-06-301-2/+6
| * [TG3]: Add rx BD workaroundMichael Chan2006-06-301-2/+28
| * [TG3]: Add tg3_netif_stop() in vlan functionsMichael Chan2006-06-301-0/+12
* | Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
|/
* [SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller2006-06-241-4/+6
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-2/+2
* [TG3]: Convert to non-LLTXMichael Chan2006-06-181-17/+10Star
* [TG3]: Remove unnecessary tx_lockMichael Chan2006-06-181-4/+0Star
* [TG3]: update version and reldateMichael Chan2006-06-181-2/+2
* [TG3]: Add recovery logic when MMIOs are re-orderedMichael Chan2006-06-181-5/+48
* [TG3]: Add 5786 PCI IDMichael Chan2006-06-181-0/+2
* [TG3]: Handle Sun onboard tg3 chips more correctly.David S. Miller2006-06-091-96/+48Star
* [TG3]: Add some missing rx error countersMichael Chan2006-05-231-2/+6