aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06scsi: fnic: fix use after freePan Bian1-1/+2
2019-09-30scsi: fnic: make array dev_cmd_err static const, makes object smallerColin Ian King1-1/+1
2019-09-07scsi: fnic: fix msix interrupt allocationGovindarajulu Varadarajan1-2/+2
2019-08-30scsi: fnic: print port speed only at driver init or speed changeJohn Pittman2-5/+11
2019-08-19scsi: fnic: remove redundant assignment of variable rcColin Ian King1-3/+1
2019-01-29scsi: fnic: Remove set but not used variable 'vdev'YueHaibing2-6/+0
2019-01-29scsi: fnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman5-108/+10
2019-01-22scsi: fnic: Update fnic driver version to 1.6.0.47Satish Kharat1-1/+1
2019-01-22scsi: fnic: Enable fnic devcmd2 interfaceSatish Kharat3-1/+29
2019-01-22scsi: fnic: Adding devcmd2 init and posting interfacesSatish Kharat1-4/+219
2019-01-22scsi: fnic: Add devcmd2 initialization helpersSatish Kharat2-0/+74
2019-01-22scsi: fnic: fnic devcmd2 controller definitionsSatish Kharat1-2/+28
2019-01-22scsi: fnic: fnic devcmd2 interface definitionsSatish Kharat2-2/+163
2019-01-22scsi: fnic: Impose upper limit on max. # of CQs processed per intrSatish Kharat3-4/+11
2019-01-22scsi: fnic: RQ enable and then post descriptorsSatish Kharat2-3/+4
2019-01-22scsi: fnic: delaying vnic dev enable till after req intrSatish Kharat1-2/+2
2019-01-22scsi: fnic: Warn when calling done for IO not issued to fwSatish Kharat1-2/+8
2019-01-22scsi: fnic: fnic stats for max CQs processed and ISR timeSatish Kharat3-0/+28
2019-01-22scsi: fnic: Add port speed stat to fnic debug statsSatish Kharat3-0/+12
2019-01-22scsi: fnic: use fnic_lock to guard fnic->state_flagsSatish Kharat1-6/+5
2019-01-22scsi: fnic: vnic_rq_clean change BUG_ON to WARN_ONSatish Kharat1-1/+1
2019-01-22scsi: fnic: change fnic queue depth to 256Satish Kharat1-1/+1
2019-01-22scsi: fnic: support to display 20G port speedSatish Kharat3-1/+9
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-3/+1
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-12-07scsi: fnic: Use vzallocSabyasachi Gupta1-2/+1
2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig1-2/+2
2018-10-17scsi: fnic: replace gross legacy tag hack with blk-mq hackJens Axboe1-49/+12
2018-10-17scsi: fnic: switch to generic DMA APIChristoph Hellwig4-75/+49
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook2-9/+13
2018-04-18scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort"Colin Ian King1-1/+1
2018-01-22scsi: fnic: use 64-bit timestampsArnd Bergmann3-32/+32
2018-01-17scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_respRasmus Villemoes1-3/+1
2017-12-11scsi: fnic: add a space after %p in printf formatNicolas Iooss1-1/+1
2017-12-04scsi: fnic: Fix coccinelle warningsVasyl Gomonovych1-19/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-25scsi: fnic: do not call host reset from command abortHannes Reinecke1-4/+0
2017-08-07scsi: fnic: fix format string overflow warningArnd Bergmann1-1/+1
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds7-4/+92
2017-06-27scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport is initSatish Kharat1-2/+14
2017-06-27scsi: fnic: correct speed display and add support for 25,40 and 100GSatish Kharat3-2/+45
2017-06-27scsi: fnic: added timestamp reporting in fnic debug statsSatish Kharat3-0/+32
2017-06-27scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat1-0/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-4/+3
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-1/+1
2017-03-23scsi: fnic: bug fix for fip.fip_subcode in fnic_fcoe_send_vlan_reqSatish Kharat1-1/+1
2017-03-23scsi: fnic: Adding debug IO and Abort latency counter to fnic statsSatish Kharat4-5/+102
2017-03-23scsi: fnic: Adding Check Condition counter to misc fnicstatsSatish Kharat3-0/+6
2017-03-23scsi: fnic: Avoid false out-of-order detection for aborted commandSatish Kharat1-22/+18