aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-11tg3: Revert PCIe tx glitch fixMatt Carlson1-22/+0
2010-07-11tg3: Report driver version to firmwareMatt Carlson1-1/+3
2010-07-08tg3: 64 bit stats on all archesEric Dumazet1-2/+2
2010-06-06tg3: Add 5719 PCI device and phy IDsMatt Carlson1-1/+3
2010-06-06tg3: Add 5719 ASIC revMatt Carlson1-0/+2
2010-06-06tg3: Use devfn to determine function numberMatt Carlson1-3/+1
2010-06-06tg3: Avoid tx lockups on 5755+ devicesMatt Carlson1-0/+1
2010-06-06tg3: Relocate APE mutex regs for 5717+Matt Carlson1-0/+6
2010-04-13tg3: use the DMA state API instead of the pci equivalentsFUJITA Tomonori1-1/+1
2010-04-13tg3: Unify max pkt size preprocessor constantsMatt Carlson1-1/+0
2010-04-13tg3: Optimize rx double copy testMatt Carlson1-3/+2
2010-04-13tg3: Set card 57765 card reader MRRS to 1024BMatt Carlson1-0/+1
2010-04-13tg3: Disable CLKREQ in L2Matt Carlson1-0/+2
2010-04-06tg3: Whitespace, constant, and comment updatesMatt Carlson1-3/+3
2010-04-06tg3: Fix MII_TG3_DSP_EXP8 offsetMatt Carlson1-1/+1
2010-02-17tg3: Push phylib definitions to phylibMatt Carlson1-11/+3
2010-02-17tg3: Rename tg3 phy ID preprocessor definitionsMatt Carlson1-46/+45
2010-02-17tg3: Reformat SSID to phy ID tableMatt Carlson1-1/+33
2010-02-17tg3: Rename TG3_FLG3_RGMII_STD_IBND_DISABLEMatt Carlson1-2/+2
2010-02-17tg3: Add support for 2 new selfboot formatsMatt Carlson1-0/+4
2010-02-12tg3: Fix AC131 loopback test errors for 5785Matt Carlson1-0/+3
2010-02-12tg3: Turn off multiple DMA reads for 5717Matt Carlson1-0/+1
2010-02-12tg3: Fix 57765 A0 bootcode race conditionMatt Carlson1-0/+1
2010-02-12tg3: Unwedge stuck MSI-X vectorsMatt Carlson1-0/+1
2010-02-12tg3: Give MSI-X vec 1 rx backlog spaceMatt Carlson1-1/+1
2010-01-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+3
2010-01-20tg3: Add 57765 phy ID and enable devices.Matt Carlson1-1/+2
2010-01-20tg3: Add 5717 serdes phy IDMatt Carlson1-2/+4
2010-01-20tg3: Improve internal resource allocationsMatt Carlson1-0/+4
2010-01-20tg3: Enable PLL PD when CLKREQ disabled for 5717A0Matt Carlson1-0/+14
2010-01-13tg3: Update copyright and driver versionMatt Carlson1-0/+1
2010-01-13tg3: Add reliable serdes detection for 5717 A0Matt Carlson1-0/+2
2009-12-03tg3: Add some VPD preprocessor constantsMatt Carlson1-2/+8
2009-12-03tg3: Add 57765 asic revMatt Carlson1-0/+9
2009-12-03tg3: Make TSS enable independent of MSI-X enableMatt Carlson1-0/+1
2009-12-02tg3: remove use of skb_dma_map/unmapAlexander Duyck1-5/+1
2009-11-15tg3: Fix DIDs, Enable 5717 supportMatt Carlson1-4/+3
2009-11-15tg3: Add rx prod ring consolidationMatt Carlson1-0/+3
2009-11-15tg3: Create aliases for rx producer mailbox regsMatt Carlson1-0/+4
2009-11-15tg3: Lay proucer ring handling groundworkMatt Carlson1-1/+1
2009-11-15tg3: rename rx_[std|jmb]_ptrMatt Carlson1-2/+2
2009-11-15tg3: Allow DMAs to cross cacheline boundariesMatt Carlson1-2/+1
2009-11-15tg3: Use tg3_start_xmit_dma_bug for 5717 A0Matt Carlson1-0/+1
2009-11-15tg3: Add new HW_TSO_3 flag for 5717Matt Carlson1-1/+4
2009-11-15tg3: Move TG3_FLG2_PROTECTED_NVRAM to tg3_flags3Matt Carlson1-1/+1
2009-11-15tg3: Add 5717 phy IDMatt Carlson1-1/+2
2009-11-02tg3: Add 50610M phy ID for 5785Matt Carlson1-0/+1
2009-11-02tg3: Add AC131 power down supportMatt Carlson1-0/+3
2009-11-02tg3: Improve 5785 PCIe performanceMatt Carlson1-1/+2
2009-11-02tg3: Prevent a PCIe tx glitchMatt Carlson1-1/+25