aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/fnic
AgeCommit message (Expand)Author
2019-01-29scsi: fnic: Remove set but not used variable 'vdev'YueHaibing
2019-01-29scsi: fnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-01-22scsi: fnic: Update fnic driver version to 1.6.0.47Satish Kharat
2019-01-22scsi: fnic: Enable fnic devcmd2 interfaceSatish Kharat
2019-01-22scsi: fnic: Adding devcmd2 init and posting interfacesSatish Kharat
2019-01-22scsi: fnic: Add devcmd2 initialization helpersSatish Kharat
2019-01-22scsi: fnic: fnic devcmd2 controller definitionsSatish Kharat
2019-01-22scsi: fnic: fnic devcmd2 interface definitionsSatish Kharat
2019-01-22scsi: fnic: Impose upper limit on max. # of CQs processed per intrSatish Kharat
2019-01-22scsi: fnic: RQ enable and then post descriptorsSatish Kharat
2019-01-22scsi: fnic: delaying vnic dev enable till after req intrSatish Kharat
2019-01-22scsi: fnic: Warn when calling done for IO not issued to fwSatish Kharat
2019-01-22scsi: fnic: fnic stats for max CQs processed and ISR timeSatish Kharat
2019-01-22scsi: fnic: Add port speed stat to fnic debug statsSatish Kharat
2019-01-22scsi: fnic: use fnic_lock to guard fnic->state_flagsSatish Kharat
2019-01-22scsi: fnic: vnic_rq_clean change BUG_ON to WARN_ONSatish Kharat
2019-01-22scsi: fnic: change fnic queue depth to 256Satish Kharat
2019-01-22scsi: fnic: support to display 20G port speedSatish Kharat
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-12-07scsi: fnic: Use vzallocSabyasachi Gupta
2018-11-10fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig
2018-10-17scsi: fnic: replace gross legacy tag hack with blk-mq hackJens Axboe
2018-10-17scsi: fnic: switch to generic DMA APIChristoph Hellwig
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-04-18scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort"Colin Ian King
2018-01-22scsi: fnic: use 64-bit timestampsArnd Bergmann
2018-01-17scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_respRasmus Villemoes
2017-12-11scsi: fnic: add a space after %p in printf formatNicolas Iooss
2017-12-04scsi: fnic: Fix coccinelle warningsVasyl Gomonovych
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-25scsi: fnic: do not call host reset from command abortHannes Reinecke
2017-08-07scsi: fnic: fix format string overflow warningArnd Bergmann
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-27scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ...Satish Kharat
2017-06-27scsi: fnic: correct speed display and add support for 25,40 and 100GSatish Kharat
2017-06-27scsi: fnic: added timestamp reporting in fnic debug statsSatish Kharat
2017-06-27scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-03-23scsi: fnic: bug fix for fip.fip_subcode in fnic_fcoe_send_vlan_reqSatish Kharat
2017-03-23scsi: fnic: Adding debug IO and Abort latency counter to fnic statsSatish Kharat
2017-03-23scsi: fnic: Adding Check Condition counter to misc fnicstatsSatish Kharat
2017-03-23scsi: fnic: Avoid false out-of-order detection for aborted commandSatish Kharat
2017-03-23scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negativeSatish Kharat
2017-03-23scsi: fnic: minor cleanup in fnic_fcpio_itmf_cmpl_handler, removing else caseSatish Kharat
2017-03-23scsi: fnic: Ratelimit printks to avoid flooding when vlan is not set by the s...Satish Kharat
2017-03-23scsi: fnic: switch to pci_alloc_irq_vectorsChristoph Hellwig
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds