aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-06-09tg3: Update version to 3.92.1Matt Carlson1-2/+2
2008-06-09tg3: Fix 5761 WOLMatt Carlson1-0/+24
2008-06-09tg3: Fix a flags typoMatt Carlson1-1/+1
2008-06-09tg3: Fix 5714S / 5715S / 5780S link failuresMatt Carlson1-2/+1
2008-05-02tg3: Update version to 3.92Matt Carlson1-2/+2
2008-05-02tg3: Add link state reporting to UMP firmwareMatt Carlson1-10/+75
2008-05-02tg3: Fix ethtool loopback test for 5761 BX devicesMatt Carlson1-8/+3
2008-05-02tg3: Fix 5761 NVRAM sizesMatt Carlson1-11/+20
2008-05-02tg3: Use constant 500KHz MI clock on adapters with a CPMUMatt Carlson1-5/+13
2008-04-29Remove duplicated unlikely() in IS_ERR()Hirofumi Nakagawa1-1/+1
2008-04-24tg3: sparse cleanupEric Dumazet1-0/+2
2008-04-19tg3: 5701 DMA corruption fixMatt Carlson1-4/+48
2008-04-12tg3: fix MMIO for PPC 44x platformsSergei Shtylyov1-3/+4
2008-04-03[TG3]: Add PHY workaround for 5784Matt Carlson1-11/+143
2008-03-20[TG3]: Fix build warning on sparc32.David S. Miller1-3/+3
2008-02-23tg3: ethtool phys_id defaultStephen Hemminger1-1/+1
2008-01-28NULL noise in drivers/netAl Viro1-1/+1
2008-01-28[TG3]: Update version to 3.87Matt Carlson1-2/+2
2008-01-28[TG3]: Fix supporting flowctrl codeMatt Carlson1-43/+64
2008-01-28[TG3]: Correct sw autoneg flow control advertisementsMatt Carlson1-13/+25
2008-01-28[TG3]: Correct 5704S flowctrl advertisementsMatt Carlson1-11/+15
2008-01-28[TG3]: Replace some magic 5704S constantsMatt Carlson1-11/+12
2008-01-28[TG3]: Add 1000T & 1000X flowctl adv helpersMatt Carlson1-14/+48
2008-01-28[TG3]: Add 1000T & 1000X flowctrl resolversMatt Carlson1-36/+50
2008-01-28[TG3]: Separate requested and actual flow control parametersMatt Carlson1-33/+36
2008-01-28[TG3]: Use print_macJoe Perches1-7/+6
2007-12-19[TG3]: Endianness bugfix.Al Viro1-2/+1
2007-12-19[TG3]: Endianness annotations.Al Viro1-43/+54
2007-11-12[TG3]: Update version to 3.86Matt Carlson1-2/+2
2007-11-12[TG3]: MII => TPMatt Carlson1-1/+1
2007-11-12[TG3]: Add A1 revsMatt Carlson1-12/+18
2007-11-12[TG3]: Increase the PCI MRRSMatt Carlson1-1/+7
2007-11-12[TG3]: Prescaler fixMatt Carlson1-0/+16
2007-11-12[TG3]: Limit 5784 / 5764 to MAC LED modeMatt Carlson1-0/+3
2007-11-12[TG3]: Disable GPHY autopowerdownMatt Carlson1-0/+6
2007-11-12[TG3]: CPMU adjustments for loopback testsMatt Carlson1-5/+7
2007-11-12[TG3]: Fix nvram selftest failuresMatt Carlson1-6/+30
2007-11-12[TG3]: 5784 / 5764 DMA engine lockup fixMatt Carlson1-0/+15
2007-11-12[TG3]: APE flag fixMatt Carlson1-1/+1
2007-11-12[TG3]: 5784 / 5764 GPHY power down fixMatt Carlson1-2/+24
2007-11-12[TG3]: Fix 5761 PXEboot crashMatt Carlson1-23/+23
2007-11-05PCI: Add quirk for devices which disable MSI when INTX_DISABLE is set.David Miller1-9/+0
2007-10-22[TG3]: Update version to 3.85Matt Carlson1-2/+2
2007-10-22[TG3]: PCI command adjustmentMatt Carlson1-5/+2
2007-10-22[TG3]: Add management FW version to ethtool reportMatt Carlson1-13/+70
2007-10-22[TG3]: Add 5723 supportMatt Carlson1-0/+1
2007-10-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+8
2007-10-15netdev: convert non-obvious instances to use ARRAY_SIZE()Alejandro Martinez Ruiz1-1/+1
2007-10-15[TG3]: Fix performance regression on 5705.Michael Chan1-2/+8
2007-10-12[TG3]: Refine napi poll loop.Michael Chan1-10/+14