aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-07tg3: Fix phylib locking strategyMatt Carlson1-27/+14
2009-09-11tg3: Fix return ring size breakageMatt Carlson1-1/+1
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings1-3/+0
2009-09-02tg3: Update version to 3.102Matt Carlson1-2/+2
2009-09-02tg3: Add MDIO bus address assignmentsMatt Carlson1-4/+19
2009-09-02tg3: Add 5717 NVRAM detection routinesMatt Carlson1-46/+108
2009-09-02tg3: Add 5717 asic revMatt Carlson1-29/+101
2009-09-02tg3: Assign rx ret producer indexes by vectorMatt Carlson1-4/+27
2009-09-02tg3: Adjust RSS ring allocation strategiesMatt Carlson1-6/+25
2009-09-02tg3: Add RSS supportMatt Carlson1-1/+52
2009-09-02tg3: Add coalesce parameters for msix vectorsMatt Carlson1-9/+48
2009-09-02tg3: Enable NAPI instances for other int vectorsMatt Carlson1-9/+23
2009-09-02tg3: Add TSS supportMatt Carlson1-18/+36
2009-09-02tg3: Update intmbox and coal_now for msixMatt Carlson1-6/+14
2009-09-02tg3: Add tx and rx ring resource trackingMatt Carlson1-84/+158
2009-09-02tg3: Add mailbox assignmentsMatt Carlson1-9/+50
2009-09-02tg3: Add MSI-X supportMatt Carlson1-27/+81
2009-09-02tg3: Add support code around kernel interrupt APIMatt Carlson1-18/+55
2009-09-02tg3: Create tg3_rings_reset()Matt Carlson1-59/+81
2009-09-02tg3: Add per-int coalesce now memberMatt Carlson1-7/+9
2009-09-02tg3: inline tg3_cond_int()Matt Carlson1-11/+11
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-3/+6
2009-08-29tg3: Update version to 3.101Matt Carlson1-2/+2
2009-08-29tg3: Move per-int tx members to a per-int structMatt Carlson1-72/+78
2009-08-29tg3: Move per-int rx members to per-int structMatt Carlson1-25/+32
2009-08-29tg3: Move general int members to a per-int structMatt Carlson1-61/+73
2009-08-29tg3: Convert napi handlers to use tnapiMatt Carlson1-23/+32
2009-08-29tg3: Convert ISR parameter to tnapiMatt Carlson1-24/+25
2009-08-29tg3: Move napi to per-int structMatt Carlson1-22/+17
2009-08-29tg3: Cleanup interrupt setup / teardownMatt Carlson1-48/+46
2009-08-29tg3: Use ext rx bdsMatt Carlson1-8/+9
2009-08-29tg3: Create a new prodring_set structureMatt Carlson1-78/+85
2009-08-29tg3: Create rx producer ring setup routinesMatt Carlson1-87/+144
2009-08-29tg3: Clarify rx buffer relationshipsMatt Carlson1-19/+23
2009-08-29tg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flagsMatt Carlson1-5/+5
2009-08-29tg3: Break out mini producer ring handlingMatt Carlson1-11/+12
2009-08-29tg3: Reformat NVRAM case statementsMatt Carlson1-186/+183
2009-08-29tg3: Add new 5785 10/100 only device IDMatt Carlson1-1/+2
2009-08-29tg3: Delay mdio bus init until fw finishesMatt Carlson1-2/+2
2009-08-26tg3: Update version to 3.100Matt Carlson1-2/+2
2009-08-26tg3: Convert code to use PHY_IS_FETMatt Carlson1-27/+46
2009-08-26tg3: Create MII_TG3_FET namespaceMatt Carlson1-17/+21
2009-08-26tg3: Tune 5785 clock switchingMatt Carlson1-5/+10
2009-08-26tg3: Add 57788, remove 57720Matt Carlson1-1/+4
2009-08-26tg3: Preserve PCIe MPS setting for new devsMatt Carlson1-3/+15
2009-08-26tg3: Fix TSO test against wrong flags varMatt Carlson1-1/+1
2009-08-26tg3: Prevent tx BD corruptionMatt Carlson1-0/+28
2009-08-26tg3: Fix 57780 asic rev PCIe link receiver errorsMatt Carlson1-0/+5
2009-06-08net: skb_shared_info optimizationEric Dumazet1-5/+5
2009-05-29net: dont update dev->trans_startEric Dumazet1-6/+2