aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/jikos/trivialLinus 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
2009-02-26tg3: Correct NVRAM stream endian notationsMatt Carlson1-26/+29
2009-02-26tg3: Invert nvram_read() and nvram_read_swab()Matt Carlson1-22/+28
2009-02-26tg3: Eliminate nvram routine forward declarationsMatt Carlson1-197/+191
2009-02-26tg3: Refine tg3_vlan_rx_register()Matt Carlson1-4/+7
2009-02-26tg3: Update ethtool set_settings error checksMatt Carlson1-18/+50
2009-02-26tg3: Drop non-VLAN rx pkts larger than the MTUMatt Carlson1-1/+9
2009-02-26tg3: Fix 5906 link problemsMatt Carlson1-1/+2
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+2
2009-02-18TG3: &&/|| confusionRoel Kluin1-2/+2
2009-02-14Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-2/+2
2009-02-12TG3: limit reaches -1Roel Kluin1-2/+2
2009-01-21tg3: remove extra castingFrancois Romieu1-2/+2
2009-01-21net: Remove redundant NAPI functionsBen Hutchings1-7/+7
2009-01-19tg3: Fix firmware loadingMatt Carlson1-31/+50
2009-01-04firmware: convert tg3 driver to request_firmware()Jaswinder Singh Rajput1-698/+94
2008-12-22net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-7/+7
2008-12-21tg3: Update version to 3.97Matt Carlson1-2/+2
2008-12-21tg3: tg3.h cleanupsMatt Carlson1-2/+0
2008-12-21tg3: Remove unused cfgspc device membersMatt Carlson1-17/+6
2008-12-21tg3: Cleanup IPV6 LSOMatt Carlson1-24/+23
2008-12-21tg3: WOL fixesMatt Carlson1-3/+2
2008-12-16net: Refactor full duplex flow control resolutionSteve Glendinning1-23/+1
2008-12-16net: Move flow control definitions to mii.hSteve Glendinning1-25/+25
2008-11-21tg3: Update version to 3.96Matt Carlson1-2/+2
2008-11-21tg3: Add 57780 supportMatt Carlson1-78/+161
2008-11-21tg3: Allow GPHY powerdown on 5761Matt Carlson1-2/+1
2008-11-21tg3: Embrace pci_ioremap_bar()Matt Carlson1-20/+1