summaryrefslogtreecommitdiff
path: root/drivers/scsi/qla4xxx/ql4_os.c
AgeCommit message (Expand)Author
2013-05-10[SCSI] iscsi class, qla4xxx: fix sess/conn refcounting when find fns are usedMike Christie
2013-05-02[SCSI] qla4xxx: Assign values using correct datatypeAdheer Chandravanshi
2013-05-02[SCSI] qla4xxx: Fix smatch warningsAdheer Chandravanshi
2013-05-02[SCSI] qla4xxx: Fix sparse warning for qla4xxx_sysfs_ddb_tgt_createVikas Chaudhary
2013-05-02[SCSI] qla4xxx: Silence gcc warningVikas Chaudhary
2013-04-11[SCSI] qla4xxx: Use correct value for max flash node entriesAdheer Chandravanshi
2013-04-11[SCSI] qla4xxx: Restrict logout from boot target session using session idAdheer Chandravanshi
2013-04-11[SCSI] qla4xxx: Use correct flash ddb offset for ISP40XXAdheer Chandravanshi
2013-04-11[SCSI] qla4xxx: Replace dev type macros with generic portal type macrosAdheer Chandravanshi
2013-04-11[SCSI] qla4xxx: Add flash node mgmt supportAdheer Chandravanshi
2013-04-11[SCSI] qla4xxx: Skip retry of initialize_adapter for ISP80XXNilesh Javali
2013-04-11[SCSI] qla4xxx: Added missing check for ISP83XX in CHAP related functionsVikas Chaudhary
2013-04-10[SCSI] qla4xxx: Fixed request queue count manipulation on response pathTej Parkash
2013-04-10[SCSI] qla4xxx: Fix double reset in case of firmware hung for ISP83XXVikas Chaudhary
2013-04-10[SCSI] qla4xxx: Set graceful reset bit for ISP83XXVikas Chaudhary
2013-04-10[SCSI] qla4xxx: Boot from SAN fix for ISP83XXVikas Chaudhary
2013-01-30[SCSI] qla4xxx: Fix return code for qla4xxx_session_get_param.Manish Rangankar
2013-01-30[SCSI] qla4xxx: wait for boot target login response during probe.Manish Rangankar
2013-01-30[SCSI] qla4xxx: Re-register IRQ handler while retrying initialize of adapterPoornima Vonti
2013-01-30[SCSI] qla4xxx: Quiesce driver activities while loopbackNilesh Javali
2013-01-30[SCSI] qla4xxx: Pass correct function param to qla4_8xxx_rd_directVikas Chaudhary
2013-01-29[SCSI] qla4xxx: Fix memory corruption issue in qla4xxx_get_ep_fwdb.Manish Rangankar
2013-01-29[SCSI] qla4xxx: Allow reset in link down caseHarish Zunjarrao
2013-01-29[SCSI] qla4xxx: Fix MBOX intr switching from polling to intr mode for ISP83XXVikas Chaudhary
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman
2012-10-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-09-24[SCSI] qla4xxx: Disable generating pause frames for ISP83XXTej Parkash
2012-09-24[SCSI] qla4xxx: IDC implementation for LoopbackNilesh Javali
2012-09-24[SCSI] qla4xxx: Fix panic while rmmodVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Fail probe_adapter if IRQ allocation failsPoornima Vonti
2012-09-24[SCSI] qla4xxx: Update idc reg in case of PCI AERVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Fix double IDC locking in qla4_8xxx_error_recoveryPoornima Vonti
2012-09-24[SCSI] qla4xxx: Clear interrupt while unloading driver for ISP83XXVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Added new mbox cmd to pass driver version to FWManish Dusane
2012-09-24[SCSI] qla4xxx: Update Copyright headerVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Added support for ISP83XXVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Replace all !is_qla8022() with is_qla40XX()Vikas Chaudhary
2012-09-24[SCSI] qla4xxx: Added new functions in isp_opsVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Rename 82XX macrosVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Update func name from ql4_ to qla4_Vikas Chaudhary
2012-09-24[SCSI] qla4xxx: Update structure and variable namesVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Update function name from 8xxx to 82xxVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Wait for cmd to complete before chip reset for ISP40XXVikas Chaudhary
2012-09-24[SCSI] qla4xxx: Clear interrupt while unloading driver.Vikas Chaudhary
2012-09-24[SCSI] qla4xxx: Fix lockdep warning in qla4xxx_post_work()Vikas Chaudhary
2012-09-14[SCSI] qla4xxx: Fix multiple conn login event issue during session recovery.Manish Rangankar
2012-09-14[SCSI] qla4xxx: Fix memory corruption issue in qla4xxx_ep_connect.Manish Rangankar
2012-09-07scsi: make pci error handlers constStephen Hemminger