aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-05[TG3]: Clear GPIO mask before storing.Gary Zambrano1-0/+1
2007-05-05[TG3]: Improve NVRAM sizing.Matt Carlson1-16/+23
2007-05-05[TG3]: Fix TSO bugs.Matt Carlson1-6/+3
2007-04-27Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-18/+13
2007-04-26[TIGON3]: of_get_property() returns const.David S. Miller1-1/+1
2007-04-26[TG3]: Use pci_device_to_OF_node() on sparc.David S. Miller1-18/+13
2007-04-26[SPARC/64] constify of_get_property return: driversStephen Rothwell1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo1-8/+7
2007-04-25[TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo1-2/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-15/+15
2007-04-25[IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo1-3/+3
2007-04-06[TG3]: Fix crash during tg3_init_one().Michael Chan1-2/+4
2007-03-25[TG3]: Update version and reldate.Michael Chan1-2/+2
2007-03-25[TG3]: Exit irq handler during chip reset.Michael Chan1-47/+66
2007-03-25[TG3]: Eliminate the unused TG3_FLAG_SPLIT_MODE flag.Michael Chan1-16/+1
2007-03-02[VLAN]: Avoid a 4-order allocation.Dan Aloni1-2/+1
2007-02-26[TG3]: TSO workaround fixes.Michael Chan1-9/+11
2007-02-13[TG3]: Update copyright, version, and reldate.Michael Chan1-3/+3
2007-02-13[TG3]: Add some tx timeout debug messages.Michael Chan1-1/+11
2007-02-13[TG3]: Use constant for PHY register 0x1e.Michael Chan1-4/+6
2007-02-13[TG3]: Power down 5704 serdes transceiver when shutting down.Michael Chan1-1/+11
2007-02-13[TG3]: 5906 doesn't need to switch to slower clock.Michael Chan1-1/+2
2007-02-13[TG3]: 5722/5756 don't need PHY jitter workaround.Michael Chan1-1/+3
2007-02-13[TG3]: Use lower DMA watermark for 5703.Michael Chan1-1/+7
2007-02-13[TG3]: Save MSI state before suspend.Michael Chan1-0/+3
2007-02-08[TG3]: Avoid an expensive divide.Eric Dumazet1-1/+1
2007-02-05remove NETIF_F_TSO ifdeferyArjan van de Ven1-32/+0
2007-01-09[TG3]: Add PHY workaround for 5755M.Michael Chan1-5/+12
2006-12-17[TG3]: Update version and reldate.Michael Chan1-2/+2
2006-12-17[TG3]: Power down/up 5906 PHY correctly.Michael Chan1-1/+16
2006-12-17[TG3]: Fix race condition when calling register_netdev().Michael Chan1-4/+4
2006-12-17[TG3]: Assign tp->link_config.orig_* values.Michael Chan1-0/+4
2006-12-17[TG3]: replace kmalloc+memset with kzallocYan Burman1-8/+1
2006-12-07[TG3]: Identify Serdes devices more clearly.Michael Chan1-4/+6
2006-12-07[TG3]: Use msleep.Michael Chan1-9/+5
2006-12-07[TG3]: Use netif_msg_*.Michael Chan1-5/+10
2006-12-07[TG3]: Allow partial speed advertisement.Michael Chan1-15/+24
2006-12-07[TG3]: Add TG3_FLG2_IS_NIC flag.Michael Chan1-13/+24
2006-12-07[TG3]: Add 5787F device ID.Michael Chan1-1/+3
2006-12-07[TG3]: Fix Phy loopback.Michael Chan1-13/+10
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-11-21[TG3]: Add missing unlock in tg3_open() error path.Ira W. Snyder1-1/+3
2006-11-15[TG3]: Disable TSO on 5906 if CLKREQ is enabled.Michael Chan1-4/+16
2006-11-15[TG3]: Increase 5906 firmware poll time.Gary Zambrano1-2/+3
2006-11-07[TG3]: Fix array overrun in tg3_read_partno().Michael Chan1-7/+12
2006-11-05[TG3]: Fix 2nd ifup failure on 5752M.Michael Chan1-4/+4
2006-10-18[TG3]: Bump driver version and release date.David S. Miller1-2/+2
2006-10-18[TG3]: Add lower bound checks for tx ring size.Michael Chan1-1/+4
2006-10-18[TG3]: Fix set ring params tx ring size implementationRanjit Manomohan1-5/+5