summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: Update version to 3.113Matt Carlson2010-08-031-2/+2
* tg3: Migrate tg3_flags to phy_flagsMatt Carlson2010-08-031-134/+141
* tg3: Create phy_flags and migrate phy_is_low_powerMatt Carlson2010-08-031-18/+17Star
* tg3: Add phy-related preprocessor constantsMatt Carlson2010-08-031-22/+24
* tg3: Add error reporting to tg3_phydsp_write()Matt Carlson2010-08-031-31/+20Star
* tg3: Improve small packet performanceMatt Carlson2010-08-031-1/+23
* tg3: Remove 5720, 5750, and 5750MMatt Carlson2010-08-031-3/+0Star
* tg3: Detect APE firmware typesMatt Carlson2010-08-031-1/+8
* tg3: Restrict ASPM workaround devlistMatt Carlson2010-08-031-1/+3
* tg3: Manage gphy power for CPMU-less devs onlyMatt Carlson2010-08-031-1/+4
* tg3: Don't access phy test ctrl reg for 5717+Matt Carlson2010-08-031-3/+7
* tg3: Create TG3_FLG3_5717_PLUS flagMatt Carlson2010-08-031-50/+22Star
* tg3: Disable TSS also during tg3_close()Matt Carlson2010-08-031-1/+1
* tg3: Add 5784 ASIC rev to earlier PCIe MPS fixMatt Carlson2010-08-031-2/+1Star
* net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-191-1/+1
* tg3: Update version to 3.112Matt Carlson2010-07-121-2/+2
* tg3: Fix some checkpatch errorsMatt Carlson2010-07-121-8/+9
* tg3: Revert PCIe tx glitch fixMatt Carlson2010-07-121-24/+0Star
* tg3: Report driver version to firmwareMatt Carlson2010-07-121-2/+6
* tg3: Relax 5717 serdes restrictionMatt Carlson2010-07-121-3/+2Star
* tg3: Fix IPv6 TSO code in tg3_start_xmit_dma_bug()Matt Carlson2010-07-121-6/+14
* tg3: Fix single MSI-X vector coalescingMatt Carlson2010-07-121-1/+1
* tg3: Revert RSS indir tbl setup changeMatt Carlson2010-07-121-1/+1
* tg3: allow TSO on vlan devicesEric Dumazet2010-07-091-7/+21
* tg3: 64 bit stats on all archesEric Dumazet2010-07-091-23/+12Star
* tg3: Update version to 3.111Matt Carlson2010-06-071-2/+2
* tg3: Add 5719 PCI device and phy IDsMatt Carlson2010-06-071-0/+2
* tg3: Add 5719 ASIC revMatt Carlson2010-06-071-18/+50
* tg3: Use devfn to determine function numberMatt Carlson2010-06-071-7/+3Star
* tg3: 5717: Allow serdes link via parallel detectMatt Carlson2010-06-071-1/+5
* tg3: Allow single MSI-X vector allocationsMatt Carlson2010-06-071-12/+12
* tg3: Off-by-one error in RSS setupMatt Carlson2010-06-071-1/+1
* tg3: Fix a memory leak on 5717+ devicesMatt Carlson2010-06-071-2/+2
* tg3: Avoid tx lockups on 5755+ devicesMatt Carlson2010-06-071-0/+3
* tg3: Relocate APE mutex regs for 5717+Matt Carlson2010-06-071-12/+32
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-271-0/+1
|\
| * tg3: Fix INTx fallback when MSI failsAndre Detsch2010-04-261-0/+1
* | tg3: Enable GRO by default.David S. Miller2010-04-211-0/+1
* | tg3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori2010-04-131-21/+21
* | tg3: Update version to 3.110Matt Carlson2010-04-131-2/+2
* | tg3: Remove function errors flagged by checkpatchMatt Carlson2010-04-131-9/+9
* | tg3: Unify max pkt size preprocessor constantsMatt Carlson2010-04-131-2/+2
* | tg3: Re-inline VLAN tags when appropriateMatt Carlson2010-04-131-11/+33
* | tg3: Optimize rx double copy testMatt Carlson2010-04-131-7/+25
* | tg3: Reduce 57765 core clock when link at 10MbpsMatt Carlson2010-04-131-0/+5
* | tg3: Set card 57765 card reader MRRS to 1024BMatt Carlson2010-04-131-0/+2
* | tg3: Disable CLKREQ in L2Matt Carlson2010-04-131-0/+14
* | tg3: Update version to 3.109Matt Carlson2010-04-061-2/+2
* | tg3: Remove tg3_dump_state()Matt Carlson2010-04-061-233/+0Star
* | tg3: Cleanup if codestyleMatt Carlson2010-04-061-44/+31Star