summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)Author
2012-01-18tg3: Fix single-vector MSI-X codeMatt Carlson
2011-12-20net: 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-09tg3: Update version to 3.122Matt Carlson
2011-12-09tg3: Return flowctrl config through ethtoolMatt Carlson
2011-12-09tg3: Track LP advertisingMatt Carlson
2011-12-09tg3: Integrate flowctrl check into AN adv checkMatt Carlson
2011-12-09tg3: Save stats across chip resetsMatt Carlson
2011-12-09tg3: Remove ethtool stats member from dev structMatt Carlson
2011-11-29tg3: Support for byte queue limitsTom Herbert
2011-11-29tg3: Scale back code that modifies MRRSMatt Carlson
2011-11-29tg3: 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
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones
2011-11-04tg3: Update version to 3.121Matt Carlson
2011-11-04tg3: Eliminate timer race with reset_taskMatt Carlson
2011-11-04tg3: Schedule at most one tg3_reset_task runMatt Carlson
2011-11-04tg3: Obtain PCI function number from deviceMatt Carlson
2011-11-04tg3: Fix irq alloc error cleanup pathMatt Carlson
2011-11-04tg3: Fix 4k skb error recovery pathMatt Carlson
2011-11-04tg3: Fix 4k tx bd segmentation codeMatt Carlson
2011-11-04tg3: Fix APE mutex init and useMatt Carlson
2011-10-24|PATCH net-next] tg3: add tx_dropped counterEric Dumazet
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-10-19net: add skb frag size accessorsEric Dumazet
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller
2011-09-15tg3: Code movementMatt Carlson
2011-09-15tg3: Eliminate tg3_halt_cpu() prototypeMatt Carlson
2011-09-15tg3: Eliminate tg3_write_sig_post_reset() prototypeMatt Carlson
2011-09-15tg3: Eliminate tg3_stop_fw() prototypeMatt Carlson
2011-09-15tg3: Add ability to turn off 1shot MSIMatt Carlson
2011-09-15tg3: Remove tp->rx_offset term when unneededMatt Carlson
2011-09-15tg3: Fix missed MSI workaroundMatt Carlson
2011-09-15tg3: Check all adv bits when checking configMatt Carlson
2011-08-26tg3: convert to SKB paged frag API.Ian Campbell