aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi/be_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-2/+2
|\
| * treewide: remove extra semicolonsJustin P. Mattock2011-04-101-2/+2
* | [SCSI] be2iscsi: fix boot hang due to interrupts not getting rearmedJayamohan Kallickal2011-05-011-9/+9
* | [SCSI] be2iscsi: Fix for proper setting of FWJayamohan Kallickal2011-04-151-4/+9
* | [SCSI] be2iscsi: check boot_kset is created before destroying itJayamohan Kallickal2011-04-151-2/+4
* | [SCSI] be2iscsi: change in copyright noticeJayamohan Kallickal2011-04-151-7/+7
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-1/+2
|\
| * [SCSI] be2iscsi: fix null ptr ref in conn get paramMike Christie2011-02-241-1/+2
* | scsi/be2iscsi,qla2xxx: convert to alloc_workqueue()Tejun Heo2011-02-011-1/+1
|/
* [SCSI] be2iscsi: fix null ptr when accessing task hdrMike Christie2010-12-311-1/+2
* [SCSI] be2iscsi: fix gfp use in alloc_pduMike Christie2010-12-311-1/+1
* [SCSI] be2iscsi: SGE Len == 64KJayamohan Kallickal2010-10-111-1/+1
* [SCSI] be2iscsi: Add support for iscsi bootJayamohan Kallickal2010-08-061-0/+311
* [SCSI] be2iscsi: Fix for premature buffer freeJayamohan Kallickal2010-07-281-4/+37
* [SCSI] be2iscsi: Remove debug print in IO pathJayamohan Kallickal2010-07-281-2/+0
* [SCSI] be2iscsi: Maintain same ITT across loginJayamohan Kallickal2010-07-281-5/+36
* [SCSI] be2iscsi: Adding crashdump supportJayamohan Kallickal2010-07-281-0/+50
* [SCSI] be2iscsi: Fix to handle request_irq failureJayamohan Kallickal2010-07-281-1/+20
* [SCSI] be2iscsi: No return value for hwi_enable_intrJayamohan Kallickal2010-07-281-19/+5
* [SCSI] be2iscsi: Fixing the return type of functionsJayamohan Kallickal2010-07-281-1/+1
* [SCSI] be2iscsi: Fixing return valuesJayamohan Kallickal2010-07-281-2/+2
* [SCSI] be2iscsi: Fix warnings from new checkpatch.plJayamohan Kallickal2010-07-281-69/+72
* [SCSI] be2iscsi: fix null dereference on error pathDan Carpenter2010-07-271-2/+2
* [SCSI] be2iscsi: fix memory leak on error pathDan Carpenter2010-07-271-0/+1
* [SCSI] be2iscsi: fix disconnection cleanupMike Christie2010-07-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] be2iscsi: Alloc only one EQ if intr modeJayamohan Kallickal2010-03-031-5/+9
* [SCSI] be2iscsi: Fixing memory allocation for connectionJayamohan Kallickal2010-03-031-2/+2
* [SCSI] be2iscsi: Remove debug codeJayamohan Kallickal2010-03-031-1/+0
* [SCSI] be2iscsi: cleans up abort handlingJayamohan Kallickal2010-03-031-51/+11
* [SCSI] be2iscsi: Cleanup of resets for device and targetJayamohan Kallickal2010-03-031-7/+127
* [SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal2010-03-031-1/+1
* [SCSI] be2iscsi: Adding support for BE3Jayamohan Kallickal2010-02-171-5/+25
* [SCSI] be2iscsi: correction in the claculation for num_cxn_wrbJayamohan Kallickal2010-02-081-7/+6
* [SCSI] be2iscsi: changing the chip opcode for TEXTJayamohan Kallickal2010-02-081-2/+1
* [SCSI] be2iscsi: Ensure clean reuse of wrbJayamohan Kallickal2010-02-081-6/+17
* [SCSI] be2iscsi: correcting the returnJayamohan Kallickal2010-02-081-1/+1
* [SCSI] be2iscsi: changing copyright to 2010Jayamohan Kallickal2010-02-081-1/+1
* [SCSI] be2iscsi: Remove Ring mode from driverJayamohan Kallickal2010-02-081-148/+33
* [SCSI] be2iscsi: Fixing Bug for multiple SGEsJayamohan Kallickal2010-02-081-2/+3
* [SCSI] be2iscsi: Enable TEXT req respJayamohan Kallickal2010-01-181-1/+1
* [SCSI] be2iscsi: Fixing initialization of can_queueJayamohan Kallickal2010-01-181-1/+1
* [SCSI] be2iscsi: Enable async mode for mcc ringsJayamohan Kallickal2010-01-181-8/+75
* [SCSI] be2iscsi: No requirement for endianess change for data_countJayamohan Kallickal2010-01-181-1/+1
* [SCSI] be2iscsi: decide which requests need completionJayamohan Kallickal2010-01-181-0/+6
* [SCSI] be2iscsi: Use of opcode in beiscsi_alloc_pduJayamohan Kallickal2010-01-181-1/+1
* [SCSI] be2iscsi:moved pci_set_drvdata to inside beiscsi_hba_allocJayamohan Kallickal2010-01-181-1/+1
* [SCSI] be2iscsi: Added opcode for LOGOUT_RSP, TEXT_RESP, TMFUNC_RSPJayamohan Kallickal2010-01-181-0/+6
* [SCSI] be2iscsi: Link Wrb with next WrbJayamohan Kallickal2010-01-181-9/+10
* [SCSI] be2iscsi: Move freeing of resources to stop_connJayamohan Kallickal2010-01-181-21/+10