aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-26tg3: convert to SKB paged frag API.Ian Campbell1-4/+2
2011-08-20tg3: Update version to 3.120Matt Carlson1-2/+2
2011-08-20tg3: Add external loopback support to selftestMatt Carlson1-10/+87
2011-08-20tg3: Restructure tg3_test_loopbackMatt Carlson1-40/+40
2011-08-20tg3: Pull phy int lpbk setup into separate funcMatt Carlson1-59/+90
2011-08-20tg3: Consilidate MAC loopback codeMatt Carlson1-40/+51
2011-08-20tg3: Remove dead codeMatt Carlson1-34/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-10broadcom: Move the Broadcom driversJeff Kirsher1-0/+15862