+- add patches.fixes/linux-post-2.6.3-20040220
[linux-flexiantxendom0-3.2.10.git] / drivers / net / tg3.c
2004-02-20 Olaf Hering+- add patches.fixes/linux-post-2.6.3-20040220
2004-02-09 Olaf Hering+- update to post 2.6.3-rc1 20040209
2004-02-03 David S. MillerMerge bk://kernel.bkbits.net/davem/net-2.6
2004-02-03 David S. Miller[TG3]: Bump version and reldate.
2004-02-02 Grant Grundler[TG3]: Only fetch NVRAM_CMD reg if TG3_FLAG_NVRAM.
2004-01-25 Grant Grundler[TG3]: Fix DMA test failures.
2004-01-25 Andrew Morton[TG3]: Do not use lvalue in assignment.
2004-01-06 Gerd Hoffmann- update to 2.6.1-rc2 -- first cut.
2003-12-21 David S. Miller[TG3]: Update version and reldate.
2003-12-21 François Romieu[TG3]: Fix bogus return value in tg3_init_one().
2003-12-08 Xose Vazquez Perez[TG3]: Add new device IDs.
2003-12-02 David S. Miller[TG3]: Update to latest non-5705 TSO firmware.
2003-12-01 David S. Miller[TG3]: Update version and release date.
2003-12-01 David S. Miller[TG3]: Clear on-chip stats/status block after resetting...
2003-12-01 David S. Miller[TG3]: Do not set RX_MODE_KEEP_VLAN_TAG when ASF is...
2003-12-01 David S. Miller[TG3]: Do not drop existing GRC_MODE_HOST_STACKUP when...
2003-11-21 Olaf Hering+- update to 2.6.0-test9-bk25
2003-11-20 Herbert Xu[netdrvr tg3] fix BCM5705 pending-RX count (was 64...
2003-11-18 Olaf Hering+- update to 2.6.0-test9-bk22, update config, arch...
2003-11-12 Herbert Xu[netdrvr tg3] initialize workqueue correctly
2003-11-05 David S. Miller[TG3]: Bump driver version and release date.
2003-11-05 David S. Miller[TG3]: Fix bugs in ETHTOOL_SSET introduced by ethtool_o...
2003-10-21 David S. Miller[TG3]: Disable/enable timer in suspend/resume.
2003-09-03 François Romieu[NET]: Use free_netdev() even in error paths.
2003-09-01 Jeff GarzikMerge redhat.com:/spare/repo/linux-2.5
2003-09-01 Jeff Garzik[NET] move netif_* helpers from tg3 driver to linux...
2003-09-01 Linus TorvaldsMerge bk://kernel.bkbits.net/davem/tg3-2.5
2003-08-31 Xose Vazquez Perez[TG3]: ICH2 needs MBOX write reorder bug workaround...
2003-08-27 Xose Vazquez Perez[TG3]: More missing PCI ids.
2003-08-27 Jeff Garzik[TG3]: Remove pci-set-dma-mask casts.
2003-08-25 David S. Miller[TG3]: Protect get/set TSO support with proper ifdefs.
2003-08-25 David S. Miller[TG3]: Fix ethtool_ops/sun_5704 changes collision.
2003-08-23 David S. Miller[TG3]: More fixes and enhancements.
2003-08-23 David S. Miller[TG3]: Bump version/reldate.
2003-08-23 David S. Miller[TG3]: Fix tg3_phy_reset_5703_4_5 chip rev test.
2003-08-23 David S. Miller[TG3]: Bump version/reldate.
2003-08-23 David S. Miller[TG3]: Add {get,set}_tso ethtool_ops support.
2003-08-23 David S. Miller[TG3]: Differentiate between TSO capable and TSO enabled.
2003-08-23 David S. Miller[TG3]: Fix 5788/5901, update TSO code.
2003-08-23 David S. Miller[TG3]: Reset PHY more reliably on 570{3,4,5} chips.
2003-08-22 David S. Miller[TG3]: More missing PCI IDs.
2003-08-22 David S. Miller[TG3]: Do not reset the RX_MAC unless PHY is Serdes.
2003-08-22 David S. Miller[TG3]: Fix statistics on 5705.
2003-08-22 Jeff Garzik[TG3]: Add 5782 pci id.
2003-08-22 Jeff Garzik[TG3]: Only write the on-nic sram addr on non-5705.
2003-08-22 Jeff Garzik[TG3]: Another 5705 fix: enable eeprom write prot as...
2003-08-22 Jeff Garzik[TG3]: More 5705 fixes.
2003-08-22 Jeff Garzik[TG3]: More 5705 updates.
2003-08-22 Jeff Garzik[TG3]: Bug fixes for 5705 support.
2003-08-22 David S. Miller[TG3]: Initial implementation of 5705 support.
2003-08-19 Stephen Hemminger[NET]: free_netdev - drivers/net/* changes.
2003-08-11 Gerd Hoffmanncommented early_printk patch because of rejects.
2003-08-07 Jeff Garzik[netdrvr tg3] convert to using ethtool_ops
2003-08-03 David S. Miller[TG3]: Only call tg3_init_rings() after hardware has...
2003-08-02 David S. Miller[TG3]: More Sun onboard 5704 fixes.
2003-08-01 Randy Dunlap[PATCH] janitor: convert to pci_name()
2003-08-01 Greg Kroah-Hartmanmerge
2003-07-31 Greg Kroah-Hartman[PATCH] PCI: pci_device_id can not be marked __devinitdata.
2003-07-29 Anton Blanchard[NET]: Add missing memory barriors for __LINK_STATE_RX_...
2003-07-25 Linus TorvaldsMerge bk://kernel.bkbits.net/davem/net-2.5
2003-07-25 Jan Zuchhold[TG3]: Recognize Altima AC1001 device IDs.
2003-07-23 David S. Miller[TG3]: Support OBP firmware mac-addresses on sparc64.
2003-07-10 Jeff Garzik[netdrvr tg3] more ULL suffixes to make gcc 3.3 happy
2003-06-11 David Mosberger[TG3]: Workaround 4g DMA bug more portably.
2003-06-04 Jeff Garzik[netdrvr] gcc 3.3 cleanups
2003-05-29 Andrew Morton[PATCH] support 64 bit pci_alloc_consistent
2003-05-20 Stephen Hemminger[NET]: Add sysfs support to several net devices.
2003-04-23 Jeff Garzik[netdrvr tg3] fix omission in board shutdown sequence
2003-04-23 Jeff Garzik[netdrvr tg3] detect shared (and screaming) interrupts
2003-04-20 David S. Miller[TG3]: Update to irqreturn_t.
2003-04-06 James Morris[NET]: skb_headlen() cleanup.
2003-03-20 Jeff Garzik[netdrvr tg3] fix memleak in DMA test
2003-02-26 Jeff GarzikMerge redhat.com:/garz/repo/linus-2.5
2003-02-25 Jeff GarzikMerge redhat.com:/garz/repo/linus-2.5
2003-02-25 Jeff Garzik[netdrvr tg3] fix TX race in previous code, and another...
2003-02-25 Jeff Garzik[netdrvr tg3] properly synchronize with TX, in tg3_neti...
2003-02-25 Jeff Garzik[netdrvr tg3] bump version to 1.4c / Feb 18
2003-02-25 Jeff Garzik[netdrvr tg3] fix NAPI deadlock
2003-02-25 Jeff Garzik[netdrvr tg3] disable 5701 h/w bug workaround during...
2003-02-25 Michael Hayes[PATCH] Spelling fixes: guarantee
2003-02-25 Michael Hayes[PATCH] Spelling fixes: boundary
2003-02-25 Michael Hayes[PATCH] Spelling fixes: don't
2003-02-12 Jeff Garzik[netdrvr tg3] DMA MRM bit only exists on 5700, 5701
2003-02-06 Steven Cole[PATCH] Spelling fixes
2003-02-01 Jeff Garzik[netdrvr tg3] bump version, tidy comments
2003-02-01 David S. Miller[TG3]: Fix typos in previous changes.
2003-02-01 David S. Miller[TG3]: Remove anal grc_misc_cfg board IDs check.
2003-02-01 David S. Miller[TG3]: Add workaround for third-party phy issues.
2003-02-01 David S. Miller[TG3]: Workaround 5701 back-to-back register write...
2003-02-01 David S. Miller[TG3]: Correct MIN_DMA and ONE_DMA settings in dma_rwctrl.
2003-02-01 David S. Miller[TG3]: Prevent dropped frames when flow-control is...
2003-02-01 David S. Miller[TG3]: Add device IDs for 5704S/5702a3/5703a3.
2003-02-01 David S. Miller[TG3]: Let chip do pseudo-header csum on rx.
2003-01-24 Jeff Garzik[netdrvr tg3] more verbose failures, during initialization
2003-01-24 Manish Lachwani[netdrvr tg3] add support for another 5704 board, fix...
2003-01-16 Jeff Garzik[netdrvr tg3] manage jumbo flag on MTU change when...
2003-01-16 Jeff Garzik[netdrvr tg3] flush irq-mask reg write before checking...
2003-01-16 Jeff Garzik[netdrvr tg3] Better interrupt masking
2003-01-16 Jeff Garzik[netdrvr tg3] s/spin_lock/spin_lock_irqsave/ in tg3_pol...
2002-12-09 Jeff Garzik[netdrvr tg3] a fix, a cleanup, and an optimization:
next