aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-11-27[SCSI] be2iscsi: Bump the driver versionJohn Soni Jose1-1/+1
2012-11-27[SCSI] be2iscsi: Fix Unrecoverable Error DetectionJohn Soni Jose5-2/+178
2012-11-27[SCSI] be2iscsi: Fix for MBX timeout issueJohn Soni Jose6-194/+260
2012-11-27[SCSI] be2iscsi: Update the copyright informationJohn Soni Jose9-9/+9
2012-11-27[SCSI] be2iscsi: Fix issue of displaying adapter family.John Soni Jose3-0/+44
2012-11-27[SCSI] be2iscsi: Fix Task Completion Event handlingJohn Soni Jose3-104/+230
2012-11-27[SCSI] be2iscsi: Fix session update context with V2 version.John Soni Jose5-62/+212
2012-11-27[SCSI] be2iscsi: Fix support for V2 version of WRB.John Soni Jose2-39/+277
2012-11-27[SCSI] be2iscsi: Fix support for handling CQ_CREATE V2 version.John Soni Jose3-13/+52
2012-11-27[SCSI] be2iscsi: Fix max EQ supported by the driver.John Soni Jose2-7/+21
2012-11-27[SCSI] be2iscsi: Fix driver support for Skyhawk-R adapter.John Soni Jose3-1/+8
2012-11-27[SCSI] be2iscsi: Fix return value and typo.John Soni Jose2-20/+60
2012-11-27[SCSI] be2iscsi: Fix kernel panic in blk_iopoll disable mode.John Soni Jose3-37/+52
2012-11-27[SCSI] be2iscsi: Issue an function level reset when driver is loadedJohn Soni Jose1-47/+18
2012-11-27[SCSI] be2iscsi: Display driver name and version in device attributeJohn Soni Jose3-0/+21
2012-11-27[SCSI] be2iscsi: Fix max supported EQ count to 8.John Soni Jose2-9/+15
2012-11-27[SCSI] be2iscsi: Fix memory leak in control path of driverJohn Soni Jose2-10/+31
2012-11-27[SCSI] be2iscsi: Display Completion Event string instead of OpcodeJohn Soni Jose2-26/+64
2012-11-27[SCSI] be2iscsi: Fix the issue with soft reset.Minh Tran1-1/+1
2012-09-14[SCSI] be2iscsi: Bump the driver version.John Soni Jose1-1/+1
2012-09-14[SCSI] be2iscsi: Fix a kernel panic because of TCP RST/FIN received.John Soni Jose3-43/+33
2012-09-14[SCSI] be2iscsi: Add support for configuring the VLAN on the adapter.John Soni Jose5-0/+177
2012-09-14[SCSI] be2iscsi: Format the MAC_ADDR with sysfs_format_mac.John Soni Jose1-1/+1
2012-09-14[SCSI] be2iscsi: Added Logging mechanism for the driver.John Soni Jose5-511/+886
2012-09-14[SCSI] be2iscsi: Issue MBX Cmd for login to boot target in crashdump modeJohn Soni Jose5-28/+175
2012-09-14[SCSI] be2iscsi: Removing the iscsi_data_pdu setting.John Soni Jose1-12/+0
2012-05-30[SCSI] be2iscsi: fix dma free size mismatch regressionMike Christie1-3/+2
2012-04-25[SCSI] be2iscsi: Get Port State and Speed of the AdapterJohn Soni Jose3-0/+140
2012-04-25[SCSI] be2iscsi: adding functionality to change network settings using iscsiadmMike Christie7-106/+858
2012-04-25[SCSI] be2iscsi: Adding bsg interface for be2iscsiJayamohan Kallickal4-1/+162
2012-04-25[SCSI] be2iscsi: Get Initiator Name for the iSCSI_HostJohn Soni Jose4-0/+90
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 Kallickal2-1/+2
2012-04-25[SCSI] be2iscsi: Update external Branding to EmulexJayamohan Kallickal3-5/+5
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: Fix typo function name mismatchJayamohan Kallickal1-1/+1
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 Kallickal2-53/+49
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 Kallickal2-46/+47
2012-04-23[SCSI] be2iscsi: Remove unused OFFSET_IN_PAGE() macroRoland Dreier1-4/+0
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