summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/broadcom/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: Remove alloc_etherdev error messagesJoe Perches2012-01-311-1/+0
* tg3: fix ipv6 header length computationEric Dumazet2012-01-231-7/+2
* tg3: Fix single-vector MSI-X codeMatt Carlson2012-01-171-13/+14
* net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-191-4/+4
* tg3: Make the RSS indir tbl admin configurableMatt Carlson2011-12-191-7/+101
* tg3: Break out RSS indir table init and assignmentMatt Carlson2011-12-151-23/+34
* tg3: Use mii_advertise_flowctrlMatt Carlson2011-12-151-19/+3
* tg3: Add 57766 ASIC rev supportMatt Carlson2011-12-151-17/+41
* tg3: Make the TX BD DMA limit configurableMatt Carlson2011-12-151-8/+8
* tg3: Enable EEE support for capable 10/100 devsMatt Carlson2011-12-151-10/+9
* tg3: Update version to 3.122Matt Carlson2011-12-081-2/+2
* tg3: Return flowctrl config through ethtoolMatt Carlson2011-12-081-2/+2
* tg3: Track LP advertisingMatt Carlson2011-12-081-3/+37
* tg3: Integrate flowctrl check into AN adv checkMatt Carlson2011-12-081-56/+25
* tg3: Save stats across chip resetsMatt Carlson2011-12-081-9/+17
* tg3: Remove ethtool stats member from dev structMatt Carlson2011-12-081-7/+7
* tg3: Support for byte queue limitsTom Herbert2011-11-291-0/+8
* tg3: Scale back code that modifies MRRSMatt Carlson2011-11-281-17/+10
* tg3: Fix TSO CAP for 5704 devs w / ASF enabledMatt Carlson2011-11-281-2/+12
* tg3: Add MDI-X reportingMatt Carlson2011-11-221-1/+23
* tg3: Restrict large prod ring cap devicesMatt Carlson2011-11-221-5/+4
* tg3: Adjust BD replenish thresholdsMatt Carlson2011-11-221-5/+3
* tg3: Make 1000Base-X FC resolution look like 1000TMatt Carlson2011-11-221-12/+6
* tg3: Fix advertisement handlingHiroaki SHIMODA2011-11-221-4/+3
* tg3: switch to build_skb() infrastructureEric Dumazet2011-11-211-54/+61
* net: Change mii to ethtool advertisement function namesMatt Carlson2011-11-211-5/+5
* net: Add ethtool to mii advertisment conversion helpersMatt Carlson2011-11-161-40/+13
* 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