summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi
Commit message (Expand)AuthorAgeFilesLines
...
* [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/+5
* [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/+13
* [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/+56
* [SCSI] be2iscsi: correct return value in mgmt_invalidate_icds()Dan Carpenter2010-05-241-3/+2
* [SCSI] be2iscsi: fix lock imbalanceJiri Slaby2010-04-081-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/+3
* [SCSI] be2iscsi: Remove debug codeJayamohan Kallickal2010-03-032-3/+2
* [SCSI] be2iscsi: cleans up abort handlingJayamohan Kallickal2010-03-031-51/+11
* [SCSI] be2iscsi: Fix for a possible udelay while holding lockJayamohan Kallickal2010-03-031-7/+0
* [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-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: Proper checking of stateJayamohan Kallickal2010-02-081-1/+1
* [SCSI] be2iscsi: Fix for first_burstJayamohan Kallickal2010-02-081-2/+2
* [SCSI] be2iscsi: changing copyright to 2010Jayamohan Kallickal2010-02-089-9/+9
* [SCSI] be2iscsi: Remove Ring mode from driverJayamohan Kallickal2010-02-081-148/+33
* [SCSI] be2iscsi: Fix to allow driver to load when the FW allows more cidsJayamohan Kallickal2010-02-081-6/+6
* [SCSI] be2iscsi: Fixing the number of SGE'sJayamohan Kallickal2010-02-081-2/+2
* [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: 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
* [SCSI] be2iscsi: Move freeing of resources to stop_connJayamohan Kallickal2010-01-183-34/+21
* [SCSI] be2iscsi: Use start cid and number of cid and icd from FWJayamohan Kallickal2010-01-184-59/+75
* [SCSI] be2iscsi: Adding support for various Async messages from chipJayamohan Kallickal2009-12-101-4/+8
* [SCSI] libiscsi: add warm target reset tmf supportMike Christie2009-12-041-1/+1
* [SCSI] be2iscsi: Adding Ring Mode Wrb's V3Jayamohan Kallickal2009-12-043-48/+169
* [SCSI] be2iscsi: Adding msix and mcc_rings V3Jayamohan Kallickal2009-12-048-331/+1030
OpenPOWER on IntegriCloud