summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [TG3]: remove sparse warningsAndy Gospodarek2007-10-101-8/+5
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-33/+28
* [TG3]: Workaround MSI bug on 5714/5780.Michael Chan2007-09-111-2/+11
* [TG3]: Fix suspend/resume problem.Michael Chan2007-08-031-7/+10
* [NET]: ethtool_perm_addr only has one implementationMatthew Wilcox2007-07-311-1/+0
* [TG3]: Fix msi issue with kexec/kdump.Michael Chan2007-07-181-49/+65
* [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.Michael Chan2007-07-141-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-121-5/+1
|\
| * PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-111-5/+1
* | [TG3]: Update version to 3.78.Michael Chan2007-07-111-2/+2
* | [TG3]: Add missing NVRAM strapping.Matt Carlson2007-07-111-1/+3
* | [TG3]: Enable auto MDI.Matt Carlson2007-07-111-15/+41
* | [TG3]: Fix the polarity bit.Matt Carlson2007-07-111-19/+44
* | [TG3]: Fix irq_sync race condition.Michael Chan2007-07-111-3/+3
* | [NET]: IPV6 checksum offloading in network devicesStephen Hemminger2007-07-101-4/+3
|/
* [TG3]: Fix link problem on Dell's onboard 5906.Michael Chan2007-06-031-2/+3
* network drivers: eliminate unneeded kill_vid codeStephen Hemminger2007-06-031-16/+0
* unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov2007-05-091-1/+1
* tg3: use flush_work_keventd()Andrew Morton2007-05-091-10/+1
* [TG3]: Update version and reldate.Michael Chan2007-05-071-2/+2
* [TG3]: Eliminate spurious interrupts.Michael Chan2007-05-071-2/+10
* [TG3]: Add ASPM workaround.Matt Carlson2007-05-071-0/+24
* [TG3]: Add TG3_FLAG_SUPPORT_MSI flag.Michael Chan2007-05-051-9/+15
* [TG3]: Eliminate the TG3_FLAG_5701_REG_WRITE_BUG flag.Matt Carlson2007-05-051-12/+12
* [TG3]: Eliminate the TG3_FLAG_GOT_SERDES_FLOWCTL flag.Michael Chan2007-05-051-8/+2
* [TG3]: Remove reset during MAC address changes.Michael Chan2007-05-051-17/+18
* [TG3]: WoL fixes.Gary Zambrano2007-05-051-10/+15
* [TG3]: Clear GPIO mask before storing.Gary Zambrano2007-05-051-0/+1
* [TG3]: Improve NVRAM sizing.Matt Carlson2007-05-051-16/+23
* [TG3]: Fix TSO bugs.Matt Carlson2007-05-051-6/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-271-18/+13
|\
| * [TIGON3]: of_get_property() returns const.David S. Miller2007-04-261-1/+1
| * [TG3]: Use pci_device_to_OF_node() on sparc.David S. Miller2007-04-261-18/+13
| * [SPARC/64] constify of_get_property return: driversStephen Rothwell2007-04-261-1/+1
* | [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-1/+1
* | [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-251-8/+7
* | [TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo2007-04-251-2/+2
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-15/+15
* | [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-251-3/+3
|/
* [TG3]: Fix crash during tg3_init_one().Michael Chan2007-04-061-2/+4
* [TG3]: Update version and reldate.Michael Chan2007-03-251-2/+2
* [TG3]: Exit irq handler during chip reset.Michael Chan2007-03-251-47/+66
* [TG3]: Eliminate the unused TG3_FLAG_SPLIT_MODE flag.Michael Chan2007-03-251-16/+1
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-021-2/+1
* [TG3]: TSO workaround fixes.Michael Chan2007-02-261-9/+11
* [TG3]: Update copyright, version, and reldate.Michael Chan2007-02-131-3/+3
* [TG3]: Add some tx timeout debug messages.Michael Chan2007-02-131-1/+11
* [TG3]: Use constant for PHY register 0x1e.Michael Chan2007-02-131-4/+6
* [TG3]: Power down 5704 serdes transceiver when shutting down.Michael Chan2007-02-131-1/+11
OpenPOWER on IntegriCloud