summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-10-151-2/+8
|\
| * [TG3]: Fix performance regression on 5705.Michael Chan2007-10-151-2/+8
* | netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz2007-10-151-1/+1
|/
* [TG3]: Refine napi poll loop.Michael Chan2007-10-121-10/+14
* [TG3]: Fix APE induced regressionMatt Carlson2007-10-121-3/+4
* [NET]: Fix NAPI completion handling in some drivers.David S. Miller2007-10-121-18/+37
* [TG3]: Update version to 3.83Matt Carlson2007-10-111-2/+2
* [TG3]: WOL defaultsMatt Carlson2007-10-111-6/+9
* [TG3]: Add 5761 supportMatt Carlson2007-10-111-13/+73
* [TG3]: Add 5761 APE supportMatt Carlson2007-10-111-4/+228
* [TG3]: Add new 5761 NVRAM decode routinesMatt Carlson2007-10-111-0/+79
* [TG3]: Fix ethtool autonegotiate flags.Andy Gospodarek2007-10-111-1/+2
* [TG3]: Update version to 3.82.Michael Chan2007-10-111-2/+2
* [TG3]: Add 5784 and 5764 support.Matt Carlson2007-10-111-11/+42
* [TG3]: ASIC decoding and basic CPMU support.Matt Carlson2007-10-111-5/+16
* [TG3]: Walk PCI capability lists.Matt Carlson2007-10-111-13/+35
* [netdrvr] Stop using legacy hooks ->self_test_count, ->get_stats_countJeff Garzik2007-10-111-9/+10
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-3/+0Star
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-111-1/+0Star
* [TG3]: remove sparse warningsAndy Gospodarek2007-10-111-8/+5Star
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-111-33/+28Star
* [TG3]: Workaround MSI bug on 5714/5780.Michael Chan2007-09-111-2/+11
* [TG3]: Fix suspend/resume problem.Michael Chan2007-08-041-7/+10
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0Star
* [TG3]: Fix msi issue with kexec/kdump.Michael Chan2007-07-191-49/+65
* [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan2007-07-151-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-121-5/+1Star
|\
| * PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-121-5/+1Star
* | [TG3]: Update version to 3.78.Michael Chan2007-07-121-2/+2
* | [TG3]: Add missing NVRAM strapping.Matt Carlson2007-07-121-1/+3
* | [TG3]: Enable auto MDI.Matt Carlson2007-07-121-15/+41
* | [TG3]: Fix the polarity bit.Matt Carlson2007-07-121-19/+44
* | [TG3]: Fix irq_sync race condition.Michael Chan2007-07-121-3/+3
* | [NET]: IPV6 checksum offloading in network devicesStephen Hemminger2007-07-111-4/+3Star
|/
* [TG3]: Fix link problem on Dell's onboard 5906.Michael Chan2007-06-041-2/+3
* network drivers: eliminate unneeded kill_vid codeStephen Hemminger2007-06-031-16/+0Star
* unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-1/+1
* tg3: use flush_work_keventd()Andrew Morton2007-05-091-10/+1Star
* [TG3]: Update version and reldate.Michael Chan2007-05-071-2/+2
* [TG3]: Eliminate spurious interrupts.Michael Chan2007-05-071-2/+10
* [TG3]: Add ASPM workaround.Matt Carlson2007-05-071-0/+24
* [TG3]: Add TG3_FLAG_SUPPORT_MSI flag.Michael Chan2007-05-051-9/+15
* [TG3]: Eliminate the TG3_FLAG_5701_REG_WRITE_BUG flag.Matt Carlson2007-05-051-12/+12
* [TG3]: Eliminate the TG3_FLAG_GOT_SERDES_FLOWCTL flag.Michael Chan2007-05-051-8/+2Star
* [TG3]: Remove reset during MAC address changes.Michael Chan2007-05-051-17/+18
* [TG3]: WoL fixes.Gary Zambrano2007-05-051-10/+15
* [TG3]: Clear GPIO mask before storing.Gary Zambrano2007-05-051-0/+1
* [TG3]: Improve NVRAM sizing.Matt Carlson2007-05-051-16/+23
* [TG3]: Fix TSO bugs.Matt Carlson2007-05-051-6/+3Star
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-271-18/+13Star
|\