summaryrefslogtreecommitdiff
path: root/drivers/net/tg3.c
AgeCommit message (Expand)Author
2010-05-12tg3: Fix INTx fallback when MSI failsAndre Detsch
2010-04-01tg3: Fix 5906 transmit hangsMatt Carlson
2010-04-01tg3: Fix tg3_poll_controller() passing wrong pointer to tg3_interrupt()Louis Rilling
2009-10-07tg3: Fix phylib locking strategyMatt Carlson
2009-09-11tg3: Fix return ring size breakageMatt Carlson
2009-09-03netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings
2009-09-02tg3: Update version to 3.102Matt Carlson
2009-09-02tg3: Add MDIO bus address assignmentsMatt Carlson
2009-09-02tg3: Add 5717 NVRAM detection routinesMatt Carlson
2009-09-02tg3: Add 5717 asic revMatt Carlson
2009-09-02tg3: Assign rx ret producer indexes by vectorMatt Carlson
2009-09-02tg3: Adjust RSS ring allocation strategiesMatt Carlson
2009-09-02tg3: Add RSS supportMatt Carlson
2009-09-02tg3: Add coalesce parameters for msix vectorsMatt Carlson
2009-09-02tg3: Enable NAPI instances for other int vectorsMatt Carlson
2009-09-02tg3: Add TSS supportMatt Carlson
2009-09-02tg3: Update intmbox and coal_now for msixMatt Carlson
2009-09-02tg3: Add tx and rx ring resource trackingMatt Carlson
2009-09-02tg3: Add mailbox assignmentsMatt Carlson
2009-09-02tg3: Add MSI-X supportMatt Carlson
2009-09-02tg3: Add support code around kernel interrupt APIMatt Carlson
2009-09-02tg3: Create tg3_rings_reset()Matt Carlson
2009-09-02tg3: Add per-int coalesce now memberMatt Carlson
2009-09-02tg3: inline tg3_cond_int()Matt Carlson
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-08-29tg3: Update version to 3.101Matt Carlson
2009-08-29tg3: Move per-int tx members to a per-int structMatt Carlson
2009-08-29tg3: Move per-int rx members to per-int structMatt Carlson
2009-08-29tg3: Move general int members to a per-int structMatt Carlson
2009-08-29tg3: Convert napi handlers to use tnapiMatt Carlson
2009-08-29tg3: Convert ISR parameter to tnapiMatt Carlson
2009-08-29tg3: Move napi to per-int structMatt Carlson
2009-08-29tg3: Cleanup interrupt setup / teardownMatt Carlson
2009-08-29tg3: Use ext rx bdsMatt Carlson
2009-08-29tg3: Create a new prodring_set structureMatt Carlson
2009-08-29tg3: Create rx producer ring setup routinesMatt Carlson
2009-08-29tg3: Clarify rx buffer relationshipsMatt Carlson
2009-08-29tg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flagsMatt Carlson
2009-08-29tg3: Break out mini producer ring handlingMatt Carlson
2009-08-29tg3: Reformat NVRAM case statementsMatt Carlson
2009-08-29tg3: Add new 5785 10/100 only device IDMatt Carlson
2009-08-29tg3: Delay mdio bus init until fw finishesMatt Carlson
2009-08-26tg3: Update version to 3.100Matt Carlson
2009-08-26tg3: Convert code to use PHY_IS_FETMatt Carlson
2009-08-26tg3: Create MII_TG3_FET namespaceMatt Carlson
2009-08-26tg3: Tune 5785 clock switchingMatt Carlson
2009-08-26tg3: Add 57788, remove 57720Matt Carlson
2009-08-26tg3: Preserve PCIe MPS setting for new devsMatt Carlson
2009-08-26tg3: Fix TSO test against wrong flags varMatt Carlson
2009-08-26tg3: Prevent tx BD corruptionMatt Carlson