summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi
Commit message (Expand)AuthorAgeFilesLines
...
* | | [SCSI] be2iscsi: change in copyright noticeJayamohan Kallickal2011-04-159-57/+52
| |/ |/|
* | Fix common misspellingsLucas De Marchi2011-03-311-9/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-173-16/+9
|\
| * [SCSI] be2iscsi: fix null ptr ref in conn get paramMike Christie2011-02-243-16/+9
* | 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-223-5/+2
|\
| * [SCSI] be2iscsi: SGE Len == 64KJayamohan Kallickal2010-10-111-1/+1
| * [SCSI] be2iscsi: Remove premature free of cidJayamohan Kallickal2010-10-111-3/+0
| * [SCSI] be2iscsi: More time for FWJayamohan Kallickal2010-10-111-1/+1
* | [SCSI] be2iscsi: Fix for Login failureJayamohan Kallickal2010-09-022-4/+3
|/
* [SCSI] be2iscsi: select ISCSI_BOOT_SYSFSRandy Dunlap2010-08-061-0/+1
* [SCSI] be2iscsi: Driver Version change to 2.0.549.0Jayamohan Kallickal2010-08-061-1/+1
* [SCSI] be2iscsi: Increase max sectorJayamohan Kallickal2010-08-061-1/+1
* [SCSI] be2iscsi: Add support for iscsi bootJayamohan Kallickal2010-08-066-46/+564
* [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/+0
* [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/+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