aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-32/+34
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek1-1/+1
2008-09-11tg3: Fix DMA mapping leak in tigon3_dma_hwbug_workaround().David S. Miller1-0/+3
2008-09-11tg3: Use SKB DMA helper functions for TX.David S. Miller1-57/+31
2008-08-15tg3: Update version to 3.94Matt Carlson1-2/+2
2008-08-15tg3: fix 64 bit counter for ethtool statsStefan Buehler1-1/+6
2008-08-15tg3: Fix firmware event timeoutsMatt Carlson1-16/+37
2008-08-15tg3: Turn off ASF "driver alive" heartbeats for APEMatt Carlson1-1/+2
2008-08-15tg3: Preserve register settings for DASHMatt Carlson1-2/+24
2008-08-15tg3: Refine APE status checkMatt Carlson1-1/+1
2008-08-15tg3: Add APE register access lockingMatt Carlson1-0/+6
2008-08-04tg3: Fix 'scheduling while atomic' errorsMatt Carlson1-16/+4
2008-07-30tg3: adapt tg3 to use reworked PCI PM codeRafael J. Wysocki1-39/+28
2008-06-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+26
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-29Merge branch 'upstream-next-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller1-16/+16
2008-05-29tg3: Update version to 3.93Matt Carlson1-2/+2
2008-05-29tg3: Add shmem options.Matt Carlson1-7/+88
2008-05-29tg3: Add 5785 ASIC revisionMatt Carlson1-15/+43
2008-05-29tg3: Add libphy support.Matt Carlson1-45/+350
2008-05-29tg3: Add mdio bus registrationMatt Carlson1-7/+121
2008-05-29tg3: Add TG3_FLG3_USE_PHYLIBMatt Carlson1-34/+52
2008-05-29tg3: Code cleanup.Matt Carlson1-27/+15
2008-05-29tg3: Pure code movement.Matt Carlson1-239/+237
2008-05-22tg3: remove unneeded semicolonsStephen Hemminger1-16/+16
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