summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] scsi: add Kconfig dependency on NETRandy Dunlap2010-07-282-1/+2
* [SCSI] be2iscsi: The extended shift must be 16Jayamohan Kallickal2010-07-281-1/+1
* [SCSI] be2iscsi: Fix for premature buffer freeJayamohan Kallickal2010-07-284-32/+87
* [SCSI] be2iscsi: Remove debug print in IO pathJayamohan Kallickal2010-07-281-2/+0Star
* [SCSI] be2iscsi: Limit max_xmit_lengthJayamohan Kallickal2010-07-281-0/+4
* [SCSI] be2iscsi: Maintain same ITT across loginJayamohan Kallickal2010-07-282-5/+37
* [SCSI] be2iscsi: Adding crashdump supportJayamohan Kallickal2010-07-284-1/+141
* [SCSI] be2iscsi: Free tags allocatedJayamohan Kallickal2010-07-281-0/+2
* [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/+5Star
* [SCSI] be2iscsi: Fix for freeing cidJayamohan Kallickal2010-07-281-0/+2
* [SCSI] be2iscsi: pass the return from beiscsi_open_connJayamohan Kallickal2010-07-281-2/+2
* [SCSI] be2iscsi: Fixing the return type of functionsJayamohan Kallickal2010-07-284-14/+13Star
* [SCSI] be2iscsi: Fixing return valuesJayamohan Kallickal2010-07-284-15/+15
* [SCSI] be2iscsi: Fix warnings from new checkpatch.plJayamohan Kallickal2010-07-287-123/+126
* [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-273-71/+56Star
* [SCSI] be2iscsi: correct return value in mgmt_invalidate_icds()Dan Carpenter2010-05-241-3/+2Star
* [SCSI] be2iscsi: fix lock imbalanceJiri Slaby2010-04-091-0/+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-032-5/+3Star
* [SCSI] be2iscsi: Remove debug codeJayamohan Kallickal2010-03-032-3/+2Star
* [SCSI] be2iscsi: cleans up abort handlingJayamohan Kallickal2010-03-031-51/+11Star
* [SCSI] be2iscsi: Fix for a possible udelay while holding lockJayamohan Kallickal2010-03-031-7/+0Star
* [SCSI] be2iscsi: Cleanup of resets for device and targetJayamohan Kallickal2010-03-034-18/+145
* [SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal2010-03-031-1/+1
* [SCSI] be2iscsi: Adding support for BE3Jayamohan Kallickal2010-02-174-6/+35
* [SCSI] be2iscsi: correction in the claculation for num_cxn_wrbJayamohan Kallickal2010-02-091-7/+6Star
* [SCSI] be2iscsi: changing the chip opcode for TEXTJayamohan Kallickal2010-02-091-2/+1Star
* [SCSI] be2iscsi: Ensure clean reuse of wrbJayamohan Kallickal2010-02-091-6/+17
* [SCSI] be2iscsi: correcting the returnJayamohan Kallickal2010-02-091-1/+1
* [SCSI] be2iscsi: Proper checking of stateJayamohan Kallickal2010-02-091-1/+1
* [SCSI] be2iscsi: Fix for first_burstJayamohan Kallickal2010-02-091-2/+2
* [SCSI] be2iscsi: changing copyright to 2010Jayamohan Kallickal2010-02-099-9/+9
* [SCSI] be2iscsi: Remove Ring mode from driverJayamohan Kallickal2010-02-091-148/+33Star
* [SCSI] be2iscsi: Fix to allow driver to load when the FW allows more cidsJayamohan Kallickal2010-02-091-6/+6
* [SCSI] be2iscsi: Fixing the number of SGE'sJayamohan Kallickal2010-02-091-2/+2
* [SCSI] be2iscsi: Fixing Bug for multiple SGEsJayamohan Kallickal2010-02-091-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: The session failure only when Link Goes downJayamohan Kallickal2010-01-181-2/+2
* [SCSI] be2iscsi: Enable async mode for mcc ringsJayamohan Kallickal2010-01-188-96/+330
* [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-182-11/+11