aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds1-64/+64
2006-09-22[TG3]: Convert the pci_device_id table to PCI_DEVICE()Henrik Kretzschmar1-111/+56
2006-09-22[TG3]: Constify firmware structsAndreas Mohr1-13/+13
2006-09-22[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy1-3/+3
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-62/+62
2006-08-19drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik1-1/+1
2006-08-07[TG3]: Fix tx race conditionMichael Chan1-21/+28
2006-08-07[TG3]: skb->dev assignment is done by netdev_alloc_skbChristoph Hellwig1-2/+0
2006-08-02[TG3]: Convert to netdev_alloc_skbDavid S. Miller1-5/+5
2006-07-25[TG3]: Update version and reldateMichael Chan1-2/+2
2006-07-25[TG3]: Handle tg3_init_rings() failuresMichael Chan1-5/+27
2006-07-25[TG3]: Add tg3_restart_hw()Michael Chan1-22/+58
2006-07-08[TG3]: add amd8131 to "write reorder" chipsetsJohn W. Linville1-0/+2
2006-07-03[TG3]: Add ipv6 TSO featureMichael Chan1-9/+24
2006-07-02[PATCH] irq-flags: drivers/net: Use the new IRQF_ constantsThomas Gleixner1-3/+3
2006-06-30Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-10/+97
2006-06-30[TG3]: Update version and reldateMichael Chan1-2/+2
2006-06-30[TG3]: Add TSO workaround using GSOMichael Chan1-4/+49
2006-06-30[TG3]: Turn on hw fix for ASF problemsMichael Chan1-2/+6
2006-06-30[TG3]: Add rx BD workaroundMichael Chan1-2/+28
2006-06-30[TG3]: Add tg3_netif_stop() in vlan functionsMichael Chan1-0/+12
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-23[SPARC64]: Convert sparc64 PCI layer to in-kernel device tree.David S. Miller1-4/+6
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-2/+2
2006-06-17[TG3]: Convert to non-LLTXMichael Chan1-17/+10
2006-06-17[TG3]: Remove unnecessary tx_lockMichael Chan1-4/+0
2006-06-17[TG3]: update version and reldateMichael Chan1-2/+2
2006-06-17[TG3]: Add recovery logic when MMIOs are re-orderedMichael Chan1-5/+48
2006-06-17[TG3]: Add 5786 PCI IDMichael Chan1-0/+2
2006-06-09[TG3]: Handle Sun onboard tg3 chips more correctly.David S. Miller1-96/+48
2006-05-22[TG3]: Add some missing rx error countersMichael Chan1-2/+6
2006-05-12[TG3]: ethtool always report port is TP.Karsten Keil1-3/+5
2006-05-09[TG3]: Fix possible NULL deref in tg3_run_loopback().Jesper Juhl1-0/+3
2006-04-29[TG3]: Update version and reldateMichael Chan1-2/+2
2006-04-29[TG3]: Fix bug in nvram writeMichael Chan1-1/+1
2006-04-29[TG3]: Add reset_phy parameter to chip reset functionsGary Zambrano1-17/+17
2006-04-29[TG3]: Reset chip when changing MAC addressMichael Chan1-3/+17
2006-04-29[TG3]: Add phy workaroundMichael Chan1-4/+13
2006-04-29[TG3]: Call netif_carrier_off() during phy resetMichael Chan1-0/+7
2006-04-09[TG3]: Speed up SRAM access (2nd version)Michael Chan1-27/+42
2006-04-09[TG3]: Kill some less useful flagsMichael Chan1-13/+8
2006-04-09[TG3]: Fix a memory leak.Adrian Bunk1-3/+7
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-10/+5
2006-04-02BUG_ON() Conversion in drivers/net/Eric Sesterhenn1-10/+5
2006-04-01[TG3]: Update driver version and reldate.David S. Miller1-2/+2
2006-04-01[TG3]: Revert "Speed up SRAM access"David S. Miller1-30/+23
2006-03-28[TG3]: Update version and reldateMichael Chan1-2/+2
2006-03-28[TG3]: Skip timer code during full lockMichael Chan1-0/+4
2006-03-28[TG3]: Speed up SRAM accessMichael Chan1-23/+30