aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-23tg3: fix ipv6 header length computationEric Dumazet1-7/+2
2012-01-17tg3: Fix single-vector MSI-X codeMatt Carlson1-13/+14
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-4/+4
2011-12-19tg3: 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-08tg3: Update version to 3.122Matt Carlson1-2/+2
2011-12-08tg3: Return flowctrl config through ethtoolMatt Carlson1-2/+2
2011-12-08tg3: Track LP advertisingMatt Carlson1-3/+37
2011-12-08tg3: Integrate flowctrl check into AN adv checkMatt Carlson1-56/+25
2011-12-08tg3: Save stats across chip resetsMatt Carlson1-9/+17
2011-12-08tg3: Remove ethtool stats member from dev structMatt Carlson1-7/+7
2011-11-29tg3: Support for byte queue limitsTom Herbert1-0/+8
2011-11-28tg3: Scale back code that modifies MRRSMatt Carlson1-17/+10
2011-11-28tg3: Fix TSO CAP for 5704 devs w / ASF enabledMatt Carlson1-2/+12
2011-11-22tg3: Add MDI-X reportingMatt Carlson1-1/+23
2011-11-22tg3: Restrict large prod ring cap devicesMatt Carlson1-5/+4
2011-11-22tg3: Adjust BD replenish thresholdsMatt Carlson1-5/+3
2011-11-22tg3: Make 1000Base-X FC resolution look like 1000TMatt Carlson1-12/+6
2011-11-22tg3: Fix advertisement handlingHiroaki SHIMODA1-4/+3
2011-11-21tg3: switch to build_skb() infrastructureEric Dumazet1-54/+61
2011-11-21net: Change mii to ethtool advertisement function namesMatt Carlson1-5/+5
2011-11-16net: Add ethtool to mii advertisment conversion helpersMatt Carlson1-40/+13
2011-11-16net: introduce and use netdev_features_t for device features setsMichał Mirosław1-5/+6
2011-11-08sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones1-4/+4
2011-11-04tg3: Update version to 3.121Matt Carlson1-2/+2
2011-11-04tg3: Eliminate timer race with reset_taskMatt Carlson1-12/+2
2011-11-04tg3: Schedule at most one tg3_reset_task runMatt Carlson1-9/+24
2011-11-04tg3: Obtain PCI function number from deviceMatt Carlson1-6/+24
2011-11-04tg3: Fix irq alloc error cleanup pathMatt Carlson1-5/+4
2011-11-04tg3: Fix 4k skb error recovery pathMatt Carlson1-8/+8
2011-11-04tg3: Fix 4k tx bd segmentation codeMatt Carlson1-23/+24
2011-11-04tg3: Fix APE mutex init and useMatt Carlson1-21/+23
2011-10-24|PATCH net-next] tg3: add tx_dropped counterEric Dumazet1-12/+11
2011-10-24Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+5
2011-10-19net: add skb frag size accessorsEric Dumazet1-4/+4
2011-10-07net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-2/+0
2011-10-06net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell1-2/+2
2011-09-22Merge branch 'master' of github.com:davem330/netDavid S. Miller1-2/+0
2011-09-15tg3: Code movementMatt Carlson1-8/+9
2011-09-15tg3: Eliminate tg3_halt_cpu() prototypeMatt Carlson1-221/+222
2011-09-15tg3: Eliminate tg3_write_sig_post_reset() prototypeMatt Carlson1-230/+228
2011-09-15tg3: Eliminate tg3_stop_fw() prototypeMatt Carlson1-18/+16
2011-09-15tg3: Add ability to turn off 1shot MSIMatt Carlson1-2/+6
2011-09-15tg3: Remove tp->rx_offset term when unneededMatt Carlson1-2/+8
2011-09-15tg3: Fix missed MSI workaroundMatt Carlson1-3/+2
2011-09-15tg3: Check all adv bits when checking configMatt Carlson1-2/+4