aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-16/+9
2011-02-24[SCSI] be2iscsi: fix null ptr ref in conn get paramMike Christie3-16/+9
2011-02-01scsi/be2iscsi,qla2xxx: convert to alloc_workqueue()Tejun Heo1-1/+1
2010-12-31[SCSI] be2iscsi: fix null ptr when accessing task hdrMike Christie1-1/+2
2010-12-31[SCSI] be2iscsi: fix gfp use in alloc_pduMike Christie1-1/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-5/+2
2010-10-11[SCSI] be2iscsi: SGE Len == 64KJayamohan Kallickal1-1/+1
2010-10-11[SCSI] be2iscsi: Remove premature free of cidJayamohan Kallickal1-3/+0
2010-10-11[SCSI] be2iscsi: More time for FWJayamohan Kallickal1-1/+1
2010-09-02[SCSI] be2iscsi: Fix for Login failureJayamohan Kallickal2-4/+3
2010-08-06[SCSI] be2iscsi: select ISCSI_BOOT_SYSFSRandy Dunlap1-0/+1
2010-08-06[SCSI] be2iscsi: Driver Version change to 2.0.549.0Jayamohan Kallickal1-1/+1
2010-08-06[SCSI] be2iscsi: Increase max sectorJayamohan Kallickal1-1/+1
2010-08-06[SCSI] be2iscsi: Add support for iscsi bootJayamohan Kallickal6-46/+564
2010-07-28[SCSI] scsi: add Kconfig dependency on NETRandy Dunlap2-1/+2
2010-07-28[SCSI] be2iscsi: The extended shift must be 16Jayamohan Kallickal1-1/+1
2010-07-28[SCSI] be2iscsi: Fix for premature buffer freeJayamohan Kallickal4-32/+87
2010-07-28[SCSI] be2iscsi: Remove debug print in IO pathJayamohan Kallickal1-2/+0
2010-07-28[SCSI] be2iscsi: Limit max_xmit_lengthJayamohan Kallickal1-0/+4
2010-07-28[SCSI] be2iscsi: Maintain same ITT across loginJayamohan Kallickal2-5/+37
2010-07-28[SCSI] be2iscsi: Adding crashdump supportJayamohan Kallickal4-1/+141
2010-07-28[SCSI] be2iscsi: Free tags allocatedJayamohan Kallickal1-0/+2
2010-07-28[SCSI] be2iscsi: Fix to handle request_irq failureJayamohan Kallickal1-1/+20
2010-07-28[SCSI] be2iscsi: No return value for hwi_enable_intrJayamohan Kallickal1-19/+5
2010-07-28[SCSI] be2iscsi: Fix for freeing cidJayamohan Kallickal1-0/+2
2010-07-28[SCSI] be2iscsi: pass the return from beiscsi_open_connJayamohan Kallickal1-2/+2
2010-07-28[SCSI] be2iscsi: Fixing the return type of functionsJayamohan Kallickal4-14/+13
2010-07-28[SCSI] be2iscsi: Fixing return valuesJayamohan Kallickal4-15/+15
2010-07-28[SCSI] be2iscsi: Fix warnings from new checkpatch.plJayamohan Kallickal7-123/+126
2010-07-27[SCSI] be2iscsi: fix null dereference on error pathDan Carpenter1-2/+2
2010-07-27[SCSI] be2iscsi: fix memory leak on error pathDan Carpenter1-0/+1
2010-07-27[SCSI] be2iscsi: fix disconnection cleanupMike Christie3-71/+56
2010-05-24[SCSI] be2iscsi: correct return value in mgmt_invalidate_icds()Dan Carpenter1-3/+2
2010-04-08[SCSI] be2iscsi: fix lock imbalanceJiri Slaby1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-03[SCSI] be2iscsi: Alloc only one EQ if intr modeJayamohan Kallickal1-5/+9
2010-03-03[SCSI] be2iscsi: Fixing memory allocation for connectionJayamohan Kallickal2-5/+3
2010-03-03[SCSI] be2iscsi: Remove debug codeJayamohan Kallickal2-3/+2
2010-03-03[SCSI] be2iscsi: cleans up abort handlingJayamohan Kallickal1-51/+11
2010-03-03[SCSI] be2iscsi: Fix for a possible udelay while holding lockJayamohan Kallickal1-7/+0
2010-03-03[SCSI] be2iscsi: Cleanup of resets for device and targetJayamohan Kallickal4-18/+145
2010-03-03[SCSI] libiscsi: Make iscsi_eh_target_reset start with session resetJayamohan Kallickal1-1/+1
2010-02-17[SCSI] be2iscsi: Adding support for BE3Jayamohan Kallickal4-6/+35
2010-02-08[SCSI] be2iscsi: correction in the claculation for num_cxn_wrbJayamohan Kallickal1-7/+6
2010-02-08[SCSI] be2iscsi: changing the chip opcode for TEXTJayamohan Kallickal1-2/+1
2010-02-08[SCSI] be2iscsi: Ensure clean reuse of wrbJayamohan Kallickal1-6/+17
2010-02-08[SCSI] be2iscsi: correcting the returnJayamohan Kallickal1-1/+1
2010-02-08[SCSI] be2iscsi: Proper checking of stateJayamohan Kallickal1-1/+1
2010-02-08[SCSI] be2iscsi: Fix for first_burstJayamohan Kallickal1-2/+2
2010-02-08[SCSI] be2iscsi: changing copyright to 2010Jayamohan Kallickal9-9/+9