summaryrefslogtreecommitdiff
path: root/drivers/net/tg3.c
AgeCommit message (Expand)Author
2007-02-13[TG3]: Update copyright, version, and reldate.Michael Chan
2007-02-13[TG3]: Add some tx timeout debug messages.Michael Chan
2007-02-13[TG3]: Use constant for PHY register 0x1e.Michael Chan
2007-02-13[TG3]: Power down 5704 serdes transceiver when shutting down.Michael Chan
2007-02-13[TG3]: 5906 doesn't need to switch to slower clock.Michael Chan
2007-02-13[TG3]: 5722/5756 don't need PHY jitter workaround.Michael Chan
2007-02-13[TG3]: Use lower DMA watermark for 5703.Michael Chan
2007-02-13[TG3]: Save MSI state before suspend.Michael Chan
2007-02-08[TG3]: Avoid an expensive divide.Eric Dumazet
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven
2007-01-09[TG3]: Add PHY workaround for 5755M.Michael Chan
2006-12-17[TG3]: Update version and reldate.Michael Chan
2006-12-17[TG3]: Power down/up 5906 PHY correctly.Michael Chan
2006-12-17[TG3]: Fix race condition when calling register_netdev().Michael Chan
2006-12-17[TG3]: Assign tp->link_config.orig_* values.Michael Chan
2006-12-17[TG3]: replace kmalloc+memset with kzallocYan Burman
2006-12-07[TG3]: Identify Serdes devices more clearly.Michael Chan
2006-12-07[TG3]: Use msleep.Michael Chan
2006-12-07[TG3]: Use netif_msg_*.Michael Chan
2006-12-07[TG3]: Allow partial speed advertisement.Michael Chan
2006-12-07[TG3]: Add TG3_FLG2_IS_NIC flag.Michael Chan
2006-12-07[TG3]: Add 5787F device ID.Michael Chan
2006-12-07[TG3]: Fix Phy loopback.Michael Chan
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-11-21[TG3]: Add missing unlock in tg3_open() error path.Ira W. Snyder
2006-11-15[TG3]: Disable TSO on 5906 if CLKREQ is enabled.Michael Chan
2006-11-15[TG3]: Increase 5906 firmware poll time.Gary Zambrano
2006-11-07[TG3]: Fix array overrun in tg3_read_partno().Michael Chan
2006-11-05[TG3]: Fix 2nd ifup failure on 5752M.Michael Chan
2006-10-18[TG3]: Bump driver version and release date.David S. Miller
2006-10-18[TG3]: Add lower bound checks for tx ring size.Michael Chan
2006-10-18[TG3]: Fix set ring params tx ring size implementationRanjit Manomohan
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-28[TG3]: Update version and reldate.Michael Chan
2006-09-28[TG3]: Add 5709 self-test support.Michael Chan
2006-09-28[TG3]: Add 5709 PHY support.Michael Chan
2006-09-28[TG3]: Add basic 5906 support.Michael Chan
2006-09-28[TG3]: Add tg3_poll_fw().Michael Chan
2006-09-28[TG3]: Add 5722 and 5756 support.Michael Chan
2006-09-28[TG3]: PHY fixes.Michael Chan
2006-09-28[TG3]: Improve ASF heartbeat.Michael Chan
2006-09-28[TG3]: Improve 5704S autoneg.Michael Chan
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2006-09-22[TG3]: Convert the pci_device_id table to PCI_DEVICE()Henrik Kretzschmar
2006-09-22[TG3]: Constify firmware structsAndreas Mohr
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik
2006-08-07[TG3]: Fix tx race conditionMichael Chan