summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-02tg3 / broadcom: Refine AC131 APD supportMatt Carlson1-0/+1
2009-11-02tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flagMatt Carlson1-0/+1
2009-11-02tg3: Add 50610M phy ID for 5785Matt Carlson1-0/+2
2009-11-02tg3: Extend loopback test timeoutMatt Carlson1-2/+2
2009-11-02tg3: 5785: Set port mode to MII when link downMatt Carlson1-1/+4
2009-11-02tg3: Add AC131 power down supportMatt Carlson1-0/+20
2009-11-02tg3: Improve 5785 PCIe performanceMatt Carlson1-0/+3
2009-11-02tg3: Add more PCI DMA map error checkingMatt Carlson1-3/+11
2009-11-02tg3: Prevent a PCIe tx glitchMatt Carlson1-0/+24
2009-11-02tg3: Convert PHY_ADDR => TG3_PHY_MII_ADDRMatt Carlson1-22/+29
2009-11-02tg3: Fix disappearing 57780 devicesMatt Carlson1-22/+2
2009-11-02tg3: Fix 5906 transmit hangsMatt Carlson1-7/+19
2009-11-02tg3: Assign flags to fixes in start_xmit_dma_bugMatt Carlson1-7/+19
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