aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-03-23[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-03-22[TG3]: Missing counter bump in tigon3_4gb_hwbug_workaround().David S. Miller1-0/+1
2005-03-22[TG3]: Add Broadcom copyright.Michael Chan1-0/+1
2005-03-22[TG3]: Fix ethtool set functionsMichael Chan1-19/+28
2005-03-22[TG3]: Fix jumbo frames phy settingsMichael Chan1-0/+13
2005-03-22[TG3]: Add unstable PLL workaround for 5750Michael Chan1-0/+12
2005-03-22[TG3]: Flush status block in tg3_interrupt()Michael Chan1-1/+7
2005-03-22[TG3]: Add 5705_plus flagMichael Chan1-42/+26
2005-03-10[TIGON3]: Replace pci_find_device with pci_dev_present.Domen Puncer1-10/+14
2005-03-06Merge pobox.com:/garz/repo/netdev-2.6/pm_message_tJeff Garzik1-2/+2
2005-03-06Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds1-0/+6
2005-03-04[TIGON3]: Update driver version and reldate.David S. Miller1-2/+2
2005-03-04[TIGON3]: Do not touch NIC_SRAM_FIRMWARE_MBOX when TG3_FLG2_SUN_570X.David S. Miller1-15/+17
2005-03-02[PATCH] Fix u32 vs. pm_message_t in network device driversPavel Machek1-2/+2
2005-02-23[NET]: Add skb_header_cloned and use it in e1000/tg3Herbert Xu1-0/+6
2005-02-14[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-02-14[TG3]: Always check tg3_readphy() return value.David S. Miller1-54/+70
2005-02-10[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-02-10[TG3]: capacitive coupling detection fixMichael Chan1-2/+8
2005-02-07[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-02-07[TG3]: Clean up grc_local_ctrl usage.Grant Grundler1-20/+8
2005-02-01[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-02-01[TG3]: 5704 serdes fixesMichael Chan1-12/+24
2005-01-25[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-01-25[TG3]: 5750 fixesMichael Chan1-7/+6
2005-01-24[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-01-24[TG3]: Fix TSO for 5750Michael Chan1-11/+24
2005-01-22[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-01-20[TG3]: add tg3_set_eeprom()Michael Chan1-45/+469
2005-01-19Cset exclude: davem@nuts.davemloft.net|ChangeSet|20050120063740|10274David S. Miller1-41/+75
2005-01-19[NET]: Close NETIF_F_LLTX race conditions.David S. Miller1-75/+41
2005-01-16[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-01-16[TG3]: Always copy receive packets when 5701 PCIX workaround enabled.Arthur Kepner1-1/+5
2005-01-05[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2005-01-05[TG3]: Fix signedness issues in PHY read/write loops.David S. Miller1-6/+10
2005-01-05[TG3]: Return 0 when PHY read times out, not all-ones.David S. Miller1-1/+1
2004-11-14[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2004-11-14[TG3]: 5753 support and a bug fix.Michael Chan1-20/+50
2004-11-01[TG3]: Bump driver version and reldate.David S. Miller1-2/+2
2004-11-01[TG3]: Use ioremap_nocache().David S. Miller1-1/+1
2004-11-01[TG3]: Fix fiber hw autoneg bouncesMike Waychison1-1/+10
2004-10-28[TG3]: Bump driver version and reldateDavid S. Miller1-2/+2
2004-10-28[TG3]: Use mmiowb in tg3_pollAndrew Morton1-1/+15
2004-10-28[TG3]: Use mmiowb in tg3.cAndrew Morton1-0/+2
2004-10-24MergeJeff Garzik1-11/+11
2004-10-20[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2004-10-20[TG3]: Add MODULE_VERSION.John W. Linville1-0/+1
2004-10-20[TG3]: tg3_nvram_read_using_eeprom cannot be __init.Randy Dunlap1-4/+4
2004-10-15[PATCH] tg3: make driver only data staticStephen Hemminger1-6/+6
2004-10-15[PATCH] tg3: use netdev_privStephen Hemminger1-2/+2