summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [E100]: Add module option to ignore bad EEPROM checksums.David S. Miller2006-08-301-1/+5
| |/ / / /
* | | | | Merge branch 'upstream' of git://lost.foo-projects.org/~ahkok/git/netdev-2.6 ...Jeff Garzik2006-08-3110-792/+975
|\ \ \ \ \
| * | | | | ixgb: Increment version to 1.0.112-k2Auke Kok2006-08-311-1/+1
| * | | | | ixgb: remove skb->dev assignmentAuke Kok2006-08-311-7/+4
| * | | | | ixgb: Add PCI Error recovery callbacksLinas Vepstas2006-08-311-1/+111
| * | | | | ixgb: Add buffer_info and test like e1000 has.Jesse Brandeburg2006-08-311-0/+7
| * | | | | ixgb: Cache-align all TX components of the adapter struct.Jesse Brandeburg2006-08-311-1/+1
| * | | | | ixgb: recalculate after how many descriptors to wake the queueAuke Kok2006-08-312-4/+1
| * | | | | ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)Jesse Brandeburg2006-08-311-5/+1
| * | | | | ixgb: convert dev->priv to netdev_priv(dev).Auke Kok2006-08-311-1/+1
| * | | | | ixgb: Convert dev_alloc_skb to netdev_alloc_skb.Auke Kok2006-08-311-2/+2
| * | | | | e100: increment version to 3.5.16-k2Auke Kok2006-08-311-1/+1
| * | | | | e100: remove skb->dev assignmentAuke Kok2006-08-311-1/+0
| * | | | | e100: fix error recoveryLinas Vepstas2006-08-311-0/+1
| * | | | | e100: Convert e100 to use netdev_alloc_skb().Auke Kok2006-08-311-2/+2
| * | | | | e1000: Increment driver version to 7.2.7-k2Auke Kok2006-08-311-1/+1
| * | | | | e1000: clean up skb allocation codeChristoph Hellwig2006-08-311-11/+6
| * | | | | e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express deviceJesse Brandeburg2006-08-314-0/+5
| * | | | | e1000: unify WoL capability detection codeJesse Brandeburg2006-08-313-89/+127
| * | | | | e1000: Use module param array codeAuke Kok2006-08-281-51/+110
| * | | | | e1000: remove unused part_num reading codeAuke Kok2006-08-283-37/+0
| * | | | | e1000: error out if we cannot enable PCI device on resumeAuke Kok2006-08-281-2/+5
| * | | | | e1000: ring buffers resources cleanupVasily Averin2006-08-281-8/+6
| * | | | | e1000: e1000_probe resources cleanupVasily Averin2006-08-281-16/+28
| * | | | | e1000: IRQ resources cleanupVasily Averin2006-08-281-1/+4
| * | | | | e1000: Whitespace cleanup, cosmetic changesAuke Kok2006-08-285-554/+554
* | | | | | [PATCH] skge: version 1.7Stephen Hemminger2006-08-291-1/+1
* | | | | | [PATCH] skge: use ethX for irq assigmentsStephen Hemminger2006-08-291-13/+12
* | | | | | [PATCH] skge: use dev_alloc_skbStephen Hemminger2006-08-291-3/+4
* | | | | | [PATCH] skge: pci bus post fixesStephen Hemminger2006-08-291-1/+4
* | | | | | [PATCH] skge: cleanup suspend/resume codeStephen Hemminger2006-08-291-20/+29
* | | | | | [PATCH] sky2: version 1.7shemminger@osdl.org2006-08-291-1/+1
* | | | | | [PATCH] sky2: pci post bugshemminger@osdl.org2006-08-291-2/+4
* | | | | | [PATCH] sky2: power down PHY when not upshemminger@osdl.org2006-08-291-26/+31
* | | | | | [PATCH] sky2: optimize checksum offload informationshemminger@osdl.org2006-08-292-6/+13
* | | | | | [PATCH] sky2: TSO mss optimizationshemminger@osdl.org2006-08-291-9/+9
* | | | | | [PATCH] sky2: MSI test timingshemminger@osdl.org2006-08-291-3/+3
* | | | | | [PATCH] sky2: dont use force status bitshemminger@osdl.org2006-08-292-8/+2
* | | | | | [PATCH] sky2: use netdev_alloc_skbshemminger@osdl.org2006-08-291-13/+16
* | | | | | [PATCH] sky2: remove cloned/pskb_expand_head checkshemminger@osdl.org2006-08-291-8/+0
|/ / / / /
* | | | | Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik2006-08-247-41/+80
|\ \ \ \ \
| * | | | | ixgb: Increment version to 1.0.109-k4Auke Kok2006-08-161-1/+1
| * | | | | ixgb: fix cache miss due to miscalculationJesse Brandeburg2006-08-161-6/+6
| * | | | | ixgb: Add CX4 PHY type detection and subdevice ID.Manasi Deval2006-08-162-0/+12
| * | | | | e1000: Increment driver version to 7.1.9-k6Auke Kok2006-08-161-1/+1
| * | | | | e1000: Disable aggressive clocking on esb2 with SERDES portJeff Kirsher2006-08-161-2/+0
| * | | | | e1000: Force full DMA clocking for 10/100 speedJeff Kirsher2006-08-161-0/+11
| * | | | | e1000: Allow NVM to setup LPLU for IGP2 and IGP3Jeff Kirsher2006-08-161-5/+8
| * | | | | e1000: explicit locking for two ethtool path functionsJesse Brandeburg2006-08-161-10/+23
| * | | | | e1000: Explicitly power up the PHY during loopback testing.Jesse Brandeburg2006-08-162-1/+8