summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* net: introduce and use netdev_features_t for device features setsMichał Mirosław2011-11-161-5/+6
* sweep the floors and convert some .get_drvinfo routines to strlcpyRick Jones2011-11-081-4/+4
* tg3: Update version to 3.121Matt Carlson2011-11-041-2/+2
* tg3: Eliminate timer race with reset_taskMatt Carlson2011-11-041-12/+2
* tg3: Schedule at most one tg3_reset_task runMatt Carlson2011-11-041-9/+24
* tg3: Obtain PCI function number from deviceMatt Carlson2011-11-041-6/+24
* tg3: Fix irq alloc error cleanup pathMatt Carlson2011-11-041-5/+4
* tg3: Fix 4k skb error recovery pathMatt Carlson2011-11-041-8/+8
* tg3: Fix 4k tx bd segmentation codeMatt Carlson2011-11-041-23/+24
* tg3: Fix APE mutex init and useMatt Carlson2011-11-041-21/+23
* |PATCH net-next] tg3: add tx_dropped counterEric Dumazet2011-10-241-12/+11
* Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-10-241-5/+5
* net: add skb frag size accessorsEric Dumazet2011-10-191-4/+4
* net: Remove unnecessary driver assignments of ethtool_ringparam fields to zeroRick Jones2011-10-071-2/+0
* net: use DMA_x_DEVICE and dma_mapping_error with skb_frag_dma_mapIan Campbell2011-10-061-2/+2
* Merge branch 'master' of github.com:davem330/netDavid S. Miller2011-09-221-2/+0
* tg3: Code movementMatt Carlson2011-09-151-8/+9
* tg3: Eliminate tg3_halt_cpu() prototypeMatt Carlson2011-09-151-221/+222
* tg3: Eliminate tg3_write_sig_post_reset() prototypeMatt Carlson2011-09-151-230/+228
* tg3: Eliminate tg3_stop_fw() prototypeMatt Carlson2011-09-151-18/+16
* tg3: Add ability to turn off 1shot MSIMatt Carlson2011-09-151-2/+6
* tg3: Remove tp->rx_offset term when unneededMatt Carlson2011-09-151-2/+8
* tg3: Fix missed MSI workaroundMatt Carlson2011-09-151-3/+2
* tg3: Check all adv bits when checking configMatt Carlson2011-09-151-2/+4
* tg3: convert to SKB paged frag API.Ian Campbell2011-08-261-4/+2
* tg3: Update version to 3.120Matt Carlson2011-08-201-2/+2
* tg3: Add external loopback support to selftestMatt Carlson2011-08-201-10/+87
* tg3: Restructure tg3_test_loopbackMatt Carlson2011-08-201-40/+40
* tg3: Pull phy int lpbk setup into separate funcMatt Carlson2011-08-201-59/+90
* tg3: Consilidate MAC loopback codeMatt Carlson2011-08-201-40/+51
* tg3: Remove dead codeMatt Carlson2011-08-201-34/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
* broadcom: Move the Broadcom driversJeff Kirsher2011-08-101-0/+15862