summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* [TG3]: Update driver version and reldate.David S. Miller2006-03-231-2/+2
* [TG3]: Add 5755 nvram supportMichael Chan2006-03-231-0/+43
* [TG3]: Add 5755 supportMichael Chan2006-03-231-6/+31
* [TG3]: Bump driver version and reldate.David S. Miller2006-03-221-2/+2
* [TG3]: Skip phy power down on some devicesMichael Chan2006-03-221-2/+14
* [TG3]: Fix SRAM access during tg3_init_one()Michael Chan2006-03-221-3/+9
* [TG3]: Don't mark tg3_test_registers() as returning const.David S. Miller2006-03-211-1/+1
* [TG3]: make drivers/net/tg3.c:tg3_request_irq() staticAdrian Bunk2006-03-211-1/+1
* [TG3]: netif_carrier_off runs too early; could still be queued when init failsJeff Mahoney2006-03-211-1/+2
* [TG3]: update version and reldateMichael Chan2006-03-211-2/+2
* [TG3]: Add firmware version infoMichael Chan2006-03-211-0/+56
* [TG3]: nvram cleanupMichael Chan2006-03-211-27/+35
* [TG3]: Fixup memory test for 5787Michael Chan2006-03-211-3/+13
* [TG3]: Add new one-shot MSI handlerMichael Chan2006-03-211-31/+54
* [TG3]: Add ipv6 checksum supportMichael Chan2006-03-211-4/+8
* [TG3]: Add new hard_start_xmitMichael Chan2006-03-211-4/+139
* [TG3]: Add 5787 nvram supportMichael Chan2006-03-211-20/+123
* [TG3]: Add 5787 and 5754 basic supportMichael Chan2006-03-211-2/+25
* [TG3]: Fix tg3_get_ringparam()Michael Chan2006-03-211-4/+13
* [TG3]: Add some missing netif_running() checksMichael Chan2006-03-211-0/+6
* [TG3]: Update version and reldateMichael Chan2006-03-211-2/+2
* [TG3]: Support shutdown WoL.Michael Chan2006-03-211-11/+41
* [TG3]: Enable TSO by defaultMichael Chan2006-03-211-4/+5
* [TG3]: Add support for 5714S and 5715SMichael Chan2006-03-211-1/+34
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-03-201-0/+4
|\
| * [TG3]: Do not try to access NIC_SRAM_DATA_SIG on Sun parts.David S. Miller2006-03-201-0/+4
* | Merge branch 'master'Jeff Garzik2006-03-201-9/+43
|\|
| * [TG3]: 40-bit DMA workaround part 2Michael Chan2006-03-191-9/+43
* | Merge branch 'upstream-fixes'Jeff Garzik2006-03-171-2/+0Star
|\|
| * [TG3] tg3_bus_string(): remove dead codeAdrian Bunk2006-03-121-2/+0Star
* | Merge branch 'upstream-fixes'Jeff Garzik2006-03-111-28/+59
|\|
| * [TG3]: Add DMA address workaroundMichael Chan2006-03-071-28/+59
* | Massive net driver const-ification.Arjan van de Ven2006-03-041-2/+2
|/
* [TG3]: Fix Sun tg3 variant detection.David S. Miller2006-02-271-0/+9
* [TG3]: Update driver version and release date.David S. Miller2006-02-031-2/+2
* [TG3]: Flush tg3_reset_task()Michael Chan2006-02-031-2/+24
* [TG3]: Refine nvram lockingMichael Chan2006-01-171-28/+54
* [TG3]: fixup tot_len calculationAlexey Dobriyan2006-01-031-1/+1
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-031-0/+1
* [TG3]: Update driver version and reldate.David S. Miller2005-12-281-2/+2
* [TG3]: ethtool -d hangs PCIe systemsChris Elmquist2005-12-281-2/+7
* [TG3]: Fix ethtool memory testMichael Chan2005-12-201-4/+3Star
* [TG3]: Add tw32_wait_f() for some sensitive registersMichael Chan2005-12-201-74/+77
* [TG3]: Some low power fixesMichael Chan2005-12-201-3/+13
* [TG3]: Fix peer device handlingMichael Chan2005-12-201-7/+11
* [TG3]: Fix low power stateMichael Chan2005-12-141-5/+39
* [TG3]: Fix 5704 single-port modeMichael Chan2005-12-141-2/+7
* [TG3]: Fix suspend and resumeMichael Chan2005-12-141-0/+3
* [TG3]: Fix nvram arbitration bugs.Michael Chan2005-12-141-2/+8
* [TG3]: remove warning on raceStephen Hemminger2005-12-071-6/+9