summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-23tg3: Fix link check in tg3_adjust_linkMatt Carlson1-2/+4
2012-02-22tg3: remove IRQF_SAMPLE_RANDOM flagDavidlohr Bueso1-1/+1
2012-02-14tg3: Update copyrightMatt Carlson1-1/+1
2012-02-14tg3: Use *_UNKNOWN ethtool definitionsMatt Carlson1-20/+20
2012-02-14tg3: Remove unneeded link_config.orig_... membersMatt Carlson1-27/+12
2012-02-14tg3: Remove unused link config codeMatt Carlson1-5/+1
2012-02-14tg3: Consolidate ASIC rev detection codeMatt Carlson1-80/+79
2012-02-14tg3: Reduce UMP event collision windowMatt Carlson1-16/+26
2012-02-14tg3: Fix NVRAM page writes on newer devicesMatt Carlson1-2/+5
2012-02-14tg3: Fix copper autoneg adv checksMatt Carlson1-1/+10
2012-02-14tg3: Fix stats while interface is downMatt Carlson1-4/+4
2012-02-14tg3: Disable new DMA engine for 57766Matt Carlson1-5/+0
2012-02-14tg3: Move transmit comment to a better locationMatt Carlson1-1/+3
2012-02-14tg3: Eliminate unneeded prototypeMatt Carlson1-3/+2
2012-02-14tg3: Relocate tg3_find_peerMatt Carlson1-30/+28
2012-02-14tg3: Move tg3_nvram_write_block functionsMatt Carlson1-250/+250
2012-02-14tg3: Move tg3_set_rx_modeMatt Carlson1-100/+99
2012-02-14tg3: Move tg3_change_mtu to a better locationMatt Carlson1-81/+78
2012-02-14tg3: Relocate tg3_reset_taskMatt Carlson1-47/+45
2012-02-14tg3: Move tg3_restart_hw to a better locationMatt Carlson1-27/+29
2012-02-01drivers/net: Remove alloc_etherdev error messagesJoe Perches1-1/+0
2012-01-23tg3: fix ipv6 header length computationEric Dumazet1-7/+2
2012-01-18tg3: Fix single-vector MSI-X codeMatt Carlson1-13/+14
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell1-4/+4
2011-12-20tg3: Make the RSS indir tbl admin configurableMatt Carlson1-7/+101
2011-12-15tg3: Break out RSS indir table init and assignmentMatt Carlson1-23/+34
2011-12-15tg3: Use mii_advertise_flowctrlMatt Carlson1-19/+3
2011-12-15tg3: Add 57766 ASIC rev supportMatt Carlson1-17/+41
2011-12-15tg3: Make the TX BD DMA limit configurableMatt Carlson1-8/+8
2011-12-15tg3: Enable EEE support for capable 10/100 devsMatt Carlson1-10/+9
2011-12-09tg3: Update version to 3.122Matt Carlson1-2/+2
2011-12-09tg3: Return flowctrl config through ethtoolMatt Carlson1-2/+2
2011-12-09tg3: Track LP advertisingMatt Carlson1-3/+37
2011-12-09tg3: Integrate flowctrl check into AN adv checkMatt Carlson1-56/+25
2011-12-09tg3: Save stats across chip resetsMatt Carlson1-9/+17
2011-12-09tg3: Remove ethtool stats member from dev structMatt Carlson1-7/+7
2011-11-29tg3: Support for byte queue limitsTom Herbert1-0/+8
2011-11-29tg3: Scale back code that modifies MRRSMatt Carlson1-17/+10
2011-11-29tg3: Fix TSO CAP for 5704 devs w / ASF enabledMatt Carlson1-2/+12
2011-11-23tg3: Add MDI-X reportingMatt Carlson1-1/+23
2011-11-23tg3: Restrict large prod ring cap devicesMatt Carlson1-5/+4
2011-11-23tg3: Adjust BD replenish thresholdsMatt Carlson1-5/+3
2011-11-23tg3: Make 1000Base-X FC resolution look like 1000TMatt Carlson1-12/+6
2011-11-23tg3: Fix advertisement handlingHiroaki SHIMODA1-4/+3
2011-11-22tg3: switch to build_skb() infrastructureEric Dumazet1-54/+61
2011-11-22net: Change mii to ethtool advertisement function namesMatt Carlson1-5/+5
2011-11-17net: Add ethtool to mii advertisment conversion helpersMatt Carlson1-40/+13
2011-11-17net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+6
2011-11-09sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-4/+4
2011-11-05tg3: Update version to 3.121Matt Carlson1-2/+2