aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-2/+5
* tg3: Fix crc errors on jumbo frame receiveNithin Nayak Sujir2013-02-141-21/+33
* tg3: Avoid null pointer dereference in tg3_interrupt in netconsole modeNithin Nayak Sujir2013-02-141-0/+4
* tg3: Apply short DMA frag workaround to 5906Matt Carlson2012-10-211-2/+3
* tg3: Fix TSO CAP for 5704 devs w / ASF enabledMatt Carlson2012-10-131-2/+12
* tg3: Avoid panic from reserved statblk field accessMatt Carlson2012-05-211-2/+16
* tg3: negate USE_PHYLIB flag checkJiri Pirko2011-11-111-1/+1
* tg3: Fix int selftest for recent devices.Matt Carlson2011-10-031-2/+6
* tg3: Add 5719 and 5720 to EEE_CAP listMatt Carlson2011-10-031-1/+3
* tg3: Fix io failures after chip resetMatt Carlson2011-10-031-12/+6
* tg3: Fix tg3_skb_error_unmap()Matt Carlson2011-06-031-1/+1
* Add Fujitsu 1000base-SX PCI ID to tg3Meelis Roos2011-05-251-0/+1
* tg3: Add braces around 5906 workaround.Matt Carlson2011-05-201-1/+3
* tg3: Fix NETIF_F_LOOPBACK errorMatt Carlson2011-05-201-2/+3
* tg3: Update version to 3.119Matt Carlson2011-05-191-2/+2
* tg3: Apply rx_discards fix to 5719/5720Matt Carlson2011-05-191-1/+3
* tg3: Remove excessive parenthesisMatt Carlson2011-05-191-18/+18
* tg3: Consolidate all netdev feature assignmentsMatt Carlson2011-05-191-27/+24
* tg3: Move TSO_CAPABLE assignmentMatt Carlson2011-05-191-15/+16
* tg3: Fix stats for 5704 and later devicesMatt Carlson2011-05-191-2/+5
* tg3: Fix TSO loopback testMatt Carlson2011-05-191-1/+1
* tg3: Consolidate autoneg advertisement setup codeMatt Carlson2011-05-191-118/+99
* tg3: Fix EEE interoperability workaroundMatt Carlson2011-05-191-20/+21
* tg3: Fix IPv6 TCP problems for 5719Matt Carlson2011-05-191-1/+1
* tg3: Fix 57765 B0 data corruptionMatt Carlson2011-05-191-0/+16
* tg3: Cleanup transmit error pathMatt Carlson2011-05-191-60/+38
* tg3: Set tx bug flags for more devicesMatt Carlson2011-05-191-229/+33
* tg3: Allow ethtool to enable/disable loopback.Mahesh Bandewar2011-05-121-2/+67
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-051-2/+6
|\
| * tg3: Fix failure to enable WoL by default when possibleRafael J. Wysocki2011-05-021-2/+6
* | ethtool: cosmetic: Use ethtool ethtool_cmd_speed APIDavid Decotigny2011-04-291-2/+2
* | ethtool: Use full 32 bit speed range in ethtool's set_settingsDavid Decotigny2011-04-291-4/+5
* | tg3: Convert u32 flag,flg2,flg3 uses to bitmapJoe Perches2011-04-281-654/+645
* | tg3: Update version to 3.118Matt Carlson2011-04-261-2/+2
* | tg3: Whitespace cleanupsMatt Carlson2011-04-261-7/+2
* | tg3: Add EEH supportMatt Carlson2011-04-261-0/+147
* | tg3: Add TSO loopback testMatt Carlson2011-04-261-35/+123
* | tg3: Organize loopback test failure flagsMatt Carlson2011-04-261-8/+12
* | tg3: Fix int generation hw bug for 5719 / 5720Matt Carlson2011-04-261-0/+3
* | tg3: Add additional EEE messagingMatt Carlson2011-04-211-2/+9
* | tg3: Add macro for SMDSP togglingMatt Carlson2011-04-211-56/+46
* | tg3: Add write accessor for AUX CTRL phy regMatt Carlson2011-04-211-17/+31
* | tg3: Add read accessor for AUX CTRL phy regMatt Carlson2011-04-211-11/+28
* | tg3: Move phy accessor functions higherMatt Carlson2011-04-211-68/+68
* | tg3: Only allow phy ioctls while netif_runningMatt Carlson2011-04-211-6/+2
* | tg3: Nullify RSS for loopback testMatt Carlson2011-04-211-0/+9
* | tg3: Adjust rx prod ring bd replenish thresholdsMatt Carlson2011-04-211-21/+46
* | tg3: Workaround rx_discards stat bugMatt Carlson2011-04-211-1/+26
* | ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-141-1/+1
* | tg3: Add support for extended VPD blocksMatt Carlson2011-04-131-44/+81