summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2006-12-05[PATCH] trivial missing __init in drivers/net/*Al Viro33-37/+37
2006-12-05[PATCH] mv643xx_eth.c NULL noise removalAl Viro1-2/+2
2006-12-05[PATCH] __iomem annotations: smc91xAl Viro1-2/+2
2006-12-04Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro...Linus Torvalds25-0/+26
2006-12-04Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+5
2006-12-04[S390] cio: Use device_reprobe() instead of bus_rescan_devices().Cornelia Huck1-1/+13
2006-12-04[S390] cio: Retry internal operations after vary off.Cornelia Huck7-11/+90
2006-12-04[S390] cio: Use path verification for last path gone after vary off.Cornelia Huck3-10/+24
2006-12-04[S390] non-unique constant/macro identifiers.Ursula Braun6-65/+58
2006-12-04[S390] cpu shutdown reworkHeiko Carstens1-36/+1
2006-12-04[S390] Reset infrastructure for re-IPL.Heiko Carstens2-63/+100
2006-12-04[S390] return 'count' for successful execution of dasd_eer_enable.Horst Hummel1-4/+5
2006-12-04[S390] Enhanced handling of failed termination requests.Horst Hummel1-5/+11
2006-12-04[S390] Add MODALIAS= to the uevent for the ap bus.Cornelia Huck1-1/+9
2006-12-04[S390] 3215 device locking.Martin Schwidefsky1-26/+24
2006-12-04[S390] handle incorrect values when writing to dasd sysfs attributes.Horst Hummel1-14/+29
2006-12-04[PATCH] severing poll.h -> mm.hAl Viro2-0/+2
2006-12-04[PATCH] severing skbuff.h -> mm.hAl Viro9-0/+10
2006-12-04[PATCH] severing skbuff.h -> highmem.hAl Viro2-0/+2
2006-12-04[PATCH] severing fs.h, radix-tree.h -> sched.hAl Viro5-0/+5
2006-12-04[PATCH] severing module.h->sched.hAl Viro7-0/+7
2006-12-04[SUNHME]: Fix for sunhme failures on x86Jurij Smakov1-0/+5
2006-12-04Remove long-unmaintained ftape driver subsystem.Jeff Garzik64-19402/+0
2006-12-03[NET]: Split skb->csumAl Viro9-10/+10
2006-12-03[BNX2]: Update version and rel date.Michael Chan1-2/+2
2006-12-03[BNX2]: Add 5709 PCI ID.Michael Chan1-2/+11
2006-12-03[BNX2]: Download 5709 firmware.Michael Chan1-4/+38
2006-12-03[BNX2]: New firmware to support 5709 (part 4).Michael Chan1-0/+1037
2006-12-03[BNX2]: New firmware to support 5709 (part 3).Michael Chan1-0/+712
2006-12-03[BNX2]: New firmware to support 5709 (part 2).Michael Chan1-0/+1259
2006-12-03[BNX2]: New firmware to support 5709 (part 1).Michael Chan1-0/+1078
2006-12-03[BNX2]: Add 5709 reset and runtime code.Michael Chan1-24/+37
2006-12-03[BNX2]: Add 5709 init code.Michael Chan1-37/+130
2006-12-03[BNX2]: Add new 5709 registers (part 2).Michael Chan1-22/+1410
2006-12-03[BNX2]: Add new 5709 registers (part 1).Michael Chan1-146/+1311
2006-12-03[BNX2]: Re-organize firmware structures.Michael Chan3-218/+187
2006-12-03[BNX2]: Remove udelay() in copper PHY code.Michael Chan1-7/+6
2006-12-03[BNX2]: Add 5708S parallel detection.Michael Chan2-21/+57
2006-12-03[BNX2]: Add bnx2_5706_serdes_timer().Michael Chan1-56/+55
2006-12-03[BNX2]: Improve SerDes handling.Michael Chan2-21/+41
2006-12-03[BNX2]: Fix Xen problem.Michael Chan2-381/+691
2006-12-03[NET]: Conditionally use bh_lock_sock_nested in sk_receive_skbArnaldo Carvalho de Melo1-1/+1
2006-12-03[NET] driver/s390/net: Checksum annotations.Al Viro4-24/+24
2006-12-03[NET]: Kill direct includes of asm/checksum.hAl Viro4-4/+0
2006-12-03[RANDOM]: Annotate random.h IP helpers.Al Viro1-24/+24
2006-12-03netpoll queue cleanupStephen Hemminger1-1/+0
2006-12-03netpoll setup error handlingStephen Hemminger1-2/+5
2006-12-03[ATM] ambassador,firestream: "-1 >>" is implementation definedAlexey Dobriyan2-2/+2
2006-12-03[NET]: The scheduled removal of the frame diverter.Adrian Bunk1-1/+0
2006-12-03Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds124-2924/+24088