[TG3]: Add new 5761 NVRAM decode routines
[safe/jmp/linux-2.6] / drivers / net / tg3.c
2007-10-11 Matt Carlson[TG3]: Add new 5761 NVRAM decode routines
2007-10-10 Andy Gospodarek[TG3]: Fix ethtool autonegotiate flags.
2007-10-10 Michael Chan[TG3]: Update version to 3.82.
2007-10-10 Matt Carlson[TG3]: Add 5784 and 5764 support.
2007-10-10 Matt Carlson[TG3]: ASIC decoding and basic CPMU support.
2007-10-10 Matt Carlson[TG3]: Walk PCI capability lists.
2007-10-10 Jeff Garzik[netdrvr] Stop using legacy hooks ->self_test_count...
2007-10-10 Jeff Garzik[ETHTOOL] Provide default behaviors for a few ethtool...
2007-10-10 Ralf Baechle[NET]: Nuke SET_MODULE_OWNER macro.
2007-10-10 Andy Gospodarek[TG3]: remove sparse warnings
2007-10-10 Stephen Hemminger[NET]: Make NAPI polling independent of struct net_devi...
2007-09-11 Michael Chan[TG3]: Workaround MSI bug on 5714/5780.
2007-08-04 Michael Chan[TG3]: Fix suspend/resume problem.
2007-07-31 Matthew Wilcox[NET]: ethtool_perm_addr only has one implementation
2007-07-19 Michael Chan[TG3]: Fix msi issue with kexec/kdump.
2007-07-15 Michael Chan[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.
2007-07-12 Linus TorvaldsMerge /pub/scm/linux/kernel/git/gregkh/pci-2.6
2007-07-12 Michael Chan[TG3]: Update version to 3.78.
2007-07-12 Matt Carlson[TG3]: Add missing NVRAM strapping.
2007-07-12 Matt Carlson[TG3]: Enable auto MDI.
2007-07-12 Matt Carlson[TG3]: Fix the polarity bit.
2007-07-12 Michael Chan[TG3]: Fix irq_sync race condition.
2007-07-11 Auke KokPCI: Change all drivers to use pci_device->revision
2007-07-11 Stephen Hemminger[NET]: IPV6 checksum offloading in network devices
2007-06-04 Michael Chan[TG3]: Fix link problem on Dell's onboard 5906.
2007-06-03 Stephen Hemmingernetwork drivers: eliminate unneeded kill_vid code
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...
next