Age | Commit message (Expand) | Author | Files | Lines |
2016-01-07 | mdio: Move allocation of interrupts into core | Andrew Lunn | 1 | -1/+0 |
2014-09-03 | tg3: prevent ifup/ifdown during PCI error recovery | Ivan Vecera | 1 | -0/+1 |
2014-05-14 | tg3: Update copyright and version to 3.137 | Michael Chan | 1 | -1/+1 |
2014-03-01 | tg3: Don't check undefined error bits in RXBD | Michael Chan | 1 | -1/+5 |
2014-01-04 | tg3: Poll cpmu link state on APE + ASF enabled devices | Nithin Sujir | 1 | -0/+2 |
2014-01-04 | tg3: Set the MAC clock to the fastest speed during boot code load | Nithin Sujir | 1 | -0/+3 |
2013-12-07 | tg3: Fix bit definition for the nvram Auto Power Down setting | Nithin Sujir | 1 | -1/+1 |
2013-12-07 | tg3: Add flag to disable 1G Half Duplex advertisement | Nithin Sujir | 1 | -0/+4 |
2013-09-21 | tg3: Add support for new 577xx device ids | Nithin Sujir | 1 | -0/+3 |
2013-09-14 | tg3: Use pci_dev pm_cap | Jon Mason | 1 | -1/+0 |
2013-07-30 | tg3: Fix UDP fragments treated as RMCP | Nithin Sujir | 1 | -0/+1 |
2013-07-30 | tg3: Enable support for timesync gpio output | Nithin Sujir | 1 | -1/+10 |
2013-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+3 |
2013-06-05 | tg3: Add read dma workaround for 5720 | Nithin Sujir | 1 | -2/+3 |
2013-05-20 | tg3: Implement set/get_eee handlers | Nithin Sujir | 1 | -0/+1 |
2013-05-20 | tg3: Add ethtool_eee struct and tg3_setup_eee() | Nithin Sujir | 1 | -0/+1 |
2013-04-09 | tg3: Pull the phy advertised speed and flow control settings on driver load | Nithin Sujir | 1 | -0/+1 |
2013-04-09 | tg3: Add support for link flap avoidance | Nithin Sujir | 1 | -0/+4 |
2013-04-09 | tg3: Add SGMII phy support for 5719/5718 serdes | Michael Chan | 1 | -0/+7 |
2013-03-08 | tg3: Download 57766 EEE service patch firmware | Nithin Sujir | 1 | -0/+6 |
2013-03-08 | tg3: Cleanup firmware parsing code | Nithin Sujir | 1 | -0/+7 |
2013-03-08 | tg3: Add new FW_TSO flag | Matt Carlson | 1 | -2/+3 |
2013-02-18 | tg3: Use different macros for pci_chip_rev_id accesses | Joe Perches | 1 | -3/+15 |
2013-02-18 | tg3: Remove define and single use of GET_CHIP_REV_ID | Joe Perches | 1 | -3/+1 |
2013-02-15 | tg3: Add 57766 device support. | Matt Carlson | 1 | -0/+2 |
2013-02-08 | tg3: add support for Ethernet core in bcm4785 | Hauke Mehrtens | 1 | -0/+5 |
2013-01-07 | tg3: Remove IS_ENABLED(CONFIG_HWMON) check | Nithin Nayak Sujir | 1 | -3/+1 |
2013-01-07 | tg3: Add NVRAM support for 5762 | Michael Chan | 1 | -0/+15 |
2013-01-07 | tg3: Add support for new 5762 ASIC | Michael Chan | 1 | -1/+14 |
2013-01-05 | ethernet/broadcom/tg3: Fix sparse warning: constant 0x7fffffffffffffff is so ... | Peter Hüwe | 1 | -1/+1 |
2012-12-04 | tg3: PTP - Add header definitions, initialization and hw access functions. | Matt Carlson | 1 | -3/+57 |
2012-11-15 | tg3: Prevent spurious tx timeout by setting carrier off before tx disable. | Nithin Nayak Sujir | 1 | -0/+1 |
2012-11-15 | tg3: Set 10_100_ONLY flag for additional 10/100 Mbps devices | Nithin Nayak Sujir | 1 | -0/+5 |
2012-11-07 | tg3: Support 5717 C0 | Michael Chan | 1 | -0/+2 |
2012-09-30 | tg3: Add support for ethtool -L|-l to get/set the number of rings. | Michael Chan | 1 | -0/+2 |
2012-09-30 | tg3: Allow number of rx and tx rings to be set independently. | Michael Chan | 1 | -1/+4 |
2012-09-30 | tg3: Introduce separate functions to allocate/free RX/TX rings. | Michael Chan | 1 | -0/+2 |
2012-07-30 | tg3: Add New 5719 Read DMA workaround | Michael Chan | 1 | -1/+6 |
2012-07-30 | tg3: Request APE_LOCK_PHY before PHY access | Michael Chan | 1 | -0/+1 |
2012-07-17 | tg3: Add hwmon support for temperature | Michael Chan | 1 | -0/+38 |
2012-07-17 | tg3: Add APE scratchpad read function | Matt Carlson | 1 | -2/+7 |
2012-03-22 | tg3: Fix RSS ring refill race condition | Michael Chan | 1 | -0/+1 |
2012-02-23 | tg3: Fix link check in tg3_adjust_link | Matt Carlson | 1 | -0/+1 |
2012-02-14 | tg3: Update copyright | Matt Carlson | 1 | -1/+1 |
2012-02-14 | tg3: Use *_UNKNOWN ethtool definitions | Matt Carlson | 1 | -3/+0 |
2012-02-14 | tg3: Remove unneeded link_config.orig_... members | Matt Carlson | 1 | -8/+0 |
2011-12-15 | tg3: Break out RSS indir table init and assignment | Matt Carlson | 1 | -0/+3 |
2011-12-15 | tg3: Add 57766 ASIC rev support | Matt Carlson | 1 | -10/+17 |
2011-12-15 | tg3: Make the TX BD DMA limit configurable | Matt Carlson | 1 | -0/+1 |
2011-12-09 | tg3: Track LP advertising | Matt Carlson | 1 | -0/+1 |