summaryrefslogtreecommitdiff
path: root/drivers/scsi/be2iscsi/be_main.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-14[SCSI] be2iscsi: Fix a kernel panic because of TCP RST/FIN received.John Soni Jose1-27/+18
2012-09-14[SCSI] be2iscsi: Added Logging mechanism for the driver.John Soni Jose1-305/+519
2012-09-14[SCSI] be2iscsi: Issue MBX Cmd for login to boot target in crashdump modeJohn Soni Jose1-28/+17
2012-09-14[SCSI] be2iscsi: Removing the iscsi_data_pdu setting.John Soni Jose1-12/+0
2012-04-25[SCSI] be2iscsi: adding functionality to change network settings using iscsiadmMike Christie1-16/+17
2012-04-25[SCSI] be2iscsi: Adding bsg interface for be2iscsiJayamohan Kallickal1-0/+76
2012-04-25[SCSI] be2iscsi: Return async handle of unknown opcode to free list.Jayamohan Kallickal1-2/+1
2012-04-25[SCSI] be2iscsi: Check ASYNC PDU Handle corresponds to HDR/DATA HandleJayamohan Kallickal1-6/+2
2012-04-25[SCSI] be2iscsi: Bump the driver VersionJayamohan Kallickal1-0/+1
2012-04-25[SCSI] be2iscsi: Update external Branding to EmulexJayamohan Kallickal1-2/+2
2012-04-25[SCSI] be2iscsi: Fix the function return values.Jayamohan Kallickal1-4/+3
2012-04-25[SCSI] be2iscsi: Code cleanup, removing the goto statementJayamohan Kallickal1-7/+4
2012-04-25[SCSI] be2iscsi: Fix double free of MCCQ info memory.Jayamohan Kallickal1-1/+3
2012-04-25[SCSI] be2iscsi: Set num_cpu = 1 if pci_enable_msix failsJayamohan Kallickal1-1/+4
2012-04-25[SCSI] be2iscsi: Freeing of WRB and SGL Handle in cleanup taskMike Christie1-45/+62
2012-04-25[SCSI] be2iscsi: WRB Initialization and Failure code path changeJayamohan Kallickal1-51/+47
2012-04-25[SCSI] be2iscsi: Fix in ASYNC PDU stitching logic.Jayamohan Kallickal1-2/+2
2012-04-25[SCSI] be2iscsi: Fix in the Asynchronous Code PathJayamohan Kallickal1-42/+44
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds1-2/+3
2012-01-04switch ->is_visible() to returning umode_tAl Viro1-6/+6
2011-12-15[SCSI] be2iscsi: cleanup a min_t() callDan Carpenter1-2/+3
2011-11-01scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker1-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 Kallickal1-1/+1
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 Kallickal1-8/+26
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie1-2/+0
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie1-15/+0
2011-08-27[SCSI] iscsi cls: sysfs group is_visible callout for conn attrsMike Christie1-10/+2
2011-06-30[SCSI] iscsi_ibft, be2iscsi, iscsi_boot: fix boot kobj data lifetime managementMike Christie1-91/+99
2011-06-30[SCSI] iscsi_boot_sysfs: have this module check for null on destructionMike Christie1-4/+2
2011-06-30[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/jik...Linus Torvalds1-2/+2
2011-05-02[SCSI] be2iscsi: fix boot hang due to interrupts not getting rearmedJayamohan Kallickal1-9/+9
2011-04-16[SCSI] be2iscsi: Fix for proper setting of FWJayamohan Kallickal1-4/+9
2011-04-16[SCSI] be2iscsi: check boot_kset is created before destroying itJayamohan Kallickal1-2/+4
2011-04-16[SCSI] be2iscsi: change in copyright noticeJayamohan Kallickal1-7/+7
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-2/+2
2011-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+2
2011-02-24[SCSI] be2iscsi: fix null ptr ref in conn get paramMike Christie1-1/+2
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-12[SCSI] be2iscsi: SGE Len == 64KJayamohan Kallickal1-1/+1
2010-08-06[SCSI] be2iscsi: Add support for iscsi bootJayamohan Kallickal1-0/+311
2010-07-28[SCSI] be2iscsi: Fix for premature buffer freeJayamohan Kallickal1-4/+37
2010-07-28[SCSI] be2iscsi: Remove debug print in IO pathJayamohan Kallickal1-2/+0
2010-07-28[SCSI] be2iscsi: Maintain same ITT across loginJayamohan Kallickal1-5/+36