aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390 (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-12[S390] zcrypt: fix PCIXCC/CEX2C error recoveryRalph Wuerthner1-2/+5
2007-10-12[S390] zcrypt: fix ap_reset_domain()Ralph Wuerthner1-2/+3
2007-10-12[S390] zcrypt: remove duplicated struct CPRBX definitionRalph Wuerthner2-46/+1
2007-10-12[S390] zcrypt: make init/exit functions static.Heiko Carstens1-2/+2
2007-10-12[S390] cio: Avoid machine check vs. not operational races.Cornelia Huck3-127/+21
2007-10-12[S390] cio: Fix device attributes for early devices.Cornelia Huck1-0/+1
2007-10-12[S390] cio: Disable channel measurements (cmf) on shutdown/reboot.Cornelia Huck2-0/+7
2007-10-12[S390] cio: Introduce ccw_bus_type.shutdown.Cornelia Huck2-6/+14
2007-10-12[S390] cio: Disable channel path measurements on shutdown/reboot.Cornelia Huck1-0/+29
2007-10-12[S390] cio: Minor style fixes.Cornelia Huck1-4/+4
2007-10-12[S390] cio: Add docbook comments.Cornelia Huck3-57/+315
2007-10-12[S390] cio: Kerneldoc comments for cmf.Cornelia Huck1-13/+74
2007-10-12[S390] cio: Fix some coding style issues in cmf.Cornelia Huck1-64/+77
2007-10-12[S390] cio: remove subchannel_add_files()Cornelia Huck1-1/+0
2007-10-12[S390] cio: rename css to channel_subsystemsCornelia Huck4-39/+49
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds8-45/+63
2007-10-11[QETH]: fix qeth_main.cAndrew Morton1-1/+2
2007-10-10qeth: discard inbound packets with unknown header idUrsula Braun1-1/+6
2007-10-10lcs: Channel errors drive lcs_recovery which leads to kernel panic.Klaus D. Wacker2-3/+9
2007-10-10qeth: avoid duplicate deletion of multicast addressesUrsula Braun1-2/+3
2007-10-10qeth: EDDP does not work on large MTUsFrank Blaschka2-8/+11
2007-10-10qeth: HiperSockets layer-3 interface drop non IPv4 or non IPv6 packetsKlaus D. Wacker1-2/+2
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger2-20/+27
2007-10-10[NET]: Wrap hard_header_parseStephen Hemminger1-3/+3
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle5-5/+0
2007-10-10Drop 'size' argument from bio_endio and bi_end_ioNeilBrown2-6/+4
2007-10-10Fixup rq_for_each_segment() indentationJens Axboe5-50/+46
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown5-46/+26
2007-09-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds3-10/+8
2007-08-31qeth: Drop ARP packages on HiperSockets interface with NOARP attribute.Klaus D. Wacker1-2/+8
2007-08-31qeth: provide specific message for OSA-adapters exclusively usedUrsula Braun2-9/+20
2007-08-31qeth: crash during reboot after failing online settingUrsula Braun1-7/+13
2007-08-31qeth: Announce tx checksumming for qeth devices in TSO/EDDP modeFrank Blaschka1-14/+68
2007-08-31qeth: dont return the return values of void functions.Heiko Carstens2-6/+6
2007-08-31qeth: enforce a rate limit for inbound scatter gather messagesFrank Blaschka1-5/+8
2007-08-31qeth: ungrouping a device must not be interruptibleUrsula Braun1-3/+2
2007-08-22[S390] vmur: fix reference counting for vmur device structureMichael Holzheu2-58/+161
2007-08-22[S390] vmur: fix diag14 exceptions with addresses > 2GB.Michael Holzheu4-75/+7
2007-08-22[S390] qdio: Refresh buffer states for IQDIO Asynchronous output queueKlaus D. Wacker1-1/+2
2007-08-22[S390] qdio: fix EQBS handling on CCQ96Klaus D. Wacker1-0/+2
2007-08-22[S390] cio: change confusing message in cmf.Cornelia Huck1-7/+3
2007-08-22[S390] cio: dont forget to set last slot to NULL in ccw_uevent().Cornelia Huck1-1/+4
2007-08-15[SCSI] zfcp: fix the data buffer accessor patchHeiko Carstens1-7/+3
2007-08-15[SCSI] zfcp: allocate gid_pn_data objects from gid_pn_cacheHeiko Carstens1-2/+2
2007-08-15[SCSI] zfcp: fix memory leakHeiko Carstens1-1/+3
2007-08-10[S390] monwriter: Serialization bug for multithreaded applications.Melissa Howland1-0/+6
2007-08-10[S390] vmur: diag14 only works with buffers below 2GBMichael Holzheu1-36/+70
2007-08-10[S390] vmur: add "top of queue" sanity check for reader openMichael Holzheu2-1/+7
2007-08-10[S390] vmur: reject open on z/VM reader files with status HOLDMichael Holzheu2-2/+6
2007-08-10[S390] vmur: use DECLARE_COMPLETION_ONSTACK to keep lockdep happyHeiko Carstens1-1/+1