summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: Update version to 3.103Matt Carlson2009-11-031-2/+2
* tg3 / broadcom: Optionally disable TXC if no linkMatt Carlson2009-11-031-0/+1
* tg3 / broadcom: Add APD support for GPHYsMatt Carlson2009-11-031-1/+3
* tg3 / broadcom: Add code to disable rxc refclkMatt Carlson2009-11-031-1/+2
* tg3 / broadcom: Refine AC131 APD supportMatt Carlson2009-11-031-0/+1
* tg3 / broadcom: Add PHY_BRCM_CLEAR_RGMII_MODE flagMatt Carlson2009-11-031-0/+1
* tg3: Add 50610M phy ID for 5785Matt Carlson2009-11-031-0/+2
* tg3: Extend loopback test timeoutMatt Carlson2009-11-031-2/+2
* tg3: 5785: Set port mode to MII when link downMatt Carlson2009-11-031-1/+4
* tg3: Add AC131 power down supportMatt Carlson2009-11-031-0/+20
* tg3: Improve 5785 PCIe performanceMatt Carlson2009-11-031-0/+3
* tg3: Add more PCI DMA map error checkingMatt Carlson2009-11-031-3/+11
* tg3: Prevent a PCIe tx glitchMatt Carlson2009-11-031-0/+24
* tg3: Convert PHY_ADDR => TG3_PHY_MII_ADDRMatt Carlson2009-11-031-22/+29
* tg3: Fix disappearing 57780 devicesMatt Carlson2009-11-031-22/+2Star
* tg3: Fix 5906 transmit hangsMatt Carlson2009-11-031-7/+19
* tg3: Assign flags to fixes in start_xmit_dma_bugMatt Carlson2009-11-031-7/+19
* tg3: Fix phylib locking strategyMatt Carlson2009-10-071-27/+14Star
* tg3: Fix return ring size breakageMatt Carlson2009-09-121-1/+1
* netdev: Remove redundant checks for CAP_NET_ADMIN in MDIO implementationsBen Hutchings2009-09-041-3/+0Star
* 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-301-2/+2
* tg3: Move per-int tx members to a per-int structMatt Carlson2009-08-301-72/+78
* tg3: Move per-int rx members to per-int structMatt Carlson2009-08-301-25/+32
* tg3: Move general int members to a per-int structMatt Carlson2009-08-301-61/+73
* tg3: Convert napi handlers to use tnapiMatt Carlson2009-08-301-23/+32
* tg3: Convert ISR parameter to tnapiMatt Carlson2009-08-301-24/+25
* tg3: Move napi to per-int structMatt Carlson2009-08-301-22/+17Star
* tg3: Cleanup interrupt setup / teardownMatt Carlson2009-08-301-48/+46Star
* tg3: Use ext rx bdsMatt Carlson2009-08-301-8/+9
* tg3: Create a new prodring_set structureMatt Carlson2009-08-301-78/+85
* tg3: Create rx producer ring setup routinesMatt Carlson2009-08-301-87/+144