aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-20[TG3]: Update version and reldateMichael Chan1-2/+2
2006-03-20[TG3]: Support shutdown WoL.Michael Chan1-11/+41
2006-03-20[TG3]: Enable TSO by defaultMichael Chan1-4/+5
2006-03-20[TG3]: Add support for 5714S and 5715SMichael Chan1-1/+34
2006-03-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+4
2006-03-20Merge branch 'master'Jeff Garzik1-9/+43
2006-03-20[TG3]: Do not try to access NIC_SRAM_DATA_SIG on Sun parts.David S. Miller1-0/+4
2006-03-19[TG3]: 40-bit DMA workaround part 2Michael Chan1-9/+43
2006-03-16Merge branch 'upstream-fixes'Jeff Garzik1-2/+0
2006-03-11[TG3] tg3_bus_string(): remove dead codeAdrian Bunk1-2/+0
2006-03-11Merge branch 'upstream-fixes'Jeff Garzik1-28/+59
2006-03-06[TG3]: Add DMA address workaroundMichael Chan1-28/+59
2006-03-03Massive net driver const-ification.Arjan van de Ven1-2/+2
2006-02-27[TG3]: Fix Sun tg3 variant detection.David S. Miller1-0/+9
2006-02-02[TG3]: Update driver version and release date.David S. Miller1-2/+2
2006-02-02[TG3]: Flush tg3_reset_task()Michael Chan1-2/+24
2006-01-17[TG3]: Refine nvram lockingMichael Chan1-28/+54
2006-01-03[TG3]: fixup tot_len calculationAlexey Dobriyan1-1/+1
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo1-0/+1
2005-12-28[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-12-28[TG3]: ethtool -d hangs PCIe systemsChris Elmquist1-2/+7
2005-12-19[TG3]: Fix ethtool memory testMichael Chan1-4/+3
2005-12-19[TG3]: Add tw32_wait_f() for some sensitive registersMichael Chan1-74/+77
2005-12-19[TG3]: Some low power fixesMichael Chan1-3/+13
2005-12-19[TG3]: Fix peer device handlingMichael Chan1-7/+11
2005-12-13[TG3]: Fix low power stateMichael Chan1-5/+39
2005-12-13[TG3]: Fix 5704 single-port modeMichael Chan1-2/+7
2005-12-13[TG3]: Fix suspend and resumeMichael Chan1-0/+3
2005-12-13[TG3]: Fix nvram arbitration bugs.Michael Chan1-2/+8
2005-12-06[TG3]: remove warning on raceStephen Hemminger1-6/+9
2005-10-29[PATCH] drivers/net/tg3: Use the DMA_{32,64}BIT_MASK constantsTobias Klauser1-3/+4
2005-10-28drivers/net: Remove pointless checks for NULL prior to calling kfree()Jesper Juhl1-4/+2
2005-10-28[PATCH] tg3: update version and minor fixesMichael Chan1-4/+14
2005-10-28[PATCH] tg3: fix ASF heartbeatMichael Chan1-5/+16
2005-10-28[PATCH] tg3: add 5714/5715 supportMichael Chan1-14/+25
2005-10-03[TG3]: Update driver version and release date.David S. Miller1-2/+2
2005-10-03[TG3]: Refine AMD K8 write-reorder chipset test.Michael Chan1-11/+12
2005-09-27[TG3]: Update driver version and release date.David S. Miller1-2/+2
2005-09-27[TG3]: misc. fixesMichael Chan1-7/+46
2005-09-27[TG3]: 5780 PHY fixesMichael Chan1-6/+31
2005-09-17[TG3]: Fix 4GB boundary tx handlingMichael Chan1-55/+39
2005-09-16[TG3]: Sparse fixes for tg3Peter Hagervall1-3/+3
2005-09-16[TG3]: Add AMD K8 to list of write-reorder chipsets.David S. Miller1-3/+5
2005-09-12[TG3]: Add support for ETHTOOL_GPERMADDR.John W. Linville1-0/+4
2005-09-12[TG3]: Do not count non-error frames dropped by the hardware as rx_errors.John W. Linville1-2/+4
2005-09-05[TG3]: Update driver version and release date.David S. Miller1-2/+2
2005-09-05[TG3]: Use status tag to check for new eventsMichael Chan1-17/+15
2005-09-05[TG3]: Remove status block access in tg3_msi() and add prefetchesMichael Chan1-17/+11
2005-09-05[TG3]: Add PHY loopback testMichael Chan1-20/+53
2005-09-05[TG3]: Add ethtool -p supportMichael Chan1-0/+33