aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-06tg3: Support 4mb flash sizes for 5717 and 5719Matt Carlson1-1/+5
2011-04-06tg3: Enable 5720 supportMatt Carlson1-0/+1
2011-04-06tg3: Add 5720 PHY IDMatt Carlson1-0/+1
2011-04-06tg3: Add 5720 H2BMC supportMatt Carlson1-15/+44
2011-04-06tg3: Add 5720 NVRAM decodingMatt Carlson1-1/+116
2011-04-06tg3: Add 5720 ASIC revMatt Carlson1-8/+22
2011-04-06tg3: Reintroduce 5717_PLUSMatt Carlson1-24/+16
2011-04-06tg3: 5717_PLUS => 57765_PLUSMatt Carlson1-21/+21
2011-04-06tg3: Cleanup extended rx ring size codeMatt Carlson1-18/+19
2011-03-30drivers/net: Remove IRQF_SAMPLE_RANDOM flag from network driversJavier Martinez Canillas1-2/+2
2011-03-27tg3: Fix inline keyword usageJavier Martinez Canillas1-1/+1
2011-03-27tg3: use <linux/io.h> and <linux/uaccess.h> instead <asm/io.h> and <asm/uaccess.h>Javier Martinez Canillas1-2/+2
2011-03-10tg3: Remove 5750 PCI codeMatt Carlson1-10/+5
2011-03-10tg3: Move tg3_init_link_config to tg3_phy_probeMatt Carlson1-34/+35
2011-03-10tg3: Refine VAux decision processMatt Carlson1-20/+21
2011-03-10tg3: cleanup pci device table varsMatt Carlson1-4/+4
2011-03-10tg3: Add code to verify RODATA checksum of VPDMatt Carlson1-0/+35
2011-03-10tg3: Fix NVRAM selftestMatt Carlson1-2/+4
2011-03-10tg3: Add missed 5719 workaround changeMatt Carlson1-1/+1
2011-02-11tg3: Avoid setting power.can_wakeup for devices that cannot wake upRafael J. Wysocki1-2/+4
2011-02-10tg3: Expand 5719 workaroundMatt Carlson1-2/+2
2011-01-25tg3: Update copyrights and update version to 3.117Matt Carlson1-3/+3
2011-01-25tg3: Fix eee preprocessor namingMatt Carlson1-1/+1
2011-01-25tg3: Fix EEE interoperability issueMatt Carlson1-7/+35
2011-01-25tg3: Disable EEE during loopback testsMatt Carlson1-5/+15
2011-01-25tg3: Disable MAC loopback test for CPMU devicesMatt Carlson1-2/+4
2011-01-25tg3: Fix loopback testsMatt Carlson1-3/+12
2011-01-25tg3: Restrict phy ioctl accessMatt Carlson1-2/+6
2011-01-25tg3: Disable multivec mode for 1 MSIX vectorMatt Carlson1-2/+4
2011-01-25tg3: Use new VLAN codeMatt Carlson1-85/+10
2011-01-25tg3: Fix 5719 A0 tx completion bugMatt Carlson1-4/+8
2011-01-25tg3: Revise 5719 internal FIFO overflow solutionMatt Carlson1-38/+8
2011-01-04Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-01-01tg3: fix warningsEric Dumazet1-1/+9
2010-12-31tg3: fix return value check in tg3_read_vpd()David Sterba1-1/+1
2010-12-31tg3: Do not use legacy PCI power managementRafael J. Wysocki1-58/+43
2010-12-21tg3: Use DEFINE_PCI_DEVICE_TABLEJoe Perches1-14/+12
2010-12-12drivers/net: don't use flush_scheduled_work()Tejun Heo1-2/+2
2010-12-06tg3: Update version to 3.116Matt Carlson1-2/+2
2010-12-06tg3: Relax EEE thresholdsMatt Carlson1-5/+20
2010-12-06tg3: Minor EEE code tweaksMatt Carlson1-7/+10
2010-12-06tg3: Fix 57765 EEE supportMatt Carlson1-16/+16
2010-12-06tg3: Move EEE definitions into mdio.hMatt Carlson1-8/+8
2010-12-06tg3: Raise the jumbo frame BD flag thresholdMatt Carlson1-2/+2
2010-11-24tg3: Enable phy APD for 5717 and later asic revsMatt Carlson1-2/+3
2010-11-24tg3: use dma_alloc_coherent() instead of pci_alloc_consistent()Matt Carlson1-32/+41
2010-11-24tg3: Reenable TSS for 5719Matt Carlson1-1/+7
2010-11-24tg3: Enable mult rd DMA engine on 5719Matt Carlson1-2/+1
2010-11-24tg3: Fix 5719 internal FIFO overflow problemMatt Carlson1-3/+41
2010-11-24tg3: Always turn on APE features in mac_mode regMatt Carlson1-19/+18