summaryrefslogtreecommitdiff
path: root/drivers/net/tg3.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-29tg3: Add new 5785 10/100 only device IDMatt Carlson1-1/+2
2009-08-29tg3: Delay mdio bus init until fw finishesMatt Carlson1-2/+2
2009-08-26tg3: Update version to 3.100Matt Carlson1-2/+2
2009-08-26tg3: Convert code to use PHY_IS_FETMatt Carlson1-27/+46
2009-08-26tg3: Create MII_TG3_FET namespaceMatt Carlson1-17/+21
2009-08-26tg3: Tune 5785 clock switchingMatt Carlson1-5/+10
2009-08-26tg3: Add 57788, remove 57720Matt Carlson1-1/+4
2009-08-26tg3: Preserve PCIe MPS setting for new devsMatt Carlson1-3/+15
2009-08-26tg3: Fix TSO test against wrong flags varMatt Carlson1-1/+1
2009-08-26tg3: Prevent tx BD corruptionMatt Carlson1-0/+28
2009-08-26tg3: Fix 57780 asic rev PCIe link receiver errorsMatt Carlson1-0/+5
2009-06-08net: skb_shared_info optimizationEric Dumazet1-5/+5
2009-05-29net: dont update dev->trans_startEric Dumazet1-6/+2
2009-04-21tg3: Update version to 3.99Matt Carlson1-2/+2
2009-04-21tg3: Restore LAA sooner in shutdown sequenceMatt Carlson1-2/+2
2009-04-21tg3: Limit CLKREQ fix to A[01] of 57780 asic revMatt Carlson1-1/+2
2009-04-21tg3: Allow 5761 WOL and LED fixes to 5761S tooMatt Carlson1-2/+4
2009-04-21tg3: Prevent send BD corruptionMatt Carlson1-0/+7
2009-04-21tg3: Handle NVRAM absent casesMatt Carlson1-4/+32
2009-04-21tg3: Allow screaming interrupt detectionMatt Carlson1-12/+17
2009-04-20tg3: Fix SEEPROM accessesMatt Carlson1-9/+17
2009-04-13tg3: fix big endian MAC address collection failureJames Bottomley1-2/+7
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-5/+5
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang1-3/+3
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2009-03-30trivial: Fix misspelling of firmwareNick Andrew1-1/+1
2009-03-29tg3: Add GRO support.David S. Miller1-2/+2
2009-02-26tg3: Update copyright and versionMatt Carlson1-3/+3
2009-02-26tg3: Add version reporting for hardware selfbootMatt Carlson1-0/+18
2009-02-26tg3: Add DASH firmware version reportingMatt Carlson1-0/+31
2009-02-26tg3: Add legacy bootcode version decodingMatt Carlson1-8/+31
2009-02-26tg3: Refactor firmware version routinesMatt Carlson1-43/+55
2009-02-26tg3: Eliminate tg3_nvram_read_swab()Matt Carlson1-27/+25