summaryrefslogtreecommitdiff
path: root/drivers/net/tg3.c
AgeCommit message (Expand)Author
2011-04-21tg3: Add read accessor for AUX CTRL phy regMatt Carlson
2011-04-21tg3: Move phy accessor functions higherMatt Carlson
2011-04-21tg3: Only allow phy ioctls while netif_runningMatt Carlson
2011-04-21tg3: Nullify RSS for loopback testMatt Carlson
2011-04-21tg3: Adjust rx prod ring bd replenish thresholdsMatt Carlson
2011-04-21tg3: Workaround rx_discards stat bugMatt Carlson
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W
2011-04-13tg3: Add support for extended VPD blocksMatt Carlson
2011-04-13tg3: Add jumbo frame loopback tests to selftestMatt Carlson
2011-04-13tg3: Automatically size stat/test string arraysMatt Carlson
2011-04-13tg3: Dump registers when status block shows errorsMatt Carlson
2011-04-13tg3: Provide full regdump on tx timeoutMatt Carlson
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-07net: tg3: convert to hw_featuresMichał Mirosław
2011-04-06tg3: implement ethtool set_phys_idstephen hemminger
2011-04-06tg3: Support 4mb flash sizes for 5717 and 5719Matt Carlson
2011-04-06tg3: Enable 5720 supportMatt Carlson
2011-04-06tg3: Add 5720 PHY IDMatt Carlson
2011-04-06tg3: Add 5720 H2BMC supportMatt Carlson
2011-04-06tg3: Add 5720 NVRAM decodingMatt Carlson
2011-04-06tg3: Add 5720 ASIC revMatt Carlson
2011-04-06tg3: Reintroduce 5717_PLUSMatt Carlson
2011-04-06tg3: 5717_PLUS => 57765_PLUSMatt Carlson
2011-04-06tg3: Cleanup extended rx ring size codeMatt Carlson
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas
2011-03-27tg3: Fix inline keyword usageJavier Martinez Canillas
2011-03-27tg3: use <linux/io.h> and <linux/uaccess.h> instead <asm/io.h> and <asm/uacce...Javier Martinez Canillas
2011-03-10tg3: Remove 5750 PCI codeMatt Carlson
2011-03-10tg3: Move tg3_init_link_config to tg3_phy_probeMatt Carlson
2011-03-10tg3: Refine VAux decision processMatt Carlson
2011-03-10tg3: cleanup pci device table varsMatt Carlson
2011-03-10tg3: Add code to verify RODATA checksum of VPDMatt Carlson
2011-03-10tg3: Fix NVRAM selftestMatt Carlson
2011-03-10tg3: Add missed 5719 workaround changeMatt Carlson
2011-02-11tg3: Avoid setting power.can_wakeup for devices that cannot wake upRafael J. Wysocki
2011-02-10tg3: Expand 5719 workaroundMatt Carlson
2011-01-25tg3: Update copyrights and update version to 3.117Matt Carlson
2011-01-25tg3: Fix eee preprocessor namingMatt Carlson
2011-01-25tg3: Fix EEE interoperability issueMatt Carlson
2011-01-25tg3: Disable EEE during loopback testsMatt Carlson
2011-01-25tg3: Disable MAC loopback test for CPMU devicesMatt Carlson
2011-01-25tg3: Fix loopback testsMatt Carlson
2011-01-25tg3: Restrict phy ioctl accessMatt Carlson
2011-01-25tg3: Disable multivec mode for 1 MSIX vectorMatt Carlson
2011-01-25tg3: Use new VLAN codeMatt Carlson
2011-01-25tg3: Fix 5719 A0 tx completion bugMatt Carlson
2011-01-25tg3: Revise 5719 internal FIFO overflow solutionMatt Carlson
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-01tg3: fix warningsEric Dumazet