aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-18[TG3]: Fix msi issue with kexec/kdump.Michael Chan1-49/+65
2007-07-14[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan1-1/+1
2007-07-12Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-5/+1
2007-07-11[TG3]: Update version to 3.78.Michael Chan1-2/+2
2007-07-11[TG3]: Add missing NVRAM strapping.Matt Carlson1-1/+3
2007-07-11[TG3]: Enable auto MDI.Matt Carlson1-15/+41
2007-07-11[TG3]: Fix the polarity bit.Matt Carlson1-19/+44
2007-07-11[TG3]: Fix irq_sync race condition.Michael Chan1-3/+3
2007-07-11PCI: Change all drivers to use pci_device->revisionAuke Kok1-5/+1
2007-07-10[NET]: IPV6 checksum offloading in network devicesStephen Hemminger1-4/+3
2007-06-03[TG3]: Fix link problem on Dell's onboard 5906.Michael Chan1-2/+3
2007-06-03network drivers: eliminate unneeded kill_vid codeStephen Hemminger1-16/+0
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-1/+1
2007-05-09tg3: use flush_work_keventd()Andrew Morton1-10/+1
2007-05-07[TG3]: Update version and reldate.Michael Chan1-2/+2
2007-05-07[TG3]: Eliminate spurious interrupts.Michael Chan1-2/+10
2007-05-07[TG3]: Add ASPM workaround.Matt Carlson1-0/+24
2007-05-05[TG3]: Add TG3_FLAG_SUPPORT_MSI flag.Michael Chan1-9/+15
2007-05-05[TG3]: Eliminate the TG3_FLAG_5701_REG_WRITE_BUG flag.Matt Carlson1-12/+12
2007-05-05[TG3]: Eliminate the TG3_FLAG_GOT_SERDES_FLOWCTL flag.Michael Chan1-8/+2
2007-05-05[TG3]: Remove reset during MAC address changes.Michael Chan1-17/+18
2007-05-05[TG3]: WoL fixes.Gary Zambrano1-10/+15
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