aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi/be_iscsi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-16be2iscsi: Fix processing CQE before connection resources are freedJayamohan Kallickal1-0/+29
2014-09-16be2iscsi: Fix the copyright yearJayamohan Kallickal1-1/+1
2014-07-25bnx2i, be2iscsi: fix custom stats lengthMike Christie1-1/+1
2014-05-28be2iscsi: Fix TCP parameters while connection offloading.Jayamohan Kallickal1-3/+9
2014-03-15[SCSI] be2iscsi: Fix the session cleanup when reboot/shutdown happensJayamohan Kallickal1-0/+1
2014-03-15[SCSI] be2iscsi: Fix port speed typo in driver.Jayamohan Kallickal1-1/+1
2014-03-15[SCSI] be2iscsi: Fix handling timed out MBX completion from FWJayamohan Kallickal1-4/+6
2013-12-19[SCSI] be2iscsi: fix memory leak in error pathGeyslan G. Bem1-5/+3
2013-10-25[SCSI] be2iscsi: Fix AER handling in driverJayamohan Kallickal1-11/+57
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