summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi/be_iscsi.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happensJayamohan Kallickal2014-03-151-0/+1
* [SCSI] be2iscsi: Fix port speed typo in driver.Jayamohan Kallickal2014-03-151-1/+1
* [SCSI] be2iscsi: Fix handling timed out MBX completion from FWJayamohan Kallickal2014-03-151-4/+6
* [SCSI] be2iscsi: fix memory leak in error pathGeyslan G. Bem2013-12-191-5/+3
* [SCSI] be2iscsi: Fix AER handling in driverJayamohan Kallickal2013-10-251-11/+57
* [SCSI] be2iscsi: Fix Insufficient Buffer Error returned in MBX CompletionJayamohan Kallickal2013-10-251-16/+21
* [SCSI] be2iscsi: Fix connection offload to support Dual Chute.Jayamohan Kallickal2013-10-251-0/+6
* [SCSI] be2iscsi: Fix CID allocation/freeing to support Dual chute modeJayamohan Kallickal2013-10-251-13/+41
* [SCSI] be2iscsi: Fix negotiated parameters upload to FWJayamohan Kallickal2013-10-251-2/+5
* [SCSI] be2iscsi: Fix repeated issue of MAC ADDR get IOCTLJayamohan Kallickal2013-10-251-1/+2
* [SCSI] be2scsi: Update copyright dates to 2013Jayamohan Kallickal2013-05-021-1/+1
* [SCSI] be2iscsi: Fix checking Adapter state while establishing CXNJayamohan Kallickal2013-05-021-0/+7
* [SCSI] be2iscsi: Fix dynamic CID allocation Mechanism in driverJayamohan Kallickal2013-05-021-21/+17
* [SCSI] be2iscsi : Fix the NOP-In handling code pathJayamohan Kallickal2013-05-021-1/+2
* [SCSI] be2iscsi: Fix freeing CXN specific driver resources.Jayamohan Kallickal2013-05-021-0/+15
* [SCSI] be2iscsi: Fix MBX Command issuesJayamohan Kallickal2013-05-021-4/+3
* treewide: Fix typo in printk and commentsMasanari Iida2013-04-241-1/+1
* [SCSI] be2iscsi: Fix for MBX timeout issueJohn Soni Jose2012-11-271-71/+30
* [SCSI] be2iscsi: Update the copyright informationJohn Soni Jose2012-11-271-1/+1
* [SCSI] be2iscsi: Fix session update context with V2 version.John Soni Jose2012-11-271-0/+8
* [SCSI] be2iscsi: Fix return value and typo.John Soni Jose2012-11-271-7/+6
* [SCSI] be2iscsi: Fix a kernel panic because of TCP RST/FIN received.John Soni Jose2012-09-141-16/+14
* [SCSI] be2iscsi: Add support for configuring the VLAN on the adapter.John Soni Jose2012-09-141-0/+76
* [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-141-90/+171
* [SCSI] be2iscsi: Get Port State and Speed of the AdapterJohn Soni Jose2012-04-251-0/+89
* [SCSI] be2iscsi: adding functionality to change network settings using iscsiadmMike Christie2012-04-251-36/+318
* [SCSI] be2iscsi: Get Initiator Name for the iSCSI_HostJohn Soni Jose2012-04-251-0/+50
* [SCSI] be2iscsi: Fix typo function name mismatchJayamohan Kallickal2012-04-251-1/+1
* switch ->is_visible() to returning umode_tAl Viro2012-01-031-1/+1
* [SCSI] be2iscsi: remove host and session castsMike Christie2011-08-271-4/+3
* [SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie2011-08-271-0/+9
* [SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie2011-08-271-0/+19
* [SCSI] iscsi cls: sysfs group is_visible callout for conn attrsMike Christie2011-08-271-0/+25
* [SCSI] be2iscsi: change in copyright noticeJayamohan Kallickal2011-04-151-7/+6
* [SCSI] be2iscsi: fix null ptr ref in conn get paramMike Christie2011-02-241-13/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-221-3/+0
|\
| * [SCSI] be2iscsi: Remove premature free of cidJayamohan Kallickal2010-10-111-3/+0
* | [SCSI] be2iscsi: Fix for Login failureJayamohan Kallickal2010-09-021-3/+2
|/
* [SCSI] be2iscsi: Add support for iscsi bootJayamohan Kallickal2010-08-061-29/+47
* [SCSI] be2iscsi: Fix for premature buffer freeJayamohan Kallickal2010-07-281-1/+23
* [SCSI] be2iscsi: Limit max_xmit_lengthJayamohan Kallickal2010-07-281-0/+4
* [SCSI] be2iscsi: Fix for freeing cidJayamohan Kallickal2010-07-281-0/+2
* [SCSI] be2iscsi: pass the return from beiscsi_open_connJayamohan Kallickal2010-07-281-2/+2
* [SCSI] be2iscsi: Fixing return valuesJayamohan Kallickal2010-07-281-6/+6
* [SCSI] be2iscsi: Fix warnings from new checkpatch.plJayamohan Kallickal2010-07-281-16/+16
* [SCSI] be2iscsi: fix disconnection cleanupMike Christie2010-07-271-68/+55
* [SCSI] be2iscsi: Remove debug codeJayamohan Kallickal2010-03-031-2/+2
* [SCSI] be2iscsi: Proper checking of stateJayamohan Kallickal2010-02-081-1/+1
* [SCSI] be2iscsi: Fix for first_burstJayamohan Kallickal2010-02-081-2/+2
OpenPOWER on IntegriCloud