summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* tg3: Update version to 3.96Matt Carlson2008-11-221-2/+2
* tg3: Add 57780 supportMatt Carlson2008-11-221-78/+161
* tg3: Allow GPHY powerdown on 5761Matt Carlson2008-11-221-2/+1Star
* tg3: Embrace pci_ioremap_bar()Matt Carlson2008-11-221-20/+1Star
* tg3: Extract FW ver from alt NVRAM formatsMatt Carlson2008-11-221-1/+50
* tg3: Enable GPHY APD on select devicesMatt Carlson2008-11-221-6/+46
* tg3: Prevent corruption at 10 / 100Mbps w CLKREQMatt Carlson2008-11-221-14/+63
* tg3: Qualify use of tp->pcix_capMatt Carlson2008-11-221-26/+24Star
* tg3: Use NET_IP_ALIGNMatt Carlson2008-11-221-7/+13
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-14/+31
* tg3: convert to net_device_opsStephen Hemminger2008-11-201-12/+19
* net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2008-11-101-2/+2
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-1/+0Star
* tg3: Update version to 3.95Matt Carlson2008-11-041-2/+2
* tg3: 5785 enhancementsMatt Carlson2008-11-041-21/+66
* tg3: Refine phylib supportMatt Carlson2008-11-041-12/+35
* tg3: Allow WOL for phylib controlled Broadcom physMatt Carlson2008-11-041-7/+24
* tg3: Refine power management and WOL codeMatt Carlson2008-11-041-17/+23
* tg3: Move phylib report to end of tg3_init_oneMatt Carlson2008-11-041-13/+17
* tg3: Do not enable APE on bcm5700Matt Carlson2008-11-041-1/+4
* tg3: Reclaim TG3_FLG3_5761_5784_AX_FIXES flagMatt Carlson2008-11-041-14/+7Star
* tg3: Preserve LAA when device control is releasedMatt Carlson2008-11-041-37/+39
* tg3: Preserve DASH connectivity when WOL enabledMatt Carlson2008-11-041-1/+14
* tg3: Use pci_ioremap_bar()Matt Carlson2008-11-041-12/+12
* tg3: Add 5761S supportMatt Carlson2008-11-041-0/+2
* net: convert print_mac to %pMJohannes Berg2008-10-281-3/+2Star
* phylib: move to dynamic allocation of struct mii_busLennert Buytenhek2008-10-091-32/+34
* phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek2008-10-091-1/+1
* tg3: Fix DMA mapping leak in tigon3_dma_hwbug_workaround().David S. Miller2008-09-121-0/+3
* tg3: Use SKB DMA helper functions for TX.David S. Miller2008-09-111-57/+31Star
* tg3: Update version to 3.94Matt Carlson2008-08-151-2/+2
* tg3: fix 64 bit counter for ethtool statsStefan Buehler2008-08-151-1/+6
* tg3: Fix firmware event timeoutsMatt Carlson2008-08-151-16/+37
* tg3: Turn off ASF "driver alive" heartbeats for APEMatt Carlson2008-08-151-1/+2
* tg3: Preserve register settings for DASHMatt Carlson2008-08-151-2/+24
* tg3: Refine APE status checkMatt Carlson2008-08-151-1/+1
* tg3: Add APE register access lockingMatt Carlson2008-08-151-0/+6
* tg3: Fix 'scheduling while atomic' errorsMatt Carlson2008-08-051-16/+4Star
* tg3: adapt tg3 to use reworked PCI PM codeRafael J. Wysocki2008-07-311-39/+28Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-06-101-3/+26
|\
| * tg3: Update version to 3.92.1Matt Carlson2008-06-101-2/+2
| * tg3: Fix 5761 WOLMatt Carlson2008-06-101-0/+24
| * tg3: Fix a flags typoMatt Carlson2008-06-101-1/+1
| * tg3: Fix 5714S / 5715S / 5780S link failuresMatt Carlson2008-06-101-2/+1Star
* | Merge branch 'upstream-next-davem' of master.kernel.org:/pub/scm/linux/kernel...David S. Miller2008-05-291-16/+16
|\ \
| * | tg3: remove unneeded semicolonsStephen Hemminger2008-05-221-16/+16
| |/
* | tg3: Update version to 3.93Matt Carlson2008-05-291-2/+2
* | tg3: Add shmem options.Matt Carlson2008-05-291-7/+88
* | tg3: Add 5785 ASIC revisionMatt Carlson2008-05-291-15/+43
* | tg3: Add libphy support.Matt Carlson2008-05-291-45/+350