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