summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* [TG3]: Update driver version and release date.David S. Miller2005-10-031-2/+2
* [TG3]: Refine AMD K8 write-reorder chipset test.Michael Chan2005-10-031-11/+12
* [TG3]: Update driver version and release date.David S. Miller2005-09-271-2/+2
* [TG3]: misc. fixesMichael Chan2005-09-271-7/+46
* [TG3]: 5780 PHY fixesMichael Chan2005-09-271-6/+31
* [TG3]: Fix 4GB boundary tx handlingMichael Chan2005-09-171-55/+39
* [TG3]: Sparse fixes for tg3Peter Hagervall2005-09-161-3/+3
* [TG3]: Add AMD K8 to list of write-reorder chipsets.David S. Miller2005-09-161-3/+5
* [TG3]: Add support for ETHTOOL_GPERMADDR.John W. Linville2005-09-121-0/+4
* [TG3]: Do not count non-error frames dropped by the hardware as rx_errors.John W. Linville2005-09-121-2/+4
* [TG3]: Update driver version and release date.David S. Miller2005-09-051-2/+2
* [TG3]: Use status tag to check for new eventsMichael Chan2005-09-051-17/+15
* [TG3]: Remove status block access in tg3_msi() and add prefetchesMichael Chan2005-09-051-17/+11
* [TG3]: Add PHY loopback testMichael Chan2005-09-051-20/+53
* [TG3]: Add ethtool -p supportMichael Chan2005-09-051-0/+33
* [TG3]: Minor 5780 and 5752 fixesMichael Chan2005-09-051-5/+7
* [TG3]: Update driver version and release date.David S. Miller2005-09-011-2/+2
* [TG3]: Minimize locking in TX path.Michael Chan2005-09-011-11/+13
* [TG3]: Fix bug in setting a tg3_flagMichael Chan2005-08-291-8/+6
* [TG3]: Eliminate one register write in tg3_restart_ints()Michael Chan2005-08-291-2/+0
* [TG3]: Add indirect register method for 5703 behind ICHMichael Chan2005-08-291-28/+162
* [TG3]: Add mailbox read methodMichael Chan2005-08-291-18/+23
* [TG3]: Add various register methodsMichael Chan2005-08-291-33/+33
* [TG3]: Add basic register access function pointersMichael Chan2005-08-291-11/+23
* [TG3]: Fix ethtool loopback test lockupMichael Chan2005-08-251-4/+2
* [TG3]: Update driver version and reldate.David S. Miller2005-08-191-2/+2
* [TG3]: Fix SerDes detectionMichael Chan2005-08-191-0/+2
* [TG3]: Save initial PCI state before registering the netdevice.David S. Miller2005-08-061-8/+8
* [TG3]: Update driver version and reldate.David S. Miller2005-07-251-2/+2
* [TG3]: add 5780 fiber supportMichael Chan2005-07-251-7/+249
* [TG3]: disallow jumbo TSO on 5780Michael Chan2005-07-251-3/+11
* [TG3]: consolidate all DMA water mark settingsMichael Chan2005-07-251-23/+30
* [TG3]: add variable buffer size for standard ringMichael Chan2005-07-251-3/+8
* [TG3]: add 5780 basic jumbo frame supportMichael Chan2005-07-251-12/+18
* [TG3]: add 5780 basic supportMichael Chan2005-07-251-5/+48
* [TG3]: Update driver version and reldate.David S. Miller2005-07-051-2/+2
* [TG3]: support for ethtool -CMichael Chan2005-07-051-2/+63
* [TG3]: Update driver version and reldate.David S. Miller2005-06-241-2/+2
* [TG3]: Refinements to new locking strategy.Michael Chan2005-06-241-14/+20
* [TG3]: Eliminate all hw IRQ handler spinlocks.David S. Miller2005-06-241-174/+130
* [TG3]: Fix missing memory barriers and SD_STATUS_UPDATED bit clearing.David S. Miller2005-06-241-0/+3
* [TG3]: Update driver version and release date.David S. Miller2005-06-081-2/+2
* [TG3]: Fix 5700/5701 DMA corruption on Apple G4.Michael Chan2005-06-081-2/+16
* [TG3]: Update driver version and release date.David S. Miller2005-06-061-2/+2
* [TG3] Fix link failure in 5701Michael Chan2005-06-061-0/+10
* [TG3]: Add TSO firmware licenseMichael Chan2005-06-061-1/+6
* [TG3]: Fix bug in tg3_load_firmware_cpuMichael Chan2005-05-291-0/+5
* [TG3]: Add interrupt testMichael Chan2005-05-291-0/+12
* [TG3]: Add loopback testMichael Chan2005-05-291-0/+115
* [TG3]: Add memory testMichael Chan2005-05-291-0/+60