e100: Convert e100 to use netdev_alloc_skb().
[safe/jmp/linux-2.6] / drivers / net / tg3.c
2006-08-19 Jeff Garzikdrivers/net: Remove deprecated use of pci_module_init()
2006-08-08 Michael Chan[TG3]: Fix tx race condition
2006-08-07 Christoph Hellwig[TG3]: skb->dev assignment is done by netdev_alloc_skb
2006-08-02 David S. Miller[TG3]: Convert to netdev_alloc_skb
2006-07-25 Michael Chan[TG3]: Update version and reldate
2006-07-25 Michael Chan[TG3]: Handle tg3_init_rings() failures
2006-07-25 Michael Chan[TG3]: Add tg3_restart_hw()
2006-07-08 John W. Linville[TG3]: add amd8131 to "write reorder" chipsets
2006-07-04 Michael Chan[TG3]: Add ipv6 TSO feature
2006-07-02 Thomas Gleixner[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
2006-06-30 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/net-2.6
2006-06-30 Michael Chan[TG3]: Update version and reldate
2006-06-30 Michael Chan[TG3]: Add TSO workaround using GSO
2006-06-30 Michael Chan[TG3]: Turn on hw fix for ASF problems
2006-06-30 Michael Chan[TG3]: Add rx BD workaround
2006-06-30 Michael Chan[TG3]: Add tg3_netif_stop() in vlan functions
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-24 David S. Miller[SPARC64]: Convert sparc64 PCI layer to in-kernel devic...
2006-06-23 Herbert Xu[NET]: Merge TSO/UFO fields in sk_buff
2006-06-18 Michael Chan[TG3]: Convert to non-LLTX
2006-06-18 Michael Chan[TG3]: Remove unnecessary tx_lock
2006-06-18 Michael Chan[TG3]: update version and reldate
2006-06-18 Michael Chan[TG3]: Add recovery logic when MMIOs are re-ordered
2006-06-18 Michael Chan[TG3]: Add 5786 PCI ID
2006-06-09 David S. Miller[TG3]: Handle Sun onboard tg3 chips more correctly.
2006-05-22 Michael Chan[TG3]: Add some missing rx error counters
2006-05-12 Karsten Keil[TG3]: ethtool always report port is TP.
2006-05-10 Jesper Juhl[TG3]: Fix possible NULL deref in tg3_run_loopback().
2006-04-30 Michael Chan[TG3]: Update version and reldate
2006-04-30 Michael Chan[TG3]: Fix bug in nvram write
2006-04-30 Gary Zambrano[TG3]: Add reset_phy parameter to chip reset functions
2006-04-30 Michael Chan[TG3]: Reset chip when changing MAC address
2006-04-30 Michael Chan[TG3]: Add phy workaround
2006-04-30 Michael Chan[TG3]: Call netif_carrier_off() during phy reset
2006-04-10 Michael Chan[TG3]: Speed up SRAM access (2nd version)
2006-04-10 Michael Chan[TG3]: Kill some less useful flags
2006-04-10 Adrian Bunk[TG3]: Fix a memory leak.
2006-04-02 Linus TorvaldsMerge git://git./linux/kernel/git/bunk/trivial
2006-04-02 Eric SesterhennBUG_ON() Conversion in drivers/net/
2006-04-01 David S. Miller[TG3]: Update driver version and reldate.
2006-04-01 David S. Miller[TG3]: Revert "Speed up SRAM access"
2006-03-29 Michael Chan[TG3]: Update version and reldate
2006-03-29 Michael Chan[TG3]: Skip timer code during full lock
2006-03-29 Michael Chan[TG3]: Speed up SRAM access
2006-03-29 Michael Chan[TG3]: Fix PHY loopback on 5700
2006-03-29 Michael Chan[TG3]: Fix bug in 40-bit DMA workaround code
2006-03-29 Michael Chan[TG3]: Fix probe failure due to invalid MAC address
2006-03-23 David S. Miller[TG3]: Update driver version and reldate.
2006-03-23 Michael Chan[TG3]: Add 5755 nvram support
2006-03-23 Michael Chan[TG3]: Add 5755 support
2006-03-22 David S. Miller[TG3]: Bump driver version and reldate.
2006-03-22 Michael Chan[TG3]: Skip phy power down on some devices
2006-03-22 Michael Chan[TG3]: Fix SRAM access during tg3_init_one()
2006-03-21 David S. Miller[TG3]: Don't mark tg3_test_registers() as returning...
2006-03-21 Adrian Bunk[TG3]: make drivers/net/tg3.c:tg3_request_irq() static
2006-03-21 Jeff Mahoney[TG3]: netif_carrier_off runs too early; could still...
2006-03-21 Michael Chan[TG3]: update version and reldate
2006-03-21 Michael Chan[TG3]: Add firmware version info
2006-03-21 Michael Chan[TG3]: nvram cleanup
2006-03-21 Michael Chan[TG3]: Fixup memory test for 5787
2006-03-21 Michael Chan[TG3]: Add new one-shot MSI handler
2006-03-21 Michael Chan[TG3]: Add ipv6 checksum support
2006-03-21 Michael Chan[TG3]: Add new hard_start_xmit
2006-03-21 Michael Chan[TG3]: Add 5787 nvram support
2006-03-21 Michael Chan[TG3]: Add 5787 and 5754 basic support
2006-03-21 Michael Chan[TG3]: Fix tg3_get_ringparam()
2006-03-21 Michael Chan[TG3]: Add some missing netif_running() checks
2006-03-21 Michael Chan[TG3]: Update version and reldate
2006-03-21 Michael Chan[TG3]: Support shutdown WoL.
2006-03-21 Michael Chan[TG3]: Enable TSO by default
2006-03-21 Michael Chan[TG3]: Add support for 5714S and 5715S
2006-03-20 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/sparc-2.6
2006-03-20 Jeff GarzikMerge branch 'master'
2006-03-20 David S. Miller[TG3]: Do not try to access NIC_SRAM_DATA_SIG on Sun...
2006-03-19 Michael Chan[TG3]: 40-bit DMA workaround part 2
2006-03-17 Jeff GarzikMerge branch 'upstream-fixes'
2006-03-15 John W. LinvilleMerge branch 'upstream-fixes'
2006-03-12 Adrian Bunk[TG3] tg3_bus_string(): remove dead code
2006-03-11 Jeff GarzikMerge branch 'upstream-fixes'
2006-03-07 Michael Chan[TG3]: Add DMA address workaround
2006-03-04 Arjan van de VenMassive net driver const-ification.
2006-02-27 David S. Miller[TG3]: Fix Sun tg3 variant detection.
2006-02-03 David S. Miller[TG3]: Update driver version and release date.
2006-02-03 Michael Chan[TG3]: Flush tg3_reset_task()
2006-01-17 Michael Chan[TG3]: Refine nvram locking
2006-01-03 Alexey Dobriyan[TG3]: fixup tot_len calculation
2006-01-03 Arnaldo Carvalho... [INET_SOCK]: Move struct inet_sock & helper functions...
2005-12-28 David S. Miller[TG3]: Update driver version and reldate.
2005-12-28 Chris Elmquist[TG3]: ethtool -d hangs PCIe systems
2005-12-20 Michael Chan[TG3]: Fix ethtool memory test
2005-12-20 Michael Chan[TG3]: Add tw32_wait_f() for some sensitive registers
2005-12-20 Michael Chan[TG3]: Some low power fixes
2005-12-20 Michael Chan[TG3]: Fix peer device handling
2005-12-14 Michael Chan[TG3]: Fix low power state
2005-12-14 Michael Chan[TG3]: Fix 5704 single-port mode
2005-12-14 Michael Chan[TG3]: Fix suspend and resume
2005-12-14 Michael Chan[TG3]: Fix nvram arbitration bugs.
2005-12-07 Stephen Hemminger[TG3]: remove warning on race
2005-10-29 Tobias Klauser[PATCH] drivers/net/tg3: Use the DMA_{32,64}BIT_MASK...
2005-10-28 Jesper Juhldrivers/net: Remove pointless checks for NULL prior...
next