aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-05PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.David Miller1-9/+0
2007-10-22[TG3]: Update version to 3.85Matt Carlson1-2/+2
2007-10-22[TG3]: PCI command adjustmentMatt Carlson1-5/+2
2007-10-22[TG3]: Add management FW version to ethtool reportMatt Carlson1-13/+70
2007-10-22[TG3]: Add 5723 supportMatt Carlson1-0/+1
2007-10-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+8
2007-10-15netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz1-1/+1
2007-10-15[TG3]: Fix performance regression on 5705.Michael Chan1-2/+8
2007-10-12[TG3]: Refine napi poll loop.Michael Chan1-10/+14
2007-10-11[TG3]: Fix APE induced regressionMatt Carlson1-3/+4
2007-10-11[NET]: Fix NAPI completion handling in some drivers.David S. Miller1-18/+37
2007-10-10[TG3]: Update version to 3.83Matt Carlson1-2/+2
2007-10-10[TG3]: WOL defaultsMatt Carlson1-6/+9
2007-10-10[TG3]: Add 5761 supportMatt Carlson1-13/+73
2007-10-10[TG3]: Add 5761 APE supportMatt Carlson1-4/+228
2007-10-10[TG3]: Add new 5761 NVRAM decode routinesMatt Carlson1-0/+79
2007-10-10[TG3]: Fix ethtool autonegotiate flags.Andy Gospodarek1-1/+2
2007-10-10[TG3]: Update version to 3.82.Michael Chan1-2/+2
2007-10-10[TG3]: Add 5784 and 5764 support.Matt Carlson1-11/+42
2007-10-10[TG3]: ASIC decoding and basic CPMU support.Matt Carlson1-5/+16
2007-10-10[TG3]: Walk PCI capability lists.Matt Carlson1-13/+35
2007-10-10[netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik1-9/+10
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-3/+0
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[TG3]: remove sparse warningsAndy Gospodarek1-8/+5
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-33/+28
2007-09-11[TG3]: Workaround MSI bug on 5714/5780.Michael Chan1-2/+11
2007-08-03[TG3]: Fix suspend/resume problem.Michael Chan1-7/+10
2007-07-31[NET]: ethtool_perm_addr only has one implementationMatthew Wilcox1-1/+0
2007-07-18[TG3]: Fix msi issue with kexec/kdump.Michael Chan1-49/+65
2007-07-14[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan1-1/+1
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-5/+1
2007-07-11[TG3]: Update version to 3.78.Michael Chan1-2/+2
2007-07-11[TG3]: Add missing NVRAM strapping.Matt Carlson1-1/+3
2007-07-11[TG3]: Enable auto MDI.Matt Carlson1-15/+41
2007-07-11[TG3]: Fix the polarity bit.Matt Carlson1-19/+44
2007-07-11[TG3]: Fix irq_sync race condition.Michael Chan1-3/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-5/+1
2007-07-10[NET]: IPV6 checksum offloading in network devicesStephen Hemminger1-4/+3
2007-06-03[TG3]: Fix link problem on Dell's onboard 5906.Michael Chan1-2/+3
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger1-16/+0
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-1/+1
2007-05-09tg3: use flush_work_keventd()Andrew Morton1-10/+1
2007-05-07[TG3]: Update version and reldate.Michael Chan1-2/+2
2007-05-07[TG3]: Eliminate spurious interrupts.Michael Chan1-2/+10
2007-05-07[TG3]: Add ASPM workaround.Matt Carlson1-0/+24
2007-05-05[TG3]: Add TG3_FLAG_SUPPORT_MSI flag.Michael Chan1-9/+15
2007-05-05[TG3]: Eliminate the TG3_FLAG_5701_REG_WRITE_BUG flag.Matt Carlson1-12/+12
2007-05-05[TG3]: Eliminate the TG3_FLAG_GOT_SERDES_FLOWCTL flag.Michael Chan1-8/+2
2007-05-05[TG3]: Remove reset during MAC address changes.Michael Chan1-17/+18