summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic
Commit message (Expand)AuthorAgeFilesLines
* scsi: fnic: Remove set but not used variable 'vdev'YueHaibing2019-01-292-6/+0Star
* scsi: fnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-295-108/+10Star
* scsi: fnic: Update fnic driver version to 1.6.0.47Satish Kharat2019-01-231-1/+1
* scsi: fnic: Enable fnic devcmd2 interfaceSatish Kharat2019-01-233-1/+29
* scsi: fnic: Adding devcmd2 init and posting interfacesSatish Kharat2019-01-231-4/+219
* scsi: fnic: Add devcmd2 initialization helpersSatish Kharat2019-01-232-0/+74
* scsi: fnic: fnic devcmd2 controller definitionsSatish Kharat2019-01-231-2/+28
* scsi: fnic: fnic devcmd2 interface definitionsSatish Kharat2019-01-232-2/+163
* scsi: fnic: Impose upper limit on max. # of CQs processed per intrSatish Kharat2019-01-233-4/+11
* scsi: fnic: RQ enable and then post descriptorsSatish Kharat2019-01-232-3/+4
* scsi: fnic: delaying vnic dev enable till after req intrSatish Kharat2019-01-231-2/+2
* scsi: fnic: Warn when calling done for IO not issued to fwSatish Kharat2019-01-231-2/+8
* scsi: fnic: fnic stats for max CQs processed and ISR timeSatish Kharat2019-01-233-0/+28
* scsi: fnic: Add port speed stat to fnic debug statsSatish Kharat2019-01-233-0/+12
* scsi: fnic: use fnic_lock to guard fnic->state_flagsSatish Kharat2019-01-231-6/+5Star
* scsi: fnic: vnic_rq_clean change BUG_ON to WARN_ONSatish Kharat2019-01-231-1/+1
* scsi: fnic: change fnic queue depth to 256Satish Kharat2019-01-231-1/+1
* scsi: fnic: support to display 20G port speedSatish Kharat2019-01-233-1/+9
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-282-3/+1Star
|\
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-191-1/+0Star
| * scsi: fnic: Use vzallocSabyasachi Gupta2018-12-081-2/+1Star
* | fnic: fix fnic_scsi_host_{start,end}_tagChristoph Hellwig2018-11-101-2/+2
|/
* scsi: fnic: replace gross legacy tag hack with blk-mq hackJens Axboe2018-10-181-49/+12Star
* scsi: fnic: switch to generic DMA APIChristoph Hellwig2018-10-184-75/+49Star
* treewide: Use array_size() in vmalloc()Kees Cook2018-06-132-9/+13
* scsi: fnic: fix spelling mistake in fnic stats "Abord" -> "Abort"Colin Ian King2018-04-191-1/+1
* scsi: fnic: use 64-bit timestampsArnd Bergmann2018-01-233-32/+32
* scsi: fnic: use kzalloc in fnic_fcoe_process_vlan_respRasmus Villemoes2018-01-171-3/+1Star
* scsi: fnic: add a space after %p in printf formatNicolas Iooss2017-12-121-1/+1
* scsi: fnic: Fix coccinelle warningsVasyl Gomonovych2017-12-051-19/+1Star
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-8/+6Star
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* scsi: fnic: do not call host reset from command abortHannes Reinecke2017-08-251-4/+0Star
* scsi: fnic: fix format string overflow warningArnd Bergmann2017-08-071-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-067-4/+92
|\
| * scsi: fnic: changing queue command to return result DID_IMM_RETRY when rport ...Satish Kharat2017-06-281-2/+14
| * scsi: fnic: correct speed display and add support for 25,40 and 100GSatish Kharat2017-06-283-2/+45
| * scsi: fnic: added timestamp reporting in fnic debug statsSatish Kharat2017-06-283-0/+32
| * scsi: fnic: Zero io_cmpl_skip on fw reset completionSatish Kharat2017-06-281-0/+1
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-4/+3Star
* | networking: make skb_pull & friends return void pointersJohannes Berg2017-06-161-1/+1
|/
* scsi: fnic: bug fix for fip.fip_subcode in fnic_fcoe_send_vlan_reqSatish Kharat2017-03-231-1/+1
* scsi: fnic: Adding debug IO and Abort latency counter to fnic statsSatish Kharat2017-03-234-5/+102
* scsi: fnic: Adding Check Condition counter to misc fnicstatsSatish Kharat2017-03-233-0/+6
* scsi: fnic: Avoid false out-of-order detection for aborted commandSatish Kharat2017-03-231-22/+18Star
* scsi: fnic: Fix for "Number of Active IOs" in fnicstats becoming negativeSatish Kharat2017-03-231-6/+10
* scsi: fnic: minor cleanup in fnic_fcpio_itmf_cmpl_handler, removing else caseSatish Kharat2017-03-231-2/+1Star
* scsi: fnic: Ratelimit printks to avoid flooding when vlan is not set by the s...Satish Kharat2017-03-231-8/+13
* scsi: fnic: switch to pci_alloc_irq_vectorsChristoph Hellwig2017-03-232-29/+13Star
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-0/+1
|\