aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi
Commit message (Expand)AuthorAgeFilesLines
* be2iscsi: Fix kernel panic when device initialization failsJohn Soni Jose2015-05-091-1/+1
* fixed invalid assignment of 64bit mask to host dma_boundary for scatter gathe...Minh Duc Tran2015-05-091-1/+0
* scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-10-311-0/+1
* [SCSI] be2iscsi: Move driver Version to 4.1.239.0Jayamohan Kallickal2011-10-161-1/+1
* [SCSI] be2iscsi: memset wrb for ring createJayamohan Kallickal2011-10-161-0/+1
* [SCSI] be2iscsi: Fix for case where task->sc was cleanedup earlierJayamohan Kallickal2011-10-161-0/+5
* [SCSI] be2iscsi: Fix for wrong dmsg setting in wrbJayamohan Kallickal2011-10-161-2/+2
* [SCSI] be2iscsi: Fix for kdump failureJayamohan Kallickal2011-10-163-1/+22
* [SCSI] be2iscsi: Add pci_disable deviceJayamohan Kallickal2011-08-291-0/+2
* [SCSI] be2iscsi: Adding a shutdown RoutineJayamohan Kallickal2011-08-291-8/+30
* [SCSI] be2iscsi: Fixing the /proc/interrupts problem V3Jayamohan Kallickal2011-08-292-8/+29
* [SCSI] be2iscsi: remove host and session castsMike Christie2011-08-271-4/+3
* [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie2011-08-272-2/+9
* [SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie2011-08-272-15/+19
* [SCSI] iscsi cls: sysfs group is_visible callout for conn attrsMike Christie2011-08-273-10/+29
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2011-07-271-2/+2
|\
| * iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover2011-07-251-3/+2
| * iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger2011-07-251-2/+2
* | [SCSI] iscsi_ibft, be2iscsi, iscsi_boot: fix boot kobj data lifetime managementMike Christie2011-06-291-91/+99
* | [SCSI] iscsi_boot_sysfs: have this module check for null on destructionMike Christie2011-06-291-4/+2
* | [SCSI] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover2011-06-291-3/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-2/+2
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-04-261-9/+9
| |\
| * | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-2/+2
* | | [SCSI] be2iscsi: update versionJayamohan Kallickal2011-05-011-1/+1
* | | [SCSI] be2iscsi: fix chip cleanupJayamohan Kallickal2011-05-011-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: Set a timeout to FWJayamohan Kallickal2011-04-151-0/+1
* | | [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