aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-03-03Massive net driver const-ification.Arjan van de Ven43-118/+118
2006-03-01Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds2-76/+46
2006-03-01[PATCH] pcmcia: add id for AMB8110 PC CardJesse Allen1-0/+1
2006-03-01[PATCH] pcmcia: avoid binding hostap_cs to Orinoco cardsPavel Roskin1-1/+4
2006-03-01Merge branch 'e1000' of ssh://198.78.49.142/srv/git/intel/linux-2.6Jeff Garzik2-76/+46
2006-02-28[PATCH] e1000: revert to single descriptor for legacy receive pathJeff Kirsher2-76/+46
2006-02-28[PATCH] sky2: remove MSI supportStephen Hemminger2-78/+0
2006-02-28Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6Jeff Garzik2-16/+24
2006-02-278139cp: fix broken suspend/resumeFrancois Romieu1-16/+21
2006-02-27via-velocity: fix memory corruption when changing the mtuFrancois Romieu1-0/+3
2006-02-27[TG3]: Fix Sun tg3 variant detection.David S. Miller1-0/+9
2006-02-25Fix Wake on LAN support in sis900Daniele Venzano1-2/+2
2006-02-23Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6Linus Torvalds6-153/+370
2006-02-24[PATCH] drivers/net/tlan.c: #ifdef CONFIG_PCI the PCI specific codeAdrian Bunk1-0/+2
2006-02-23[NET]: Increase default IFB device count.Richard Lucassen1-1/+1
2006-02-23skge: protect interrupt maskStephen Hemminger2-7/+15
2006-02-23skge: genesis phy initialzationStephen Hemminger1-11/+26
2006-02-23skge: NAPI/irq race fixStephen Hemminger1-12/+5
2006-02-23r8169: enable wake on lanFrancois Romieu1-0/+87
2006-02-23r8169: fix broken ring index handling in suspend/resumeFrancois Romieu1-43/+59
2006-02-23[PATCH] sky2: close race on IRQ mask update.Stephen Hemminger2-7/+17
2006-02-23[PATCH] sky2: use device iomem to access PCI configStephen Hemminger2-48/+54
2006-02-23[PATCH] sky2: force early transmit statusStephen Hemminger1-8/+6
2006-02-23[PATCH] sky2: poke coalescing timer to fix hangStephen Hemminger1-0/+11
2006-02-23[PATCH] sky2: limit coalescing values to ring sizeStephen Hemminger1-3/+3
2006-02-23[PATCH] sky2: yukon-ec-u chipset initializationStephen Hemminger2-19/+90
2006-02-20Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-18/+79
2006-02-20[PATCH] ipw2200: Suppress warning messageZhu Yi1-3/+3
2006-02-19[IRDA]: irda-usb bug fixesJean Tourrilhes2-18/+79
2006-02-17[PATCH] bonding: fix a locking bug in bond_releaseJay Vosburgh1-0/+1
2006-02-17[PATCH] smctr warning fixAndrew Morton1-1/+1
2006-02-17[PATCH] sky2: speed setting fixStephen Hemminger1-1/+30
2006-02-17[PATCH] skge: speed settingStephen Hemminger1-1/+9
2006-02-17[PATCH] skge: no longer experimentalStephen Hemminger1-2/+2
2006-02-17[PATCH] sk98lin: no d-link support (kconfig)Stephen Hemminger1-1/+0
2006-02-17[PATCH] Wavelan_cs bitfield fixesJean Tourrilhes1-12/+4
2006-02-17Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6Jeff Garzik1-2/+2
2006-02-17[PATCH] wireless/atmel: fix Open System authentication process bugsDan Williams1-10/+27
2006-02-17[PATCH] wireless/atmel: fix setting TX key only in ENCODEEXTDan Williams1-29/+32
2006-02-16sis190: early setting of the pci driver private dataFrancois Romieu1-2/+2
2006-02-13[APPLETALK]: warning fixAndrew Morton1-1/+1
2006-02-12[PATCH] orinoco: support smc2532wJesse Allen1-0/+1
2006-02-10[PATCH] wrong firmware location in IPW2100 Kconfig entryJesper Juhl1-1/+1
2006-02-08[PATCH] type-safe min() in prism54Al Viro1-1/+1
2006-02-07[PATCH] missing includes in drivers/net/mv643xx_eth.cAl Viro1-0/+2
2006-02-07[PATCH] bogus asm/delay.h includesAl Viro2-2/+2
2006-02-07[PATCH] remove bogus asm/bug.h includes.Al Viro1-1/+0
2006-02-07[PATCH] Kbuild menu - hide empty NETDEVICES menu when NET is disabledPaolo 'Blaisorblade' Giarrusso1-6/+1
2006-02-07[PATCH] uli526x warning fixAndrew Morton1-1/+1
2006-02-07Merge branch 'for-jeff' of git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6Jeff Garzik2-18/+33