summaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2007-04-271-18/+13Star
|\
| * [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/+13Star
| * [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-261-1/+1
* | [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.thArnaldo Carvalho de Melo2007-04-261-8/+7Star
* | [TCP]: Introduce tcp_hdrlen() and tcp_optlen()Arnaldo Carvalho de Melo2007-04-261-2/+2
* | [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-15/+15
* | [IP]: Introduce ip_hdrlen()Arnaldo Carvalho de Melo2007-04-261-3/+3
|/
* [TG3]: Fix crash during tg3_init_one().Michael Chan2007-04-071-2/+4
* [TG3]: Update version and reldate.Michael Chan2007-03-261-2/+2
* [TG3]: Exit irq handler during chip reset.Michael Chan2007-03-261-47/+66
* [TG3]: Eliminate the unused TG3_FLAG_SPLIT_MODE flag.Michael Chan2007-03-261-16/+1Star
* [VLAN]: Avoid a 4-order allocation.Dan Aloni2007-03-031-2/+1Star
* [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
* [TG3]: 5906 doesn't need to switch to slower clock.Michael Chan2007-02-131-1/+2
* [TG3]: 5722/5756 don't need PHY jitter workaround.Michael Chan2007-02-131-1/+3
* [TG3]: Use lower DMA watermark for 5703.Michael Chan2007-02-131-1/+7
* [TG3]: Save MSI state before suspend.Michael Chan2007-02-131-0/+3
* [TG3]: Avoid an expensive divide.Eric Dumazet2007-02-081-1/+1
* remove NETIF_F_TSO ifdeferyArjan van de Ven2007-02-051-32/+0Star
* [TG3]: Add PHY workaround for 5755M.Michael Chan2007-01-091-5/+12
* [TG3]: Update version and reldate.Michael Chan2006-12-181-2/+2
* [TG3]: Power down/up 5906 PHY correctly.Michael Chan2006-12-181-1/+16
* [TG3]: Fix race condition when calling register_netdev().Michael Chan2006-12-181-4/+4
* [TG3]: Assign tp->link_config.orig_* values.Michael Chan2006-12-181-0/+4
* [TG3]: replace kmalloc+memset with kzallocYan Burman2006-12-181-8/+1Star
* [TG3]: Identify Serdes devices more clearly.Michael Chan2006-12-071-4/+6
* [TG3]: Use msleep.Michael Chan2006-12-071-9/+5Star
* [TG3]: Use netif_msg_*.Michael Chan2006-12-071-5/+10
* [TG3]: Allow partial speed advertisement.Michael Chan2006-12-071-15/+24
* [TG3]: Add TG3_FLG2_IS_NIC flag.Michael Chan2006-12-071-13/+24
* [TG3]: Add 5787F device ID.Michael Chan2006-12-071-1/+3
* [TG3]: Fix Phy loopback.Michael Chan2006-12-071-13/+10Star
* WorkStruct: make allyesconfigDavid Howells2006-11-221-3/+3
* [TG3]: Add missing unlock in tg3_open() error path.Ira W. Snyder2006-11-221-1/+3
* [TG3]: Disable TSO on 5906 if CLKREQ is enabled.Michael Chan2006-11-161-4/+16
* [TG3]: Increase 5906 firmware poll time.Gary Zambrano2006-11-161-2/+3
* [TG3]: Fix array overrun in tg3_read_partno().Michael Chan2006-11-081-7/+12
* [TG3]: Fix 2nd ifup failure on 5752M.Michael Chan2006-11-051-4/+4
* [TG3]: Bump driver version and release date.David S. Miller2006-10-191-2/+2
* [TG3]: Add lower bound checks for tx ring size.Michael Chan2006-10-191-1/+4
* [TG3]: Fix set ring params tx ring size implementationRanjit Manomohan2006-10-191-5/+5
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-8/+7Star
* [TG3]: Update version and reldate.Michael Chan2006-09-291-2/+2
* [TG3]: Add 5709 self-test support.Michael Chan2006-09-291-16/+107