aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+3
2012-01-03switch ->is_visible() to returning umode_tAl Viro3-8/+8
2011-12-15[SCSI] be2iscsi: cleanup a min_t() callDan Carpenter1-2/+3
2011-10-31scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker1-0/+1
2011-10-16[SCSI] be2iscsi: Move driver Version to 4.1.239.0Jayamohan Kallickal1-1/+1
2011-10-16[SCSI] be2iscsi: memset wrb for ring createJayamohan Kallickal1-0/+1
2011-10-16[SCSI] be2iscsi: Fix for case where task->sc was cleanedup earlierJayamohan Kallickal1-0/+5
2011-10-16[SCSI] be2iscsi: Fix for wrong dmsg setting in wrbJayamohan Kallickal1-2/+2
2011-10-16[SCSI] be2iscsi: Fix for kdump failureJayamohan Kallickal3-1/+22
2011-08-29[SCSI] be2iscsi: Add pci_disable deviceJayamohan Kallickal1-0/+2
2011-08-29[SCSI] be2iscsi: Adding a shutdown RoutineJayamohan Kallickal1-8/+30
2011-08-29[SCSI] be2iscsi: Fixing the /proc/interrupts problem V3Jayamohan Kallickal2-8/+29
2011-08-27[SCSI] be2iscsi: remove host and session castsMike Christie1-4/+3
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie2-2/+9
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie2-15/+19
2011-08-27[SCSI] iscsi cls: sysfs group is_visible callout for conn attrsMike Christie3-10/+29
2011-07-27Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-2/+2
2011-07-25iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover1-3/+2
2011-07-25iscsi: Resolve iscsi_proto.h naming conflicts with drivers/target/iscsiNicholas Bellinger1-2/+2
2011-06-29[SCSI] iscsi_ibft, be2iscsi, iscsi_boot: fix boot kobj data lifetime managementMike Christie1-91/+99
2011-06-29[SCSI] iscsi_boot_sysfs: have this module check for null on destructionMike Christie1-4/+2
2011-06-29[SCSI] iscsi: Use struct scsi_lun in iscsi structs instead of u8[8]Andy Grover1-3/+2
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2011-05-01[SCSI] be2iscsi: update versionJayamohan Kallickal1-1/+1
2011-05-01[SCSI] be2iscsi: fix chip cleanupJayamohan Kallickal1-2/+2
2011-05-01[SCSI] be2iscsi: fix boot hang due to interrupts not getting rearmedJayamohan Kallickal1-9/+9
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-9/+9
2011-04-15[SCSI] be2iscsi: Fix for proper setting of FWJayamohan Kallickal1-4/+9
2011-04-15[SCSI] be2iscsi: check boot_kset is created before destroying itJayamohan Kallickal1-2/+4
2011-04-15[SCSI] be2iscsi: Set a timeout to FWJayamohan Kallickal1-0/+1
2011-04-15[SCSI] be2iscsi: change in copyright noticeJayamohan Kallickal9-57/+52
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-2/+2
2011-03-31Fix common misspellingsLucas De Marchi1-9/+9
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