summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)Author
2012-02-23tg3: Create timer helper functionsMatt Carlson
2012-02-23tg3: Clear RECOVERY_PENDING with reset_task_cancelMatt Carlson
2012-02-23tg3: Remove SPEED_UNKNOWN checksMatt Carlson
2012-02-23tg3: Fix link check in tg3_adjust_linkMatt Carlson
2012-02-22tg3: remove IRQF_SAMPLE_RANDOM flagDavidlohr Bueso
2012-02-13tg3: Update copyrightMatt Carlson
2012-02-13tg3: Use *_UNKNOWN ethtool definitionsMatt Carlson
2012-02-13tg3: Remove unneeded link_config.orig_... membersMatt Carlson
2012-02-13tg3: Remove unused link config codeMatt Carlson
2012-02-13tg3: Consolidate ASIC rev detection codeMatt Carlson
2012-02-13tg3: Reduce UMP event collision windowMatt Carlson
2012-02-13tg3: Fix NVRAM page writes on newer devicesMatt Carlson
2012-02-13tg3: Fix copper autoneg adv checksMatt Carlson
2012-02-13tg3: Fix stats while interface is downMatt Carlson
2012-02-13tg3: Disable new DMA engine for 57766Matt Carlson
2012-02-13tg3: Move transmit comment to a better locationMatt Carlson
2012-02-13tg3: Eliminate unneeded prototypeMatt Carlson
2012-02-13tg3: Relocate tg3_find_peerMatt Carlson
2012-02-13tg3: Move tg3_nvram_write_block functionsMatt Carlson
2012-02-13tg3: Move tg3_set_rx_modeMatt Carlson
2012-02-13tg3: Move tg3_change_mtu to a better locationMatt Carlson
2012-02-13tg3: Relocate tg3_reset_taskMatt Carlson
2012-02-13tg3: Move tg3_restart_hw to a better locationMatt Carlson
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches
2012-01-23tg3: fix ipv6 header length computationEric Dumazet
2012-01-17tg3: Fix single-vector MSI-X codeMatt Carlson
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell
2011-12-19tg3: Make the RSS indir tbl admin configurableMatt Carlson
2011-12-15tg3: Break out RSS indir table init and assignmentMatt Carlson
2011-12-15tg3: Use mii_advertise_flowctrlMatt Carlson
2011-12-15tg3: Add 57766 ASIC rev supportMatt Carlson
2011-12-15tg3: Make the TX BD DMA limit configurableMatt Carlson
2011-12-15tg3: Enable EEE support for capable 10/100 devsMatt Carlson
2011-12-08tg3: Update version to 3.122Matt Carlson
2011-12-08tg3: Return flowctrl config through ethtoolMatt Carlson
2011-12-08tg3: Track LP advertisingMatt Carlson
2011-12-08tg3: Integrate flowctrl check into AN adv checkMatt Carlson
2011-12-08tg3: Save stats across chip resetsMatt Carlson
2011-12-08tg3: Remove ethtool stats member from dev structMatt Carlson
2011-11-29tg3: Support for byte queue limitsTom Herbert
2011-11-28tg3: Scale back code that modifies MRRSMatt Carlson
2011-11-28tg3: Fix TSO CAP for 5704 devs w / ASF enabledMatt Carlson
2011-11-22tg3: Add MDI-X reportingMatt Carlson
2011-11-22tg3: Restrict large prod ring cap devicesMatt Carlson
2011-11-22tg3: Adjust BD replenish thresholdsMatt Carlson
2011-11-22tg3: Make 1000Base-X FC resolution look like 1000TMatt Carlson
2011-11-22tg3: Fix advertisement handlingHiroaki SHIMODA
2011-11-21tg3: switch to build_skb() infrastructureEric Dumazet
2011-11-21net: Change mii to ethtool advertisement function namesMatt Carlson
2011-11-16net: Add ethtool to mii advertisment conversion helpersMatt Carlson