aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_attr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-04scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha1-3/+2
2018-01-03scsi: qla2xxx: Add switch command to simplify fabric discoveryQuinn Tran1-0/+2
2017-09-07Merge branch 'fixes' into miscJames Bottomley1-4/+4
2017-08-30scsi: qla2xxx: Fix an integer overflow in sysfs codeDan Carpenter1-4/+4
2017-08-24scsi: qla2xxx: Add support for minimum link speedSawan Chandak1-0/+36
2017-08-24scsi: qla2xxx: Add ability to autodetect SFP typeQuinn Tran1-36/+6
2017-07-01scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King1-1/+1
2017-06-27scsi: qla2xxx: move fields from qla_hw_data to qla_qpairQuinn Tran1-1/+1
2017-06-27scsi: qla2xxx: Preparation for Target MQ.Quinn Tran1-1/+1
2017-06-12scsi: qla2xxx: Cleanup debug message IDsQuinn Tran1-1/+1
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2017-04-04scsi: qla2xxx: Fix typo in driverMilan P Gandhi1-1/+1
2017-03-18qla2xxx: Allow vref count to timeout on vport delete.Joe Carnuccio1-3/+1
2017-02-09qla2xxx: Add framework for async fabric discoveryQuinn Tran1-0/+3
2017-01-20Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds1-2/+1
2017-01-17qla2xxx: Avoid that building with W=1 triggers complaints about set-but-not-used variablesBart Van Assche1-2/+1
2017-01-09scsi: qla2xxx: Get mutex lock before checking optrom_stateMilan P. Gandhi1-5/+13
2016-12-14scsi: qla2xxx: Add multiple queue pair functionality.Michael Hernandez1-21/+15
2016-07-15qla2xxx: Disable the adapter and skip error recovery in case of register disconnect.Sawan Chandak1-0/+3
2016-07-15qla2xxx: Properly reset firmware statistics.Joe Carnuccio1-4/+24
2016-07-15qla2xxx: Properly initialize IO statistics.Joe Carnuccio1-25/+25
2016-07-15qla2xxx: Remove sysfs node fw_dump_template.Joe Carnuccio1-89/+0
2016-02-23qla2xxx: Avoid side effects when using endianizer macros.Joe Carnuccio1-2/+2
2016-02-23qla2xxx: Add support for Private link statistics counters.Harish Zunjarrao1-2/+4
2016-02-23qla2xxx: Add support for online flash update for ISP27XX.Sawan Chandak1-2/+10
2016-01-07qla2xxx: Added interface to send explicit LOGO.Himanshu Madhani1-0/+36
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+19
2015-08-26qla2xxx: Add support to show MPI and PEP FW version for ISP27xx.Sawan Chandak1-1/+18
2015-08-26qla2xxx: Remove a superfluous testBart Van Assche1-2/+1
2015-08-26qla2xxx: Remove set-but-not-used variablesBart Van Assche1-2/+0
2015-07-24qla2xxx: Enable target mode for ISP27XXHimanshu Madhani1-1/+1
2014-09-25qla2xxx: Add missing ISP27xx checks to optrom code.Alex Vechersky1-1/+2
2014-09-25qla2xxx: Free sysfs attributes for ISP27xx.Nigel Kirkland1-0/+2
2014-09-25qla2xxx: Add diagnostic port functionality.Joe Carnuccio1-3/+3
2014-09-25qla2xxx: Add FDMI-2 functionality.Himanshu Madhani1-2/+3
2014-05-19qla2xxx: Add MBC option for fast SFP data access.Joe Carnuccio1-1/+1
2014-05-19qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan1-1/+1
2014-05-19qla2xxx: Enable fw_dump_size for ISP8044.Hiral Patel1-1/+1
2014-03-19[SCSI] qla2xxx: Fix build errors related to invalid print fields on some architectures.Chad Dupuis1-3/+3
2014-03-15[SCSI] qla2xxx: Read capture firmware dump on mailbox timeout for ISP8044 and ISP82XX.Chad Dupuis1-0/+35
2014-03-15[SCSI] qla2xxx: Add support for ISP2071.Chad Dupuis1-1/+96
2014-03-15[SCSI] qla2xxx: Add mutex around optrom calls to serialize accesses.Chad Dupuis1-19/+42
2014-01-31Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+2
2014-01-19qla2xxx: Enhancements to enable NPIV support for QLOGIC ISPs with TCM/LIO.Saurav Kashyap1-0/+2
2013-12-19[SCSI] qla2xxx: Use scnprintf() instead of snprintf() in the sysfs handlers.Sawan Chandak1-52/+52
2013-12-19[SCSI] qla2xxx: Add changes to obtain ISPFX00 adapters product information in accordance with firmware update.Armen Baloyan1-4/+0
2013-12-19[SCSI] qla2xxx: Fix undefined behavior in call to snprintf().Joe Carnuccio1-2/+2
2013-12-19[SCSI] qla2xxx: Refactor shutdown code so some functionality can be reused.Chad Dupuis1-2/+2
2013-09-03[SCSI] qla2xxx: print MAC via %pMR.Andy Shevchenko1-4/+1
2013-09-03[SCSI] qla2xxx: Add a new interface to update versions.Sawan Chandak1-2/+14