aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc/bnx2fc_io.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-30scsi: bnx2fc: Fix check in SCSI completion handler for timed out requestChad Dupuis1-0/+1
2017-11-15scsi: bnx2fc: Fix hung task messages when a cleanup response is not received during abortChad Dupuis1-8/+32
2017-06-27scsi: bnx2fc: If IO is still in cleanup then do not return to SCSI layer.Chad Dupuis1-8/+3
2017-06-27scsi: bnx2fc: Update copyright for 2017.Chad Dupuis1-1/+2
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-4/+4
2016-09-09scsi: bnx2fc: Mark symbols static where possibleBaoyou Xie1-1/+1
2016-07-12bnx2fc: replace printk() with BNX2FC_IO_DBG()Maurizio Lombardi1-1/+1
2016-04-15bnx2fc: Check sc_cmd device and host pointer before returning the command to the mid-layer.Chad Dupuis1-0/+12
2016-04-15bnx2fc: Add driver tunables.Joe Carnuccio1-1/+1
2016-02-23bnx2fc: bnx2fc_eh_abort(): fix wrong return code.Maurizio Lombardi1-3/+2
2015-11-09bnx2fc: Remove explicit logouts.Chad Dupuis1-76/+11
2015-11-09bnx2fc: Fix FCP RSP residual parsing.Chad Dupuis1-1/+4
2015-11-09bnx2fc: Set ELS transfer length correctly for middle path commands.Chad Dupuis1-2/+6
2015-11-09bnx2fc: Remove 'NetXtreme II' from source files.Chad Dupuis1-1/+1
2015-11-09bnx2fc: Update copyright for 2015.Chad Dupuis1-2/+2
2014-12-04fc: FCP_PTA_SIMPLE is 0Christoph Hellwig1-5/+1
2014-11-12scsi: remove abuses of scsi_populate_tagChristoph Hellwig1-15/+3
2014-11-10bnx2fc: fix tgt spinlock lockingMaurizio Lombardi1-9/+10
2014-09-16bnx2fc: fix incorrect DMA memory mapping in bnx2fc_unmap_sg_list()Chad Dupuis1-2/+13
2014-07-25bnx2fc: Rebranding bnx2fc driverSaurav Kashyap1-1/+2
2014-07-17scsi: use 64-bit LUNsHannes Reinecke1-2/+2
2014-06-25bnx2fc: do not scan uninitialized lists in case of error.Maurizio Lombardi1-0/+2
2014-04-01Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+18
2014-03-18cnic,bnx2i,bnx2fc: Fix inconsistent use of page sizeMichael Chan1-8/+8
2014-03-15[SCSI] bnx2fc: Fixed the handling for the SCSI retry delayEddie Wai1-1/+18
2013-10-25[SCSI] bnx2fc: Fixed a SCSI CMD cmpl race condition between ABTS and CLEANUPEddie Wai1-0/+6
2013-05-02[SCSI] bnx2fc: Update copyright datesBhanu Prakash Gollapudi1-1/+1
2013-05-02[SCSI] bnx2fc: Fix race condition between IO completion and abortBhanu Prakash Gollapudi1-2/+5
2013-04-25bnx2x, bnx2fc: Use per port max exchange resourcesBhanu Prakash Gollapudi1-4/+5
2013-01-30[SCSI] bnx2fc: adjust duplicate testJulia Lawall1-1/+1
2013-01-29[SCSI] bnx2fc: Remove potential NULL dereferenceJulia Lawall1-2/+4
2012-09-24[SCSI] Fix incorrect memset in bnx2fc_parse_fcp_rspAndi Kleen1-1/+1
2012-07-20[SCSI] bnx2fc: use list_entry instead of explicit castBhanu Prakash Gollapudi1-14/+7
2012-07-20[SCSI] libfc, fcoe, bnx2fc: cleanup fcoe_dev_statsVasu Dev1-2/+2
2012-05-22[SCSI] bnx2fc: cleanup task management IO when it times out.Bhanu Prakash Gollapudi1-1/+15
2012-05-22[SCSI] bnx2fc: Decrememnt io ref count when abort times outBhanu Prakash Gollapudi1-46/+60
2012-02-25scsi: Use struct scsi_lun in fc/fcp.hAndy Grover1-3/+1
2011-10-30[SCSI] bnx2fc: Handle ABTS timeout during ulp timeoutBhanu Prakash Gollapudi1-0/+37
2011-09-22[SCSI] bnx2fc: Handle bnx2fc_map_sg failureBhanu Prakash Gollapudi1-5/+15
2011-09-22[SCSI] bnx2fc: Replace scsi_dma_map() with dma_map_sg().Bhanu Prakash Gollapudi1-1/+4
2011-08-27[SCSI] bnx2fc: IO errors when receiving unsolicited LOGOBhanu Prakash Gollapudi1-6/+0
2011-08-27[SCSI] bnx2fc: Remove erroneous kref_get on IO requestBhanu Prakash Gollapudi1-1/+0
2011-07-28[SCSI] bnx2fc: Update copyright and bump version to 1.0.4Bhanu Prakash Gollapudi1-1/+1
2011-07-28[SCSI] bnx2fc: hold tgt lock when calling cmd_releaseBhanu Prakash Gollapudi1-0/+2
2011-07-28[SCSI] bnx2fc: REC/SRR link service request and response handlingBhanu Prakash Gollapudi1-3/+6
2011-07-28[SCSI] bnx2fc: Support 'sequence cleanup' taskBhanu Prakash Gollapudi1-0/+106
2011-07-27[SCSI] bnx2fc: Enable REC & CONF support for the sessionBhanu Prakash Gollapudi1-1/+2
2011-07-27[SCSI] bnx2fc: Introduce interface structure for each vlan interfaceBhanu Prakash Gollapudi1-20/+28
2011-07-26[SCSI] bnx2fc: Replace printks with KERN_ALERT to KERN_ERR/KERN_INFOBhanu Prakash Gollapudi1-12/+12
2011-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1