aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-15qla2xxx: Let DPORT be enabled purely by nvram.Joe Carnuccio1-6/+6
2016-07-15qla2xxx: Properly initialize IO statistics.Joe Carnuccio1-0/+3
2016-07-15qla2xxx: Set FLOGI retry in additional firmware options for P2P (N2N) mode.Giridhar Malavali1-0/+24
2016-02-23qla2xxx: Set relogin flag when we fail to queue login requests.Chad Dupuis1-1/+5
2016-02-23qla2xxx: Avoid side effects when using endianizer macros.Joe Carnuccio1-8/+8
2016-02-23qla2xxx: Add support for online flash update for ISP27XX.Sawan Chandak1-0/+91
2016-02-23qla2xxx: Allow fw to hold status before sending ABTS response.Himanshu Madhani1-1/+10
2016-02-23qla2xxx: Seed init-cb login timeout from nvram exclusively.Joe Carnuccio1-3/+0
2016-02-06qla2xxx: Fix stale pointer access.Quinn Tran1-5/+5
2016-01-07qla2xxx: Check for online flag instead of active reset when transmitting responsesDilip Kumar Uppugandla1-14/+20
2016-01-07qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran1-2/+4
2016-01-07qla2xxx: Add FW resource count in DebugFS.Quinn Tran1-7/+5
2016-01-07qla2xxx: Enable Exchange offload support.Himanshu Madhani1-0/+7
2016-01-07qla2xxx: Enable Extended Logins supportHimanshu Madhani1-0/+7
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-83/+79
2015-08-26qla2xxx: Pause risc before manipulating risc semaphore.Joe Carnuccio1-0/+3
2015-08-26qla2xxx: Use ssdid to gate semaphore manipulation.Joe Carnuccio1-2/+2
2015-08-26qla2xxx: Avoid that sparse complains about duplicate [noderef] attributesBart Van Assche1-1/+1
2015-08-26qla2xxx: Remove __constant_ prefixBart Van Assche1-74/+69
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-6/+4
2015-07-24qla2xxx: disable scsi_transport_fc registration in target modeAlexei Potashnik1-3/+11
2015-07-24qla2xxx: added sess generations to detect RSCN update racesAlexei Potashnik1-12/+20
2015-07-24qla2xxx: delay plogi/prli ack until existing sessions are deletedAlexei Potashnik1-1/+6
2015-07-24qla2xxx: kill sessions/log out initiator on RSCN and port down eventsRoland Dreier1-26/+111
2015-07-24qla2xxx: Enable target mode for ISP27XXHimanshu Madhani1-2/+2
2015-07-24qla2xxx: Fix hardware lock/unlock issue causing kernel panic.Saurav Kashyap1-0/+4
2015-06-13qla2xxx: Fix indentationBart Van Assche1-1/+1
2015-04-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+63
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2015-04-10qla2xxx: Add debugging info for MBX timeout.Himanshu Madhani1-10/+58
2015-04-10qla2xxx: Increase the wait time for firmware to be ready for P3P.Chad Dupuis1-2/+5
2015-03-06qla2xxx: Fix printks in ql_log messageYannick Guerrini1-2/+2
2014-12-15qla2xxx: fix race in handling rport deletion during recovery causes panicLaurence Oberman1-2/+0
2014-09-25qla2xxx: Handle chip reset in target mode.Arun Easi1-0/+4
2014-09-25qla2xxx: Fail adapter initialization on load ram failure.Chad Dupuis1-2/+2
2014-09-25qla2xxx: Restore WWPN in case of Loop Dead.Himanshu Madhani1-0/+5
2014-09-25qla2xxx: Force use of mailbox interface for flash access commands for ISP27xx.Chad Dupuis1-1/+3
2014-09-25qla2xxx: Enable diagnostic port using NVRAM parameters.Himanshu Madhani1-0/+4
2014-09-25qla2xxx: Declaration error cause stack corruption.Quinn Tran1-1/+1
2014-09-25qla2xxx: Add diagnostic port functionality.Joe Carnuccio1-3/+3
2014-09-25qla2xxx: Add endianizer to max_payload_size modifier.Joe Carnuccio1-6/+6
2014-07-25qla2xxx: Use dma_zalloc_coherentJoe Perches1-6/+4
2014-05-19qla2xxx: Do logins from a chip reset in DPC thread instead of the error handler thread.Chad Dupuis1-37/+3
2014-05-19qla2xxx: ISP27xx queue index shadow registers.Joe Carnuccio1-0/+8
2014-05-19qla2xxx: Clear loop_id for ports that are marked lost during fabric scanning.Chad Dupuis1-1/+1
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-05-19qla2xxx: Introduce fw_dump_flag to track fw dump progress.Hiral Patel1-0/+1
2014-03-19[SCSI] qla2xxx: Fix build errors related to invalid print fields on some architectures.Chad Dupuis1-6/+6
2014-03-15[SCSI] qla2xxx: Add IOCB Abort command asynchronous handling.Armen Baloyan1-0/+88
2014-03-15[SCSI] qla2xxx: Fix Task Management command asynchronous handlingArmen Baloyan1-35/+44