summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-09-01ixgb: Add buffer_info and test like e1000 has.Jesse Brandeburg1-0/+7
2006-09-01ixgb: Cache-align all TX components of the adapter struct.Jesse Brandeburg1-1/+1
2006-09-01ixgb: recalculate after how many descriptors to wake the queueAuke Kok2-4/+1
2006-09-01ixgb: Set a constant blink rate for ixgb adapter identify (1sec on, 1sec off)Jesse Brandeburg1-5/+1
2006-09-01ixgb: convert dev->priv to netdev_priv(dev).Auke Kok1-1/+1
2006-09-01ixgb: Convert dev_alloc_skb to netdev_alloc_skb.Auke Kok1-2/+2
2006-09-01e100: increment version to 3.5.16-k2Auke Kok1-1/+1
2006-09-01e100: remove skb->dev assignmentAuke Kok1-1/+0
2006-09-01e100: fix error recoveryLinas Vepstas1-0/+1
2006-09-01e100: Convert e100 to use netdev_alloc_skb().Auke Kok1-2/+2
2006-09-01e1000: Increment driver version to 7.2.7-k2Auke Kok1-1/+1
2006-09-01e1000: clean up skb allocation codeChristoph Hellwig1-11/+6
2006-09-01e1000: Add PCI ID 0x10a4 for our new 4-port PCI-Express deviceJesse Brandeburg4-0/+5
2006-09-01e1000: unify WoL capability detection codeJesse Brandeburg3-89/+127
2006-08-29e1000: Use module param array codeAuke Kok1-51/+110
2006-08-29e1000: remove unused part_num reading codeAuke Kok3-37/+0
2006-08-29e1000: error out if we cannot enable PCI device on resumeAuke Kok1-2/+5
2006-08-29e1000: ring buffers resources cleanupVasily Averin1-8/+6
2006-08-29e1000: e1000_probe resources cleanupVasily Averin1-16/+28
2006-08-29e1000: IRQ resources cleanupVasily Averin1-1/+4
2006-08-29e1000: Whitespace cleanup, cosmetic changesAuke Kok5-554/+554
2006-08-24Merge branch 'upstream-fixes' of git://lost.foo-projects.org/~ahkok/git/netde...Jeff Garzik7-41/+80
2006-08-24[PATCH] myri10ge: use multicast support in the firmwareBrice Goglin2-8/+124
2006-08-24[PATCH] myri10ge: use netif_msg_linkBrice Goglin1-7/+39
2006-08-24Merge branch 'upstream-fixes' into upstreamJeff Garzik5-14/+37
2006-08-24Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik1-0/+3
2006-08-24[PATCH] spectrum_cs: Fix firmware uploading errorsRichard Purdie1-1/+1
2006-08-24[PATCH] pcnet32: break in 2.6.18-rc1 identifiedDon Fry1-8/+17
2006-08-24[PATCH] xirc2ps_cs: Cannot reset card in atomic contextJoerg Ahrens1-4/+14
2006-08-24[PATCH] Signedness issue in drivers/net/3c515.cEric Sesterhenn1-1/+2
2006-08-23[PATCH] hostap: Restore antenna selection settings after port resetPavel Roskin1-0/+3
2006-08-23[PATCH] spectrum_cs: Fix incorrect use of pcmcia_dev_present()Pavel Roskin1-1/+1
2006-08-20[PATCH] network: axnet_cs.c: add new id (0x021b, 0x0202)Komuro1-2/+1
2006-08-20Merge branch 'upstream-fixes' into upstreamJeff Garzik1-4/+5
2006-08-20[PATCH] WAN: fix C101 card carrier handlingKrzysztof Halasa1-4/+5
2006-08-20drivers/net: Remove deprecated use of pci_module_init()Jeff Garzik64-64/+64
2006-08-20[PATCH] remove an unused function from the headerHenrik Kretzschmar1-19/+0
2006-08-20Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik13-77/+575
2006-08-20[PATCH] myri10ge: convert to netdev_alloc_skbBrice Goglin1-17/+20
2006-08-20[PATCH] myri10ge: define some previously hardwired firmware constantsBrice Goglin2-8/+23
2006-08-20Merge branch 'upstream-fixes' into upstreamJeff Garzik58-1193/+8038
2006-08-20[PATCH] FS_ENET: use PAL for mii managementVitaly Bordug11-1049/+711
2006-08-20[PATCH] PAL: Support of the fixed PHYVitaly Bordug5-21/+407
2006-08-20[PATCH] xircom_cb: wire up errors from pci_register_driver()Alexey Dobriyan1-2/+1
2006-08-20[PATCH] s390: fix arp_tbl lock usage in qethHeiko Carstens1-4/+4
2006-08-20[PATCH] skge: remember to run netif_poll_disable()Edgar E. Iglesias1-0/+2
2006-08-20[PATCH] Add ethtool -g support to Spidernet network driverJim Lewis3-5/+23
2006-08-20[PATCH] build fixes: smc91xDavid Brownell1-6/+0
2006-08-20[PATCH] via-rhine: add option avoid_D3 (work around broken BIOSes)Roger Luethi1-1/+11
2006-08-20[PATCH] lockdep: fix smc91xRussell King1-4/+4