aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-21tg3: Extract FW ver from alt NVRAM formatsMatt Carlson1-1/+50
2008-11-21tg3: Enable GPHY APD on select devicesMatt Carlson1-6/+46
2008-11-21tg3: Prevent corruption at 10 / 100Mbps w CLKREQMatt Carlson1-14/+63
2008-11-21tg3: Qualify use of tp->pcix_capMatt Carlson1-26/+24
2008-11-21tg3: Use NET_IP_ALIGNMatt Carlson1-7/+13
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-14/+31
2008-11-19tg3: convert to net_device_opsStephen Hemminger1-12/+19
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-2/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-1/+0
2008-11-03tg3: Update version to 3.95Matt Carlson1-2/+2
2008-11-03tg3: 5785 enhancementsMatt Carlson1-21/+66
2008-11-03tg3: Refine phylib supportMatt Carlson1-12/+35
2008-11-03tg3: Allow WOL for phylib controlled Broadcom physMatt Carlson1-7/+24
2008-11-03tg3: Refine power management and WOL codeMatt Carlson1-17/+23
2008-11-03tg3: Move phylib report to end of tg3_init_oneMatt Carlson1-13/+17
2008-11-03tg3: Do not enable APE on bcm5700Matt Carlson1-1/+4
2008-11-03tg3: Reclaim TG3_FLG3_5761_5784_AX_FIXES flagMatt Carlson1-14/+7
2008-11-03tg3: Preserve LAA when device control is releasedMatt Carlson1-37/+39
2008-11-03tg3: Preserve DASH connectivity when WOL enabledMatt Carlson1-1/+14
2008-11-03tg3: Use pci_ioremap_bar()Matt Carlson1-12/+12
2008-11-03tg3: Add 5761S supportMatt Carlson1-0/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-3/+2
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