summaryrefslogtreecommitdiffstats
path: root/drivers/message
AgeCommit message (Expand)AuthorLines
2020-10-26scsi: mptfusion: Fix null pointer dereferences in mptscsih_remove()Helge Deller-5/+8
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-9/+5
2020-09-01scsi: mptscsih: Remove set but not used 'timeleft'Jason Yan-2/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-6/+6
2020-08-20scsi: mptctl: Remove unneeded cast from memory allocationLi Heng-3/+2
2020-08-20scsi: mptfc: Remove unneeded cast from memory allocationLi Heng-4/+2
2020-06-26scsi: mptfusion: Don't use GFP_ATOMIC for larger DMA allocationsChristoph Hellwig-21/+20
2020-06-24scsi: mptscsih: Fix read sense data sizeTomas Henzl-3/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-7/+7
2020-04-13scsi: docs: fusion: get rid of a doc build warningMauro Carvalho Chehab-3/+5
2020-03-26scsi: message: fusion: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-03-11scsi: fusion: fix if-statement empty body warningRandy Dunlap-2/+3
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-163/+50
2020-01-15scsi: mptfusion: Fix double fetch bug in ioctlDan Carpenter-163/+50
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin-1/+1
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+1
2019-06-18scsi: message: fusion: Use kmemdup instead of memcpy and kmallocBharath Vedartham-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-03scsi: mptscsih: Mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2019-03-19scsi: mptfusion: remove set, but not used, variablesYueHaibing-5/+0
2019-03-19scsi: mptfusion: mark expected switch fall-throughGustavo A. R. Silva-1/+1
2019-03-19scsi: mptfusion: fix indentation issuesColin Ian King-20/+20
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig-3/+0
2018-09-28scsi: mptfusion: Remove unnecessary parenthesesNathan Chancellor-2/+2
2018-09-11scsi: message: fusion: fix a few trivial spelling mistakesColin Ian King-9/+9
2018-07-30scsi: message: fusion: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai-2/+2
2018-07-30scsi: mptctl: change strncpy+truncation to strlcpyDominique Martinet-2/+2
2018-07-10scsi: mptfusion: mark expected switch fall-throughsGustavo A. R. Silva-0/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-3/+4
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-6/+6
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-46/+11
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig-1/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-46/+11
2018-05-14scsi: mptlan: Fix mpt_lan_sdu_send()'s return typeLuc Van Oostenryck-1/+1
2018-05-08scsi: mptsas: fix spelling mistake: "matchs" -> "matches"Colin Ian King-1/+1
2018-05-08scsi: mptfusion: fix spelling mistake: "initators" -> "initiators"Colin Ian King-1/+1
2018-04-19scsi: mptfc: fix spelling mistake in macro namesColin Ian King-3/+3
2018-04-18scsi: mptsas: Disable WRITE SAMEMartin K. Petersen-0/+1
2018-03-26treewide: Align function definition open/close bracesJoe Perches-1/+1
2018-01-30scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()Dan Carpenter-0/+2
2018-01-17scsi: mptsas: remove duplicated assignment to pointer headColin Ian King-1/+0
2018-01-17scsi: mptfusion: Use snprintf() instead of open coded divisionsAndy Shevchenko-18/+7
2018-01-08scsi: mptfusion: use strlcpy() instead of strncpy()Xiongfeng Wang-1/+1
2017-12-07scsi: fusion: clean up some indentationsColin Ian King-28/+29
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+15
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook-2/+2
2017-08-29scsi: scsi_transport_sas: switch to bsg-lib for SMP passthroughChristoph Hellwig-42/+37
2017-08-25scsi: mptsas: Fixup device hotplug for VMWare ESXiHannes Reinecke-4/+3
2017-08-25scsi: mptfc: Do not call fc_block_scsi_eh() on host resetHannes Reinecke-9/+1