aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_def.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-18qla2xxx: Fix delayed response to command for loop mode/direct connect.Quinn Tran1-2/+8
2017-03-18qla2xxx: Change scsi host lookup method.Quinn Tran1-0/+2
2017-03-18qla2xxx: Add DebugFS node to display Port DatabaseHimanshu Madhani1-0/+2
2017-03-18qla2xxx: Use IOCB interface to submit non-critical MBX.Quinn Tran1-3/+9
2017-03-18qla2xxx: Export DIF stats via debugfsAnil Gurumurthy1-0/+12
2017-03-18qla2xxx: Improve T10-DIF/PI handling in driver.Quinn Tran1-0/+10
2017-03-18qla2xxx: Allow relogin to proceed if remote login did not finishQuinn Tran1-0/+2
2017-03-18qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio1-1/+5
2017-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-9/+297
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2017-02-09qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio1-3/+4
2017-02-09qla2xxx: Improve RSCN handling in driverQuinn Tran1-1/+10
2017-02-09qla2xxx: Remove unused reverse_ini_modeHimanshu Madhani1-1/+0
2017-02-09qla2xxx: Add Dual mode support in the driverQuinn Tran1-0/+1
2017-02-09qla2xxx: Add framework for async fabric discoveryQuinn Tran1-4/+171
2017-02-08qla2xxx: Track I-T nexus as single fc_port structQuinn Tran1-1/+111
2017-02-08qla2xxx: Remove direct access of scsi_status field in se_cmdQuinn Tran1-0/+1
2017-01-20Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds1-1/+2
2017-01-17qla2xxx: Terminate exchange if corruptedQuinn Tran1-1/+2
2017-01-11scsi: qla2xxx: remove irq_affinity_notifierChristoph Hellwig1-1/+0
2017-01-11scsi: qla2xxx: fix MSI-X vector affinityChristoph Hellwig1-1/+1
2017-01-09scsi: qla2xxx: rename {vendor|hba}_indentifer to {vendor|hba}_identiferColin Ian King1-2/+2
2016-12-14scsi: qla2xxx: Fix Target mode handling with Multiqueue changes.Quinn Tran1-1/+2
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez1-15/+90
2016-12-14scsi: qla2xxx: Utilize pci_alloc_irq_vectors/pci_free_irq_vectors calls.Michael Hernandez1-1/+1
2016-11-17scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn1-1/+1
2016-09-15scsi: qla2xxx: Use struct t10_pi_tupleChristoph Hellwig1-10/+0
2016-07-15qla2xxx: Separate ISP type bits out from device type.Joe Carnuccio1-2/+4
2016-07-15qla2xxx: Let DPORT be enabled purely by nvram.Joe Carnuccio1-0/+1
2016-07-15qla2xxx: Check for device state before unloading the driver.Sawan Chandak1-0/+1
2016-07-15qla2xxx: Properly initialize IO statistics.Joe Carnuccio1-1/+0
2016-07-15qla2xxx: Shutdown board on thermal shutdown aen.Joe Carnuccio1-0/+1
2016-07-15qla2xxx: Add ram area DDR for fwdump template entry T262.Joe Carnuccio1-0/+2
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+1
2016-03-10qla2xxx: Add DebugFS node for target sess list.Quinn Tran1-0/+1
2016-02-23qla2xxx: Add support for Private link statistics counters.Harish Zunjarrao1-2/+30
2016-02-23qla2xxx: Add support for buffer to buffer credit value for ISP27XX.Sawan Chandak1-0/+2
2016-02-23qla2xxx: Add support for online flash update for ISP27XX.Sawan Chandak1-0/+22
2016-01-07qla2xxx: Set all queues to 4kQuinn Tran1-1/+2
2016-01-07qla2xxx: Move atioq to a different lock to reduce lock contentionQuinn Tran1-0/+1
2016-01-07qla2xxx: Add irq affinity notificationQuinn Tran1-0/+6
2016-01-07qla2xxx: Remove dependency on hardware_lock to reduce lock contention.Quinn Tran1-0/+1
2016-01-07qla2xxx: Wait for all conflicts before ack'ing PLOGIAlexei Potashnik1-0/+2
2016-01-07qla2xxx: Delete session if initiator is gone from FWAlexei Potashnik1-0/+2
2016-01-07qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani1-1/+18
2016-01-07qla2xxx: Add FW resource count in DebugFS.Quinn Tran1-3/+10
2016-01-07qla2xxx: Enable Target counters in DebugFS.Himanshu Madhani1-0/+15
2016-01-07qla2xxx: Enable Exchange offload support.Himanshu Madhani1-1/+11
2016-01-07qla2xxx: Enable Extended Logins supportHimanshu Madhani1-2/+11
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+10