Age | Commit message (Expand) | Author | Files | Lines |
2006-05-23 | [TG3]: Add some missing rx error counters | Michael Chan | 1 | -2/+6 |
2006-05-12 | [TG3]: ethtool always report port is TP. | Karsten Keil | 1 | -3/+5 |
2006-05-10 | [TG3]: Fix possible NULL deref in tg3_run_loopback(). | Jesper Juhl | 1 | -0/+3 |
2006-04-30 | [TG3]: Update version and reldate | Michael Chan | 1 | -2/+2 |
2006-04-30 | [TG3]: Fix bug in nvram write | Michael Chan | 1 | -1/+1 |
2006-04-30 | [TG3]: Add reset_phy parameter to chip reset functions | Gary Zambrano | 1 | -17/+17 |
2006-04-30 | [TG3]: Reset chip when changing MAC address | Michael Chan | 1 | -3/+17 |
2006-04-30 | [TG3]: Add phy workaround | Michael Chan | 1 | -4/+13 |
2006-04-30 | [TG3]: Call netif_carrier_off() during phy reset | Michael Chan | 1 | -0/+7 |
2006-04-10 | [TG3]: Speed up SRAM access (2nd version) | Michael Chan | 1 | -27/+42 |
2006-04-10 | [TG3]: Kill some less useful flags | Michael Chan | 1 | -13/+8 |
2006-04-10 | [TG3]: Fix a memory leak. | Adrian Bunk | 1 | -3/+7 |
2006-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 1 | -10/+5 |
2006-04-02 | BUG_ON() Conversion in drivers/net/ | Eric Sesterhenn | 1 | -10/+5 |
2006-04-01 | [TG3]: Update driver version and reldate. | David S. Miller | 1 | -2/+2 |
2006-04-01 | [TG3]: Revert "Speed up SRAM access" | David S. Miller | 1 | -30/+23 |
2006-03-29 | [TG3]: Update version and reldate | Michael Chan | 1 | -2/+2 |
2006-03-29 | [TG3]: Skip timer code during full lock | Michael Chan | 1 | -0/+4 |
2006-03-29 | [TG3]: Speed up SRAM access | Michael Chan | 1 | -23/+30 |
2006-03-29 | [TG3]: Fix PHY loopback on 5700 | Michael Chan | 1 | -1/+4 |
2006-03-29 | [TG3]: Fix bug in 40-bit DMA workaround code | Michael Chan | 1 | -1/+1 |
2006-03-29 | [TG3]: Fix probe failure due to invalid MAC address | Michael Chan | 1 | -22/+28 |
2006-03-23 | [TG3]: Update driver version and reldate. | David S. Miller | 1 | -2/+2 |
2006-03-23 | [TG3]: Add 5755 nvram support | Michael Chan | 1 | -0/+43 |
2006-03-23 | [TG3]: Add 5755 support | Michael Chan | 1 | -6/+31 |
2006-03-22 | [TG3]: Bump driver version and reldate. | David S. Miller | 1 | -2/+2 |
2006-03-22 | [TG3]: Skip phy power down on some devices | Michael Chan | 1 | -2/+14 |
2006-03-22 | [TG3]: Fix SRAM access during tg3_init_one() | Michael Chan | 1 | -3/+9 |
2006-03-21 | [TG3]: Don't mark tg3_test_registers() as returning const. | David S. Miller | 1 | -1/+1 |
2006-03-21 | [TG3]: make drivers/net/tg3.c:tg3_request_irq() static | Adrian Bunk | 1 | -1/+1 |
2006-03-21 | [TG3]: netif_carrier_off runs too early; could still be queued when init fails | Jeff Mahoney | 1 | -1/+2 |
2006-03-21 | [TG3]: update version and reldate | Michael Chan | 1 | -2/+2 |
2006-03-21 | [TG3]: Add firmware version info | Michael Chan | 1 | -0/+56 |
2006-03-21 | [TG3]: nvram cleanup | Michael Chan | 1 | -27/+35 |
2006-03-21 | [TG3]: Fixup memory test for 5787 | Michael Chan | 1 | -3/+13 |
2006-03-21 | [TG3]: Add new one-shot MSI handler | Michael Chan | 1 | -31/+54 |
2006-03-21 | [TG3]: Add ipv6 checksum support | Michael Chan | 1 | -4/+8 |
2006-03-21 | [TG3]: Add new hard_start_xmit | Michael Chan | 1 | -4/+139 |
2006-03-21 | [TG3]: Add 5787 nvram support | Michael Chan | 1 | -20/+123 |
2006-03-21 | [TG3]: Add 5787 and 5754 basic support | Michael Chan | 1 | -2/+25 |
2006-03-21 | [TG3]: Fix tg3_get_ringparam() | Michael Chan | 1 | -4/+13 |
2006-03-21 | [TG3]: Add some missing netif_running() checks | Michael Chan | 1 | -0/+6 |
2006-03-21 | [TG3]: Update version and reldate | Michael Chan | 1 | -2/+2 |
2006-03-21 | [TG3]: Support shutdown WoL. | Michael Chan | 1 | -11/+41 |
2006-03-21 | [TG3]: Enable TSO by default | Michael Chan | 1 | -4/+5 |
2006-03-21 | [TG3]: Add support for 5714S and 5715S | Michael Chan | 1 | -1/+34 |
2006-03-20 | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 1 | -0/+4 |
2006-03-20 | Merge branch 'master' | Jeff Garzik | 1 | -9/+43 |
2006-03-20 | [TG3]: Do not try to access NIC_SRAM_DATA_SIG on Sun parts. | David S. Miller | 1 | -0/+4 |
2006-03-20 | [TG3]: 40-bit DMA workaround part 2 | Michael Chan | 1 | -9/+43 |