summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx/ql4_os.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: avoid format strings in names passed to alloc_workqueue()Kees Cook2013-07-031-2/+2
* [SCSI] iscsi class, qla4xxx: fix sess/conn refcounting when find fns are usedMike Christie2013-05-101-2/+4
* [SCSI] qla4xxx: Assign values using correct datatypeAdheer Chandravanshi2013-05-021-4/+4
* [SCSI] qla4xxx: Fix smatch warningsAdheer Chandravanshi2013-05-021-16/+1
* [SCSI] qla4xxx: Fix sparse warning for qla4xxx_sysfs_ddb_tgt_createVikas Chaudhary2013-05-021-3/+3
* [SCSI] qla4xxx: Silence gcc warningVikas Chaudhary2013-05-021-5/+3
* [SCSI] qla4xxx: Use correct value for max flash node entriesAdheer Chandravanshi2013-04-111-2/+2
* [SCSI] qla4xxx: Restrict logout from boot target session using session idAdheer Chandravanshi2013-04-111-0/+8
* [SCSI] qla4xxx: Use correct flash ddb offset for ISP40XXAdheer Chandravanshi2013-04-111-19/+38
* [SCSI] qla4xxx: Replace dev type macros with generic portal type macrosAdheer Chandravanshi2013-04-111-12/+14
* [SCSI] qla4xxx: Add flash node mgmt supportAdheer Chandravanshi2013-04-111-0/+1647
* [SCSI] qla4xxx: Skip retry of initialize_adapter for ISP80XXNilesh Javali2013-04-111-1/+4
* [SCSI] qla4xxx: Added missing check for ISP83XX in CHAP related functionsVikas Chaudhary2013-04-111-3/+3
* [SCSI] qla4xxx: Fixed request queue count manipulation on response pathTej Parkash2013-04-101-13/+2
* [SCSI] qla4xxx: Fix double reset in case of firmware hung for ISP83XXVikas Chaudhary2013-04-101-2/+16
* [SCSI] qla4xxx: Set graceful reset bit for ISP83XXVikas Chaudhary2013-04-101-0/+9
* [SCSI] qla4xxx: Boot from SAN fix for ISP83XXVikas Chaudhary2013-04-101-1/+1
* [SCSI] qla4xxx: Fix return code for qla4xxx_session_get_param.Manish Rangankar2013-01-301-6/+6
* [SCSI] qla4xxx: wait for boot target login response during probe.Manish Rangankar2013-01-301-4/+82
* [SCSI] qla4xxx: Re-register IRQ handler while retrying initialize of adapterPoornima Vonti2013-01-301-23/+4
* [SCSI] qla4xxx: Quiesce driver activities while loopbackNilesh Javali2013-01-301-1/+3
* [SCSI] qla4xxx: Pass correct function param to qla4_8xxx_rd_directVikas Chaudhary2013-01-301-1/+1
* [SCSI] qla4xxx: Fix memory corruption issue in qla4xxx_get_ep_fwdb.Manish Rangankar2013-01-291-4/+7
* [SCSI] qla4xxx: Allow reset in link down caseHarish Zunjarrao2013-01-291-8/+0
* [SCSI] qla4xxx: Fix MBOX intr switching from polling to intr mode for ISP83XXVikas Chaudhary2013-01-291-6/+4
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-3/+3
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-021-163/+331
|\
| * [SCSI] qla4xxx: Disable generating pause frames for ISP83XXTej Parkash2012-09-241-0/+15
| * [SCSI] qla4xxx: IDC implementation for LoopbackNilesh Javali2012-09-241-0/+4
| * [SCSI] qla4xxx: Fix panic while rmmodVikas Chaudhary2012-09-241-0/+7
| * [SCSI] qla4xxx: Fail probe_adapter if IRQ allocation failsPoornima Vonti2012-09-241-0/+6
| * [SCSI] qla4xxx: Update idc reg in case of PCI AERVikas Chaudhary2012-09-241-2/+13
| * [SCSI] qla4xxx: Fix double IDC locking in qla4_8xxx_error_recoveryPoornima Vonti2012-09-241-2/+4
| * [SCSI] qla4xxx: Clear interrupt while unloading driver for ISP83XXVikas Chaudhary2012-09-241-0/+3
| * [SCSI] qla4xxx: Added new mbox cmd to pass driver version to FWManish Dusane2012-09-241-0/+4
| * [SCSI] qla4xxx: Update Copyright headerVikas Chaudhary2012-09-241-1/+1
| * [SCSI] qla4xxx: Added support for ISP83XXVikas Chaudhary2012-09-241-91/+171
| * [SCSI] qla4xxx: Replace all !is_qla8022() with is_qla40XX()Vikas Chaudhary2012-09-241-6/+6
| * [SCSI] qla4xxx: Added new functions in isp_opsVikas Chaudhary2012-09-241-46/+62
| * [SCSI] qla4xxx: Rename 82XX macrosVikas Chaudhary2012-09-241-10/+10
| * [SCSI] qla4xxx: Update func name from ql4_ to qla4_Vikas Chaudhary2012-09-241-3/+3
| * [SCSI] qla4xxx: Update structure and variable namesVikas Chaudhary2012-09-241-7/+7
| * [SCSI] qla4xxx: Update function name from 8xxx to 82xxVikas Chaudhary2012-09-241-50/+50
| * [SCSI] qla4xxx: Wait for cmd to complete before chip reset for ISP40XXVikas Chaudhary2012-09-241-2/+2
| * [SCSI] qla4xxx: Clear interrupt while unloading driver.Vikas Chaudhary2012-09-241-0/+9
| * [SCSI] qla4xxx: Fix lockdep warning in qla4xxx_post_work()Vikas Chaudhary2012-09-241-0/+1
| * [SCSI] qla4xxx: Fix multiple conn login event issue during session recovery.Manish Rangankar2012-09-141-4/+14
| * [SCSI] qla4xxx: Fix memory corruption issue in qla4xxx_ep_connect.Manish Rangankar2012-09-141-1/+1
* | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-10-011-1/+1
|\ \
| * | scsi: make pci error handlers constStephen Hemminger2012-09-071-1/+1
| |/
OpenPOWER on IntegriCloud