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