summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi
Commit message (Expand)AuthorAgeFilesLines
* Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-2/+2
* [SCSI] be2iscsi: Bump the driver versionJohn Soni Jose2012-11-271-1/+1
* [SCSI] be2iscsi: Fix Unrecoverable Error DetectionJohn Soni Jose2012-11-275-2/+178
* [SCSI] be2iscsi: Fix for MBX timeout issueJohn Soni Jose2012-11-276-194/+260
* [SCSI] be2iscsi: Update the copyright informationJohn Soni Jose2012-11-279-9/+9
* [SCSI] be2iscsi: Fix issue of displaying adapter family.John Soni Jose2012-11-273-0/+44
* [SCSI] be2iscsi: Fix Task Completion Event handlingJohn Soni Jose2012-11-273-104/+230
* [SCSI] be2iscsi: Fix session update context with V2 version.John Soni Jose2012-11-275-62/+212
* [SCSI] be2iscsi: Fix support for V2 version of WRB.John Soni Jose2012-11-272-39/+277
* [SCSI] be2iscsi: Fix support for handling CQ_CREATE V2 version.John Soni Jose2012-11-273-13/+52
* [SCSI] be2iscsi: Fix max EQ supported by the driver.John Soni Jose2012-11-272-7/+21
* [SCSI] be2iscsi: Fix driver support for Skyhawk-R adapter.John Soni Jose2012-11-273-1/+8
* [SCSI] be2iscsi: Fix return value and typo.John Soni Jose2012-11-272-20/+60
* [SCSI] be2iscsi: Fix kernel panic in blk_iopoll disable mode.John Soni Jose2012-11-273-37/+52
* [SCSI] be2iscsi: Issue an function level reset when driver is loadedJohn Soni Jose2012-11-271-47/+18Star
* [SCSI] be2iscsi: Display driver name and version in device attributeJohn Soni Jose2012-11-273-0/+21
* [SCSI] be2iscsi: Fix max supported EQ count to 8.John Soni Jose2012-11-272-9/+15
* [SCSI] be2iscsi: Fix memory leak in control path of driverJohn Soni Jose2012-11-272-10/+31
* [SCSI] be2iscsi: Display Completion Event string instead of OpcodeJohn Soni Jose2012-11-272-26/+64
* [SCSI] be2iscsi: Fix the issue with soft reset.Minh Tran2012-11-271-1/+1
* [SCSI] be2iscsi: Bump the driver version.John Soni Jose2012-09-141-1/+1
* [SCSI] be2iscsi: Fix a kernel panic because of TCP RST/FIN received.John Soni Jose2012-09-143-43/+33Star
* [SCSI] be2iscsi: Add support for configuring the VLAN on the adapter.John Soni Jose2012-09-145-0/+177
* [SCSI] be2iscsi: Format the MAC_ADDR with sysfs_format_mac.John Soni Jose2012-09-141-1/+1
* [SCSI] be2iscsi: Added Logging mechanism for the driver.John Soni Jose2012-09-145-511/+886
* [SCSI] be2iscsi: Issue MBX Cmd for login to boot target in crashdump modeJohn Soni Jose2012-09-145-28/+175
* [SCSI] be2iscsi: Removing the iscsi_data_pdu setting.John Soni Jose2012-09-141-12/+0Star
* [SCSI] be2iscsi: fix dma free size mismatch regressionMike Christie2012-05-301-3/+2Star
* [SCSI] be2iscsi: Get Port State and Speed of the AdapterJohn Soni Jose2012-04-253-0/+140
* [SCSI] be2iscsi: adding functionality to change network settings using iscsiadmMike Christie2012-04-257-106/+858
* [SCSI] be2iscsi: Adding bsg interface for be2iscsiJayamohan Kallickal2012-04-254-1/+162
* [SCSI] be2iscsi: Get Initiator Name for the iSCSI_HostJohn Soni Jose2012-04-254-0/+90
* [SCSI] be2iscsi: Return async handle of unknown opcode to free list.Jayamohan Kallickal2012-04-251-2/+1Star
* [SCSI] be2iscsi: Check ASYNC PDU Handle corresponds to HDR/DATA HandleJayamohan Kallickal2012-04-251-6/+2Star
* [SCSI] be2iscsi: Bump the driver VersionJayamohan Kallickal2012-04-252-1/+2
* [SCSI] be2iscsi: Update external Branding to EmulexJayamohan Kallickal2012-04-253-5/+5
* [SCSI] be2iscsi: Fix the function return values.Jayamohan Kallickal2012-04-251-4/+3Star
* [SCSI] be2iscsi: Code cleanup, removing the goto statementJayamohan Kallickal2012-04-251-7/+4Star
* [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: Fix typo function name mismatchJayamohan Kallickal2012-04-251-1/+1
* [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-252-53/+49Star
* [SCSI] be2iscsi: Fix in ASYNC PDU stitching logic.Jayamohan Kallickal2012-04-251-2/+2
* [SCSI] be2iscsi: Fix in the Asynchronous Code PathJayamohan Kallickal2012-04-252-46/+47
* [SCSI] be2iscsi: Remove unused OFFSET_IN_PAGE() macroRoland Dreier2012-04-231-4/+0Star
* 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-043-8/+8
|/
* scsi: Fix up files implicitly depending on module.h inclusionPaul Gortmaker2011-11-011-0/+1