summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tg3: Clarify rx buffer relationshipsMatt Carlson2009-08-301-19/+23
* tg3: Move the JUMBO_CAPABLE and SUPPORT_MSI flagsMatt Carlson2009-08-301-5/+5
* tg3: Break out mini producer ring handlingMatt Carlson2009-08-301-11/+12
* tg3: Reformat NVRAM case statementsMatt Carlson2009-08-301-186/+183Star
* tg3: Add new 5785 10/100 only device IDMatt Carlson2009-08-301-1/+2
* tg3: Delay mdio bus init until fw finishesMatt Carlson2009-08-301-2/+2
* tg3: Update version to 3.100Matt Carlson2009-08-271-2/+2
* tg3: Convert code to use PHY_IS_FETMatt Carlson2009-08-271-27/+46
* tg3: Create MII_TG3_FET namespaceMatt Carlson2009-08-271-17/+21
* tg3: Tune 5785 clock switchingMatt Carlson2009-08-271-5/+10
* tg3: Add 57788, remove 57720Matt Carlson2009-08-271-1/+4
* tg3: Preserve PCIe MPS setting for new devsMatt Carlson2009-08-271-3/+15
* tg3: Fix TSO test against wrong flags varMatt Carlson2009-08-271-1/+1
* tg3: Prevent tx BD corruptionMatt Carlson2009-08-271-0/+28
* tg3: Fix 57780 asic rev PCIe link receiver errorsMatt Carlson2009-08-271-0/+5
* net: skb_shared_info optimizationEric Dumazet2009-06-081-5/+5
* net: dont update dev->trans_startEric Dumazet2009-05-291-6/+2Star
* tg3: Update version to 3.99Matt Carlson2009-04-211-2/+2
* tg3: Restore LAA sooner in shutdown sequenceMatt Carlson2009-04-211-2/+2
* tg3: Limit CLKREQ fix to A[01] of 57780 asic revMatt Carlson2009-04-211-1/+2
* tg3: Allow 5761 WOL and LED fixes to 5761S tooMatt Carlson2009-04-211-2/+4
* tg3: Prevent send BD corruptionMatt Carlson2009-04-211-0/+7
* tg3: Handle NVRAM absent casesMatt Carlson2009-04-211-4/+32
* tg3: Allow screaming interrupt detectionMatt Carlson2009-04-211-12/+17
* tg3: Fix SEEPROM accessesMatt Carlson2009-04-201-9/+17
* tg3: fix big endian MAC address collection failureJames Bottomley2009-04-131-2/+7
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-5/+5
* dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang2009-04-071-3/+3
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-04-041-1/+1
|\
| * trivial: Fix misspelling of firmwareNick Andrew2009-03-301-1/+1
* | tg3: Add GRO support.David S. Miller2009-03-291-2/+2
|/
* tg3: Update copyright and versionMatt Carlson2009-02-271-3/+3
* tg3: Add version reporting for hardware selfbootMatt Carlson2009-02-271-0/+18
* tg3: Add DASH firmware version reportingMatt Carlson2009-02-271-0/+31
* tg3: Add legacy bootcode version decodingMatt Carlson2009-02-271-8/+31
* tg3: Refactor firmware version routinesMatt Carlson2009-02-271-43/+55
* tg3: Eliminate tg3_nvram_read_swab()Matt Carlson2009-02-271-27/+25Star