summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi/be_iscsi.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-25[SCSI] be2iscsi: Fix Insufficient Buffer Error returned in MBX CompletionJayamohan Kallickal1-16/+21
2013-10-25[SCSI] be2iscsi: Fix connection offload to support Dual Chute.Jayamohan Kallickal1-0/+6
2013-10-25[SCSI] be2iscsi: Fix CID allocation/freeing to support Dual chute modeJayamohan Kallickal1-13/+41
2013-10-25[SCSI] be2iscsi: Fix negotiated parameters upload to FWJayamohan Kallickal1-2/+5
2013-10-25[SCSI] be2iscsi: Fix repeated issue of MAC ADDR get IOCTLJayamohan Kallickal1-1/+2
2013-05-02[SCSI] be2scsi: Update copyright dates to 2013Jayamohan Kallickal1-1/+1
2013-05-02[SCSI] be2iscsi: Fix checking Adapter state while establishing CXNJayamohan Kallickal1-0/+7
2013-05-02[SCSI] be2iscsi: Fix dynamic CID allocation Mechanism in driverJayamohan Kallickal1-21/+17
2013-05-02[SCSI] be2iscsi : Fix the NOP-In handling code pathJayamohan Kallickal1-1/+2
2013-05-02[SCSI] be2iscsi: Fix freeing CXN specific driver resources.Jayamohan Kallickal1-0/+15
2013-05-02[SCSI] be2iscsi: Fix MBX Command issuesJayamohan Kallickal1-4/+3
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida1-1/+1
2012-11-27[SCSI] be2iscsi: Fix for MBX timeout issueJohn Soni Jose1-71/+30
2012-11-27[SCSI] be2iscsi: Update the copyright informationJohn Soni Jose1-1/+1
2012-11-27[SCSI] be2iscsi: Fix session update context with V2 version.John Soni Jose1-0/+8
2012-11-27[SCSI] be2iscsi: Fix return value and typo.John Soni Jose1-7/+6
2012-09-14[SCSI] be2iscsi: Fix a kernel panic because of TCP RST/FIN received.John Soni Jose1-16/+14
2012-09-14[SCSI] be2iscsi: Add support for configuring the VLAN on the adapter.John Soni Jose1-0/+76
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 Jose1-90/+171
2012-04-25[SCSI] be2iscsi: Get Port State and Speed of the AdapterJohn Soni Jose1-0/+89
2012-04-25[SCSI] be2iscsi: adding functionality to change network settings using iscsiadmMike Christie1-36/+318
2012-04-25[SCSI] be2iscsi: Get Initiator Name for the iSCSI_HostJohn Soni Jose1-0/+50
2012-04-25[SCSI] be2iscsi: Fix typo function name mismatchJayamohan Kallickal1-1/+1
2012-01-03switch ->is_visible() to returning umode_tAl Viro1-1/+1
2011-08-27[SCSI] be2iscsi: remove host and session castsMike Christie1-4/+3
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for iscsi host attrsMike Christie1-0/+9
2011-08-27[SCSI] iscsi class: sysfs group is_visible callout for session attrsMike Christie1-0/+19
2011-08-27[SCSI] iscsi cls: sysfs group is_visible callout for conn attrsMike Christie1-0/+25
2011-04-15[SCSI] be2iscsi: change in copyright noticeJayamohan Kallickal1-7/+6
2011-02-24[SCSI] be2iscsi: fix null ptr ref in conn get paramMike Christie1-13/+5
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+0
2010-10-11[SCSI] be2iscsi: Remove premature free of cidJayamohan Kallickal1-3/+0
2010-09-02[SCSI] be2iscsi: Fix for Login failureJayamohan Kallickal1-3/+2
2010-08-06[SCSI] be2iscsi: Add support for iscsi bootJayamohan Kallickal1-29/+47
2010-07-28[SCSI] be2iscsi: Fix for premature buffer freeJayamohan Kallickal1-1/+23
2010-07-28[SCSI] be2iscsi: Limit max_xmit_lengthJayamohan Kallickal1-0/+4
2010-07-28[SCSI] be2iscsi: Fix for freeing cidJayamohan Kallickal1-0/+2
2010-07-28[SCSI] be2iscsi: pass the return from beiscsi_open_connJayamohan Kallickal1-2/+2
2010-07-28[SCSI] be2iscsi: Fixing return valuesJayamohan Kallickal1-6/+6
2010-07-28[SCSI] be2iscsi: Fix warnings from new checkpatch.plJayamohan Kallickal1-16/+16
2010-07-27[SCSI] be2iscsi: fix disconnection cleanupMike Christie1-68/+55
2010-03-03[SCSI] be2iscsi: Remove debug codeJayamohan Kallickal1-2/+2
2010-02-08[SCSI] be2iscsi: Proper checking of stateJayamohan Kallickal1-1/+1
2010-02-08[SCSI] be2iscsi: Fix for first_burstJayamohan Kallickal1-2/+2
2010-02-08[SCSI] be2iscsi: changing copyright to 2010Jayamohan Kallickal1-1/+1
2010-01-18[SCSI] be2iscsi: Enable async mode for mcc ringsJayamohan Kallickal1-12/+88
2010-01-18[SCSI] be2iscsi: Move freeing of resources to stop_connJayamohan Kallickal1-13/+10
2010-01-18[SCSI] be2iscsi: Use start cid and number of cid and icd from FWJayamohan Kallickal1-3/+4
2009-12-04[SCSI] be2iscsi: Adding msix and mcc_rings V3Jayamohan Kallickal1-10/+13