unify flush_work/flush_work_keventd and rename it to cancel_work_sync
[safe/jmp/linux-2.6] / drivers / net / tg3.c
2007-05-09 Oleg Nesterovunify flush_work/flush_work_keventd and rename it to...
2007-05-09 Andrew Mortontg3: use flush_work_keventd()
2007-05-07 Michael Chan[TG3]: Update version and reldate.
2007-05-07 Michael Chan[TG3]: Eliminate spurious interrupts.
2007-05-07 Matt Carlson[TG3]: Add ASPM workaround.
2007-05-05 Michael Chan[TG3]: Add TG3_FLAG_SUPPORT_MSI flag.
2007-05-05 Matt Carlson[TG3]: Eliminate the TG3_FLAG_5701_REG_WRITE_BUG flag.
2007-05-05 Michael Chan[TG3]: Eliminate the TG3_FLAG_GOT_SERDES_FLOWCTL flag.
2007-05-05 Michael Chan[TG3]: Remove reset during MAC address changes.
2007-05-05 Gary Zambrano[TG3]: WoL fixes.
2007-05-05 Gary Zambrano[TG3]: Clear GPIO mask before storing.
2007-05-05 Matt Carlson[TG3]: Improve NVRAM sizing.
2007-05-05 Matt Carlson[TG3]: Fix TSO bugs.
2007-04-27 Linus TorvaldsMerge /pub/scm/linux/kernel/git/davem/sparc-2.6
2007-04-26 David S. Miller[TIGON3]: of_get_property() returns const.
2007-04-26 David S. Miller[TG3]: Use pci_device_to_OF_node() on sparc.
2007-04-26 Stephen Rothwell[SPARC/64] constify of_get_property return: drivers
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [TCP]: Introduce tcp_hdrlen() and tcp_optlen()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
2007-04-26 Arnaldo Carvalho... [IP]: Introduce ip_hdrlen()
2007-04-07 Michael Chan[TG3]: Fix crash during tg3_init_one().
2007-03-26 Michael Chan[TG3]: Update version and reldate.
2007-03-26 Michael Chan[TG3]: Exit irq handler during chip reset.
2007-03-26 Michael Chan[TG3]: Eliminate the unused TG3_FLAG_SPLIT_MODE flag.
2007-03-03 Dan Aloni[VLAN]: Avoid a 4-order allocation.
2007-02-26 Michael Chan[TG3]: TSO workaround fixes.
2007-02-13 Michael Chan[TG3]: Update copyright, version, and reldate.
2007-02-13 Michael Chan[TG3]: Add some tx timeout debug messages.
2007-02-13 Michael Chan[TG3]: Use constant for PHY register 0x1e.
2007-02-13 Michael Chan[TG3]: Power down 5704 serdes transceiver when shutting...
2007-02-13 Michael Chan[TG3]: 5906 doesn't need to switch to slower clock.
2007-02-13 Michael Chan[TG3]: 5722/5756 don't need PHY jitter workaround.
2007-02-13 Michael Chan[TG3]: Use lower DMA watermark for 5703.
2007-02-13 Michael Chan[TG3]: Save MSI state before suspend.
2007-02-08 Eric Dumazet[TG3]: Avoid an expensive divide.
2007-02-05 Arjan van de Venremove NETIF_F_TSO ifdefery
2007-01-09 Michael Chan[TG3]: Add PHY workaround for 5755M.
2006-12-18 Michael Chan[TG3]: Update version and reldate.
2006-12-18 Michael Chan[TG3]: Power down/up 5906 PHY correctly.
2006-12-18 Michael Chan[TG3]: Fix race condition when calling register_netdev().
2006-12-18 Michael Chan[TG3]: Assign tp->link_config.orig_* values.
2006-12-18 Yan Burman[TG3]: replace kmalloc+memset with kzalloc
2006-12-07 Michael Chan[TG3]: Identify Serdes devices more clearly.
2006-12-07 Michael Chan[TG3]: Use msleep.
2006-12-07 Michael Chan[TG3]: Use netif_msg_*.
2006-12-07 Michael Chan[TG3]: Allow partial speed advertisement.
2006-12-07 Michael Chan[TG3]: Add TG3_FLG2_IS_NIC flag.
2006-12-07 Michael Chan[TG3]: Add 5787F device ID.
2006-12-07 Michael Chan[TG3]: Fix Phy loopback.
2006-11-22 David HowellsWorkStruct: make allyesconfig
2006-11-22 Ira W. Snyder[TG3]: Add missing unlock in tg3_open() error path.
2006-11-16 Michael Chan[TG3]: Disable TSO on 5906 if CLKREQ is enabled.
2006-11-16 Gary Zambrano[TG3]: Increase 5906 firmware poll time.
2006-11-07 Michael Chan[TG3]: Fix array overrun in tg3_read_partno().
2006-11-05 Michael Chan[TG3]: Fix 2nd ifup failure on 5752M.
2006-10-19 David S. Miller[TG3]: Bump driver version and release date.
2006-10-19 Michael Chan[TG3]: Add lower bound checks for tx ring size.
2006-10-19 Ranjit Manomohan[TG3]: Fix set ring params tx ring size implementation
2006-10-05 David HowellsIRQ: Maintain regs pointer globally rather than passing...
2006-09-29 Michael Chan[TG3]: Update version and reldate.
2006-09-29 Michael Chan[TG3]: Add 5709 self-test support.
2006-09-29 Michael Chan[TG3]: Add 5709 PHY support.
2006-09-29 Michael Chan[TG3]: Add basic 5906 support.
2006-09-29 Michael Chan[TG3]: Add tg3_poll_fw().
2006-09-29 Michael Chan[TG3]: Add 5722 and 5756 support.
2006-09-29 Michael Chan[TG3]: PHY fixes.
2006-09-29 Michael Chan[TG3]: Improve ASF heartbeat.
2006-09-29 Michael Chan[TG3]: Improve 5704S autoneg.
2006-09-24 Linus TorvaldsMerge branch 'upstream-linus' of /linux/kernel/git...
2006-09-22 Henrik Kretzschmar[TG3]: Convert the pci_device_id table to PCI_DEVICE()
2006-09-22 Andreas Mohr[TG3]: Constify firmware structs
2006-09-22 Patrick McHardy[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM...
2006-09-13 Jeff Garzikdrivers/net: const-ify ethtool_ops declarations
2006-09-13 Jeff Garzikdrivers/net: Trim trailing whitespace
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
next