summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-05tg3: Update version to 3.121Matt Carlson1-2/+2
2011-11-05tg3: Eliminate timer race with reset_taskMatt Carlson1-12/+2
2011-11-05tg3: Schedule at most one tg3_reset_task runMatt Carlson1-9/+24
2011-11-05tg3: Obtain PCI function number from deviceMatt Carlson1-6/+24
2011-11-05tg3: Fix irq alloc error cleanup pathMatt Carlson1-5/+4
2011-11-05tg3: Fix 4k skb error recovery pathMatt Carlson1-8/+8
2011-11-05tg3: Fix 4k tx bd segmentation codeMatt Carlson1-23/+24
2011-11-05tg3: Fix APE mutex init and useMatt Carlson1-21/+23
2011-10-25|PATCH net-next] tg3: add tx_dropped counterEric Dumazet1-12/+11
2011-10-25Merge 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-08net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones1-2/+0
2011-10-07net: 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-18net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-08-11broadcom: Move the Broadcom driversJeff Kirsher1-0/+15862