aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-10broadcom: Move the Broadcom driversJeff Kirsher1-3183/+0
2011-07-27tg3: Break larger frags into 4k chunks for 5719Matt Carlson1-0/+1
2011-07-27tg3: Add partial fragment unmapping codeMatt Carlson1-0/+1
2011-07-27tg3: Reintroduce tg3_tx_ring_infoMatt Carlson1-1/+6
2011-07-21tg3: Fix link flap at 100Mbps with EEE enabledMatt Carlson1-1/+1
2011-07-14tg3: Add function status reportingMatt Carlson1-0/+4
2011-07-14tg3: Create critical section around GPIO togglingMatt Carlson1-0/+1
2011-07-14tg3: Determine PCI function number in one placeMatt Carlson1-0/+1
2011-06-27tg3: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-4/+1
2011-06-15tg3: Migrate phy preprocessor defs to system defsMatt Carlson1-8/+0
2011-06-15tg3: Fix EEE debounce timer valuesMatt Carlson1-2/+2
2011-06-15tg3: Remove 4G_DMA_BNDRY_BUG flagMatt Carlson1-1/+0
2011-06-15tg3: Remove 40BIT_DMA_LIMIT_BUGMatt Carlson1-1/+0
2011-06-15tg3: Workaround tagged status update bugMatt Carlson1-0/+3
2011-05-19tg3: Fix stats for 5704 and later devicesMatt Carlson1-2/+8
2011-05-19tg3: Fix EEE interoperability workaroundMatt Carlson1-1/+1
2011-05-19tg3: Fix 57765 B0 data corruptionMatt Carlson1-0/+4
2011-04-28tg3: Convert u32 flag,flg2,flg3 uses to bitmapJoe Perches1-85/+83
2011-04-26tg3: Fix int generation hw bug for 5719 / 5720Matt Carlson1-0/+1
2011-04-21tg3: Add write accessor for AUX CTRL phy regMatt Carlson1-0/+4
2011-04-21tg3: Add read accessor for AUX CTRL phy regMatt Carlson1-7/+10
2011-04-21tg3: Adjust rx prod ring bd replenish thresholdsMatt Carlson1-2/+7
2011-04-21tg3: Workaround rx_discards stat bugMatt Carlson1-0/+2
2011-04-13tg3: Add support for extended VPD blocksMatt Carlson1-0/+2
2011-04-13tg3: Dump registers when status block shows errorsMatt Carlson1-0/+3
2011-04-13tg3: Provide full regdump on tx timeoutMatt Carlson1-0/+2
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+2
2011-04-07net: tg3: convert to hw_featuresMichał Mirosław1-2/+0
2011-04-06tg3: Add 5720 PHY IDMatt Carlson1-0/+1
2011-04-06tg3: Add 5720 H2BMC supportMatt Carlson1-0/+9
2011-04-06tg3: Add 5720 NVRAM decodingMatt Carlson1-0/+36
2011-04-06tg3: Add 5720 ASIC revMatt Carlson1-0/+5
2011-04-06tg3: Reintroduce 5717_PLUSMatt Carlson1-0/+1
2011-04-06tg3: 5717_PLUS => 57765_PLUSMatt Carlson1-1/+1
2011-04-06tg3: Cleanup extended rx ring size codeMatt Carlson1-3/+8
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-25tg3: Update copyrights and update version to 3.117Matt Carlson1-1/+1
2011-01-25tg3: Fix eee preprocessor namingMatt Carlson1-1/+1
2011-01-25tg3: Fix EEE interoperability issueMatt Carlson1-0/+4
2011-01-25tg3: Use new VLAN codeMatt Carlson1-3/+0
2011-01-25tg3: Fix 5719 A0 tx completion bugMatt Carlson1-0/+1
2011-01-25tg3: Revise 5719 internal FIFO overflow solutionMatt Carlson1-0/+4
2010-12-06tg3: Relax EEE thresholdsMatt Carlson1-7/+13
2010-12-06tg3: Move EEE definitions into mdio.hMatt Carlson1-3/+0
2010-11-24tg3: Remove tg3_config_info definitionMatt Carlson1-4/+0
2010-11-24tg3: Reorg tg3_napi membersMatt Carlson1-6/+6
2010-11-24tg3: Fix 5719 internal FIFO overflow problemMatt Carlson1-0/+1
2010-11-24tg3: Assign correct tx margin for 5719Matt Carlson1-0/+2
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-10-17tg3: Add EEE supportMatt Carlson1-1/+32