summaryrefslogtreecommitdiff
path: root/drivers/net/tg3.c
AgeCommit message (Expand)Author
2009-04-20tg3: Fix SEEPROM accessesMatt Carlson
2009-04-13tg3: fix big endian MAC address collection failureJames Bottomley
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-03-30trivial: Fix misspelling of firmwareNick Andrew
2009-03-29tg3: Add GRO support.David S. Miller
2009-02-27tg3: Update copyright and versionMatt Carlson
2009-02-27tg3: Add version reporting for hardware selfbootMatt Carlson
2009-02-27tg3: Add DASH firmware version reportingMatt Carlson
2009-02-27tg3: Add legacy bootcode version decodingMatt Carlson
2009-02-27tg3: Refactor firmware version routinesMatt Carlson
2009-02-27tg3: Eliminate tg3_nvram_read_swab()Matt Carlson
2009-02-27tg3: Correct NVRAM stream endian notationsMatt Carlson
2009-02-27tg3: Invert nvram_read() and nvram_read_swab()Matt Carlson
2009-02-27tg3: Eliminate nvram routine forward declarationsMatt Carlson
2009-02-27tg3: Refine tg3_vlan_rx_register()Matt Carlson
2009-02-27tg3: Update ethtool set_settings error checksMatt Carlson
2009-02-27tg3: Drop non-VLAN rx pkts larger than the MTUMatt Carlson
2009-02-27tg3: Fix 5906 link problemsMatt Carlson
2009-02-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-19TG3: &&/|| confusionRoel Kluin
2009-02-15Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2009-02-13TG3: limit reaches -1Roel Kluin
2009-01-21tg3: remove extra castingFrancois Romieu
2009-01-21net: Remove redundant NAPI functionsBen Hutchings
2009-01-20tg3: Fix firmware loadingMatt Carlson
2009-01-05firmware: convert tg3 driver to request_firmware()Jaswinder Singh Rajput
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman
2008-12-22tg3: Update version to 3.97Matt Carlson
2008-12-22tg3: tg3.h cleanupsMatt Carlson
2008-12-22tg3: Remove unused cfgspc device membersMatt Carlson
2008-12-22tg3: Cleanup IPV6 LSOMatt Carlson
2008-12-22tg3: WOL fixesMatt Carlson
2008-12-16net: Refactor full duplex flow control resolutionSteve Glendinning
2008-12-16net: Move flow control definitions to mii.hSteve Glendinning
2008-11-22tg3: Update version to 3.96Matt Carlson
2008-11-22tg3: Add 57780 supportMatt Carlson
2008-11-22tg3: Allow GPHY powerdown on 5761Matt Carlson
2008-11-22tg3: Embrace pci_ioremap_bar()Matt Carlson
2008-11-22tg3: Extract FW ver from alt NVRAM formatsMatt Carlson
2008-11-22tg3: Enable GPHY APD on select devicesMatt Carlson
2008-11-22tg3: Prevent corruption at 10 / 100Mbps w CLKREQMatt Carlson
2008-11-22tg3: Qualify use of tp->pcix_capMatt Carlson
2008-11-22tg3: Use NET_IP_ALIGNMatt Carlson
2008-11-21netdev: add more functions to netdevice opsStephen Hemminger
2008-11-20tg3: convert to net_device_opsStephen Hemminger
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-11-04drivers/net: Kill now superfluous ->last_rx stores.David S. Miller