aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/bnx2fc
AgeCommit message (Expand)AuthorFilesLines
2016-09-09scsi: bnx2fc: Mark symbols static where possibleGravatar Baoyou Xie 4-8/+9
2016-09-09scsi: bnx2fc: Simplify codeGravatar Christophe JAILLET 1-2/+1
2016-07-13fcoe: use enum for fip_modeGravatar Hannes Reinecke 1-3/+3
2016-07-12fcoe: convert to kworkerGravatar Sebastian Andrzej Siewior 1-4/+4
2016-07-12bnx2fc: replace printk() with BNX2FC_IO_DBG()Gravatar Maurizio Lombardi 1-1/+1
2016-04-15bnx2fc: Update version number to 2.10.3.Gravatar Chad Dupuis 1-1/+1
2016-04-15bnx2fc: Check sc_cmd device and host pointer before returning the command to ...Gravatar Chad Dupuis 1-0/+12
2016-04-15bnx2fc: Print netdev device name when FCoE is successfully initialized.Gravatar Chad Dupuis 1-0/+2
2016-04-15bnx2fc: Print when we send a fip keep alive.Gravatar Chad Dupuis 1-0/+19
2016-04-15bnx2fc: Add driver tunables.Gravatar Joe Carnuccio 3-2/+80
2016-02-23bnx2fc: bnx2fc_eh_abort(): fix wrong return code.Gravatar Maurizio Lombardi 1-3/+2
2016-02-23bnx2fc: Show information about log levels in 'modinfo'Gravatar Jose Castillo 1-0/+9
2015-11-09bnx2fc: Update version number to 2.9.6.Gravatar Chad Dupuis 2-2/+2
2015-11-09bnx2fc: Remove explicit logouts.Gravatar Chad Dupuis 4-85/+12
2015-11-09bnx2fc: Fix FCP RSP residual parsing.Gravatar Chad Dupuis 1-1/+4
2015-11-09bnx2fc: Set ELS transfer length correctly for middle path commands.Gravatar Chad Dupuis 2-2/+7
2015-11-09bnx2fc: Remove 'NetXtreme II' from source files.Gravatar Chad Dupuis 11-15/+14
2015-11-09bnx2fc: Update copyright for 2015.Gravatar Chad Dupuis 10-20/+20
2015-11-09scsi: use host wide tags by defaultGravatar Christoph Hellwig 1-1/+0
2015-11-09bnx2fc: reduce stack usage in __bnx2fc_enableGravatar Arnd Bergmann 1-4/+9
2015-10-27bnx2fc: Do not log error for netevents that need no actionGravatar Shirish Pargaonkar 1-1/+0
2015-08-06bnx2fc: Read npiv table from nvram and create vports.Gravatar Joe Carnuccio 1-0/+66
2014-12-18Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusGravatar James Bottomley 2-6/+1
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusGravatar James Bottomley 1-2/+4
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusGravatar James Bottomley 2-16/+5
2014-12-04fc: FCP_PTA_SIMPLE is 0Gravatar Christoph Hellwig 1-5/+1
2014-12-04scsi: remove ->change_queue_type methodGravatar Christoph Hellwig 1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthGravatar Christoph Hellwig 1-1/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingGravatar Christoph Hellwig 1-0/+1
2014-11-20bnx2fc: do not add shared skbs to the fcoe_rx_listGravatar Maurizio Lombardi 1-0/+7
2014-11-12bnx2fc: fix an error code in _bnx2fc_create()Gravatar Dan Carpenter 1-0/+1
2014-11-12bnx2fc: check IS_ERR() instead of NULLGravatar Dan Carpenter 1-1/+1
2014-11-12scsi: always assign block layer tags if enabledGravatar Christoph Hellwig 1-0/+1
2014-11-12scsi: remove abuses of scsi_populate_tagGravatar Christoph Hellwig 1-15/+3
2014-11-12scsi: provide a generic change_queue_type methodGravatar Christoph Hellwig 1-1/+1
2014-11-10bnx2fc: fix tgt spinlock lockingGravatar Maurizio Lombardi 2-11/+10
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-2/+13
2014-09-22scsi: Use 'depends' with LIBFC instead of 'select'.Gravatar David S. Miller 1-2/+2
2014-09-16bnx2fc: fix incorrect DMA memory mapping in bnx2fc_unmap_sg_list()Gravatar Chad Dupuis 1-2/+13
2014-09-15bnx2i/bnx2fc : fix randconfig error in next-20140909Gravatar Anish Bhatt 1-0/+1
2014-07-25bnx2fc: Rebranding bnx2fc driverGravatar Saurav Kashyap 11-14/+72
2014-07-17scsi: use 64-bit LUNsGravatar Hannes Reinecke 1-2/+2
2014-06-25bnx2fc: Improve stats update mechanismGravatar Neil Horman 1-12/+4
2014-06-25bnx2fc: do not scan uninitialized lists in case of error.Gravatar Maurizio Lombardi 1-0/+2
2014-06-09Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-27/+37
2014-05-19bnx2fc: fix memory leak in bnx2fc_allocate_hash_table()Gravatar Maurizio Lombardi 1-12/+19
2014-05-19bnx2fc: fix memory leak and potential NULL pointer dereference.Gravatar Maurizio Lombardi 1-14/+20
2014-05-19bnx2fc: remove unused variable hash_table_sizeGravatar Maurizio Lombardi 1-3/+0
2014-05-07Merge branch 'sched/urgent' into sched/core, to avoid conflictsGravatar Ingo Molnar 1-2/+10
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEGravatar Dongsheng Yang 1-2/+2