summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi/be_main.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] be2iscsi: Fix issue in passing the exp_cmdsn and max_cmdsnJayamohan Kallickal2013-05-021-8/+9
* [SCSI] be2iscsi: Fix possible reentrancy issue in be_iopollShlomo Pongratz2013-05-021-1/+1
* [SCSI] be2scsi: Update copyright dates to 2013Jayamohan Kallickal2013-05-021-1/+1
* [SCSI] be2iscsi: Fix dynamic CID allocation Mechanism in driverJayamohan Kallickal2013-05-021-43/+107
* [SCSI] be2iscsi : Fix the NOP-In handling code pathJayamohan Kallickal2013-05-021-13/+8
* [SCSI] be2iscsi: Fix displaying the Active Session Count from driverJayamohan Kallickal2013-05-021-0/+2
* [SCSI] be2iscsi: Fix displaying the FW Version from driver.Jayamohan Kallickal2013-05-021-0/+2
* [SCSI] be2iscsi: Fix MACRO for checking the adapter typeJayamohan Kallickal2013-05-021-61/+62
* [SCSI] be2iscsi: Fix freeing CXN specific driver resources.Jayamohan Kallickal2013-05-021-22/+46
* [SCSI] be2iscsi: Fix MSIX support in SKH-R to 32Jayamohan Kallickal2013-05-021-0/+1
* [SCSI] be2iscsi: Fix lack of uninitialize pattern to FWJayamohan Kallickal2013-05-021-0/+1
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* [SCSI] be2iscsi: Fix Unrecoverable Error DetectionJohn Soni Jose2012-11-271-0/+26
* [SCSI] be2iscsi: Fix for MBX timeout issueJohn Soni Jose2012-11-271-29/+20
* [SCSI] be2iscsi: Update the copyright informationJohn Soni Jose2012-11-271-1/+1
* [SCSI] be2iscsi: Fix issue of displaying adapter family.John Soni Jose2012-11-271-0/+2
* [SCSI] be2iscsi: Fix Task Completion Event handlingJohn Soni Jose2012-11-271-104/+163
* [SCSI] be2iscsi: Fix session update context with V2 version.John Soni Jose2012-11-271-61/+8
* [SCSI] be2iscsi: Fix support for V2 version of WRB.John Soni Jose2012-11-271-38/+227
* [SCSI] be2iscsi: Fix max EQ supported by the driver.John Soni Jose2012-11-271-2/+13
* [SCSI] be2iscsi: Fix driver support for Skyhawk-R adapter.John Soni Jose2012-11-271-0/+3
* [SCSI] be2iscsi: Fix return value and typo.John Soni Jose2012-11-271-13/+54
* [SCSI] be2iscsi: Fix kernel panic in blk_iopoll disable mode.John Soni Jose2012-11-271-34/+49
* [SCSI] be2iscsi: Issue an function level reset when driver is loadedJohn Soni Jose2012-11-271-47/+18
* [SCSI] be2iscsi: Display driver name and version in device attributeJohn Soni Jose2012-11-271-0/+2
* [SCSI] be2iscsi: Fix max supported EQ count to 8.John Soni Jose2012-11-271-9/+14
* [SCSI] be2iscsi: Fix memory leak in control path of driverJohn Soni Jose2012-11-271-10/+29
* [SCSI] be2iscsi: Display Completion Event string instead of OpcodeJohn Soni Jose2012-11-271-24/+64
* [SCSI] be2iscsi: Fix a kernel panic because of TCP RST/FIN received.John Soni Jose2012-09-141-27/+18
* [SCSI] be2iscsi: Added Logging mechanism for the driver.John Soni Jose2012-09-141-305/+519
* [SCSI] be2iscsi: Issue MBX Cmd for login to boot target in crashdump modeJohn Soni Jose2012-09-141-28/+17
* [SCSI] be2iscsi: Removing the iscsi_data_pdu setting.John Soni Jose2012-09-141-12/+0
* [SCSI] be2iscsi: adding functionality to change network settings using iscsiadmMike Christie2012-04-251-16/+17
* [SCSI] be2iscsi: Adding bsg interface for be2iscsiJayamohan Kallickal2012-04-251-0/+76
* [SCSI] be2iscsi: Return async handle of unknown opcode to free list.Jayamohan Kallickal2012-04-251-2/+1
* [SCSI] be2iscsi: Check ASYNC PDU Handle corresponds to HDR/DATA HandleJayamohan Kallickal2012-04-251-6/+2
* [SCSI] be2iscsi: Bump the driver VersionJayamohan Kallickal2012-04-251-0/+1
* [SCSI] be2iscsi: Update external Branding to EmulexJayamohan Kallickal2012-04-251-2/+2
* [SCSI] be2iscsi: Fix the function return values.Jayamohan Kallickal2012-04-251-4/+3
* [SCSI] be2iscsi: Code cleanup, removing the goto statementJayamohan Kallickal2012-04-251-7/+4
* [SCSI] be2iscsi: Fix double free of MCCQ info memory.Jayamohan Kallickal2012-04-251-1/+3
* [SCSI] be2iscsi: Set num_cpu = 1 if pci_enable_msix failsJayamohan Kallickal2012-04-251-1/+4
* [SCSI] be2iscsi: Freeing of WRB and SGL Handle in cleanup taskMike Christie2012-04-251-45/+62
* [SCSI] be2iscsi: WRB Initialization and Failure code path changeJayamohan Kallickal2012-04-251-51/+47
* [SCSI] be2iscsi: Fix in ASYNC PDU stitching logic.Jayamohan Kallickal2012-04-251-2/+2
* [SCSI] be2iscsi: Fix in the Asynchronous Code PathJayamohan Kallickal2012-04-251-42/+44
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds2012-01-101-2/+3
|\
| * [SCSI] be2iscsi: cleanup a min_t() callDan Carpenter2011-12-151-2/+3
* | switch ->is_visible() to returning umode_tAl Viro2012-01-031-6/+6
|/
* scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-10-311-0/+1
OpenPOWER on IntegriCloud