aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-14tg3: Match power source to driver stateMatt Carlson1-8/+16
2011-07-14tg3: Add function status reportingMatt Carlson1-24/+87
2011-07-14tg3: Create critical section around GPIO togglingMatt Carlson1-11/+52
2011-07-14tg3: Determine PCI function number in one placeMatt Carlson1-3/+11
2011-07-14tg3: Check transitions to D0 power stateMatt Carlson1-10/+17
2011-07-14tg3: Move power state transitions to init_oneMatt Carlson1-43/+34
2011-07-14tg3: Detect APE enabled devs earlierMatt Carlson1-21/+31
2011-06-27tg3: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-11/+14
2011-06-19tg3: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-15tg3: Create funcs for power source switchingMatt Carlson1-82/+119
2011-06-15tg3: Migrate phy preprocessor defs to system defsMatt Carlson1-14/+12
2011-06-15tg3: Show flowctrl settings through get_settings()Matt Carlson1-0/+12
2011-06-15tg3: Add more selfboot formats to NVRAM selftestMatt Carlson1-1/+13
2011-06-15tg3: Remove 4G_DMA_BNDRY_BUG flagMatt Carlson1-11/+3
2011-06-15tg3: Remove 40BIT_DMA_LIMIT_BUGMatt Carlson1-6/+2
2011-06-15tg3: Workaround tagged status update bugMatt Carlson1-1/+37
2011-06-13tg3: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-03tg3: Fix tg3_skb_error_unmap()Matt Carlson1-1/+1
2011-05-25Add Fujitsu 1000base-SX PCI ID to tg3Meelis Roos1-0/+1
2011-05-20tg3: Add braces around 5906 workaround.Matt Carlson1-1/+3
2011-05-20tg3: Fix NETIF_F_LOOPBACK errorMatt Carlson1-2/+3
2011-05-19tg3: Update version to 3.119Matt Carlson1-2/+2
2011-05-19tg3: Apply rx_discards fix to 5719/5720Matt Carlson1-1/+3
2011-05-19tg3: Remove excessive parenthesisMatt Carlson1-18/+18
2011-05-19tg3: Consolidate all netdev feature assignmentsMatt Carlson1-27/+24
2011-05-19tg3: Move TSO_CAPABLE assignmentMatt Carlson1-15/+16
2011-05-19tg3: Fix stats for 5704 and later devicesMatt Carlson1-2/+5
2011-05-19tg3: Fix TSO loopback testMatt Carlson1-1/+1
2011-05-19tg3: Consolidate autoneg advertisement setup codeMatt Carlson1-118/+99
2011-05-19tg3: Fix EEE interoperability workaroundMatt Carlson1-20/+21
2011-05-19tg3: Fix IPv6 TCP problems for 5719Matt Carlson1-1/+1
2011-05-19tg3: Fix 57765 B0 data corruptionMatt Carlson1-0/+16
2011-05-19tg3: Cleanup transmit error pathMatt Carlson1-60/+38
2011-05-19tg3: Set tx bug flags for more devicesMatt Carlson1-229/+33
2011-05-12tg3: Allow ethtool to enable/disable loopback.Mahesh Bandewar1-2/+67
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+6
2011-05-02tg3: Fix failure to enable WoL by default when possibleRafael J. Wysocki1-2/+6
2011-04-29ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny1-2/+2
2011-04-29ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny1-4/+5
2011-04-28tg3: Convert u32 flag,flg2,flg3 uses to bitmapJoe Perches1-654/+645
2011-04-26tg3: Update version to 3.118Matt Carlson1-2/+2
2011-04-26tg3: Whitespace cleanupsMatt Carlson1-7/+2
2011-04-26tg3: Add EEH supportMatt Carlson1-0/+147
2011-04-26tg3: Add TSO loopback testMatt Carlson1-35/+123
2011-04-26tg3: Organize loopback test failure flagsMatt Carlson1-8/+12
2011-04-26tg3: Fix int generation hw bug for 5719 / 5720Matt Carlson1-0/+3
2011-04-21tg3: Add additional EEE messagingMatt Carlson1-2/+9
2011-04-21tg3: Add macro for SMDSP togglingMatt Carlson1-56/+46
2011-04-21tg3: Add write accessor for AUX CTRL phy regMatt Carlson1-17/+31