summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-031-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-261-3/+3
* tg3: Add version reporting for hardware selfbootMatt Carlson2009-02-261-0/+18
* tg3: Add DASH firmware version reportingMatt Carlson2009-02-261-0/+31
* tg3: Add legacy bootcode version decodingMatt Carlson2009-02-261-8/+31
* tg3: Refactor firmware version routinesMatt Carlson2009-02-261-43/+55
* tg3: Eliminate tg3_nvram_read_swab()Matt Carlson2009-02-261-27/+25
* tg3: Correct NVRAM stream endian notationsMatt Carlson2009-02-261-26/+29
* tg3: Invert nvram_read() and nvram_read_swab()Matt Carlson2009-02-261-22/+28
* tg3: Eliminate nvram routine forward declarationsMatt Carlson2009-02-261-197/+191
* tg3: Refine tg3_vlan_rx_register()Matt Carlson2009-02-261-4/+7
* tg3: Update ethtool set_settings error checksMatt Carlson2009-02-261-18/+50
* tg3: Drop non-VLAN rx pkts larger than the MTUMatt Carlson2009-02-261-1/+9
* tg3: Fix 5906 link problemsMatt Carlson2009-02-261-1/+2
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-241-2/+2
|\
| * TG3: &&/|| confusionRoel Kluin2009-02-181-2/+2
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-02-141-2/+2
|\|
| * TG3: limit reaches -1Roel Kluin2009-02-121-2/+2
* | tg3: remove extra castingFrancois Romieu2009-01-211-2/+2
* | net: Remove redundant NAPI functionsBen Hutchings2009-01-211-7/+7
|/
* tg3: Fix firmware loadingMatt Carlson2009-01-191-31/+50
* firmware: convert tg3 driver to request_firmware()Jaswinder Singh Rajput2009-01-041-698/+94
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-7/+7
* tg3: Update version to 3.97Matt Carlson2008-12-211-2/+2
* tg3: tg3.h cleanupsMatt Carlson2008-12-211-2/+0
* tg3: Remove unused cfgspc device membersMatt Carlson2008-12-211-17/+6
* tg3: Cleanup IPV6 LSOMatt Carlson2008-12-211-24/+23
* tg3: WOL fixesMatt Carlson2008-12-211-3/+2
* net: Refactor full duplex flow control resolutionSteve Glendinning2008-12-161-23/+1
* net: Move flow control definitions to mii.hSteve Glendinning2008-12-161-25/+25
* tg3: Update version to 3.96Matt Carlson2008-11-211-2/+2
* tg3: Add 57780 supportMatt Carlson2008-11-211-78/+161
* tg3: Allow GPHY powerdown on 5761Matt Carlson2008-11-211-2/+1
* tg3: Embrace pci_ioremap_bar()Matt Carlson2008-11-211-20/+1
* tg3: Extract FW ver from alt NVRAM formatsMatt Carlson2008-11-211-1/+50
* tg3: Enable GPHY APD on select devicesMatt Carlson2008-11-211-6/+46