aboutsummaryrefslogtreecommitdiffstats
path: root/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18scsi: qla4xxx: Remove redundant continue statementColin Ian King1-2/+0
2021-06-18scsi: ppa: Switch to use module_parport_driver()Andy Shevchenko1-13/+1
2021-06-18scsi: imm: Switch to use module_parport_driver()Andy Shevchenko1-14/+1
2021-06-18scsi: mpt3sas: Fix error return value in _scsih_expander_add()Zhen Lei1-1/+3
2021-06-18scsi: mpt3sas: Fix Coverity reported issueSuganath Prabu S1-1/+1
2021-06-18scsi: mpi3mr: Make some symbols staticYang Yingliang3-3/+3
2021-06-18scsi: mpi3mr: Fix error return code in mpi3mr_init_ioc()Yang Yingliang1-0/+2
2021-06-18scsi: mpi3mr: Fix missing unlock on errorYang Yingliang1-2/+2
2021-06-15scsi: elx: efct: Tie into kernel Kconfig and build processJames Smart2-0/+3
2021-06-15scsi: elx: efct: Add Makefile and Kconfig for efct driverJames Smart2-0/+27
2021-06-15scsi: elx: efct: Transport class host interface supportJames Smart1-0/+436
2021-06-15scsi: elx: efct: Transport and hardware teardown routinesJames Smart3-0/+456
2021-06-15scsi: elx: efct: Link and host statisticsJames Smart2-0/+356
2021-06-15scsi: elx: efct: Hardware I/O submission routinesJames Smart2-0/+525
2021-06-15scsi: elx: efct: LIO backend interface routinesJames Smart2-0/+1887
2021-06-15scsi: elx: efct: SCSI I/O handling routinesJames Smart2-0/+1362
2021-06-15scsi: elx: efct: Unsolicited FC frame processing routinesJames Smart2-0/+509
2021-06-15scsi: elx: efct: Hardware queues processingJames Smart4-0/+764
2021-06-15scsi: elx: efct: Hardware I/O and SGL initializationJames Smart2-0/+615
2021-06-15scsi: elx: efct: RQ buffer, memory pool allocation and deallocation APIsJames Smart2-0/+415
2021-06-15scsi: elx: efct: Hardware queue creation and deletionJames Smart2-0/+681
2021-06-15scsi: elx: efct: Driver initialization routinesJames Smart6-0/+2749