summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic/fnic_main.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: fnic: Add support for multiqueue (MQ) in fnic driverKaran Tilak Kumar2023-12-131-5/+0
* scsi: fnic: Add support for multiqueue (MQ) in fnic_main.cKaran Tilak Kumar2023-12-131-32/+75
* scsi: fnic: Modify ISRs to support multiqueue (MQ)Karan Tilak Kumar2023-12-131-1/+3
* scsi: fnic: Rename wq_copy to hw_copy_wqKaran Tilak Kumar2023-12-131-4/+4
* scsi: fnic: Add and improve log messagesKaran Tilak Kumar2023-12-131-2/+2
* scsi: fnic: Add and use fnic numberKaran Tilak Kumar2023-12-131-2/+16
* scsi: fnic: Fix sg_reset success pathKaran Tilak Kumar2023-09-271-0/+2
* scsi: fnic: Declare host template constBart Van Assche2023-03-241-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-08-041-11/+34
|\
| * scsi: fnic: Refactor code in fnic probe to initialize SCSI layerKaran Tilak Kumar2022-07-131-11/+34
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (p...Thomas Gleixner2022-06-101-14/+1
|/
* scsi: fnic: Replace DMA mask of 64 bits with 47 bitsKaran Tilak Kumar2022-05-191-3/+3
* scsi: fnic: Remove unneeded flush_workqueue()ran jianping2022-04-251-3/+1
* scsi: fnic: Stop using the SCSI pointerBart Van Assche2022-02-221-0/+1
* scsi: fnic: Switch to attribute groupsBart Van Assche2021-10-161-1/+1
* scsi: fnic: Remove unnecessary spin_lock_init() and INIT_LIST_HEAD()Yang Yingliang2021-04-051-3/+0
* scsi: fnic: Fix error return code in fnic_probe()Zhang Changzhong2020-12-071-0/+1
* scsi: fnic: Avoid looping in TRANS ETH on unloadKaran Tilak Kumar2020-11-231-0/+2
* scsi: fnic: Remove unneeded semicolonJason Yan2020-09-151-1/+1
* scsi: fnic: Remove set but not used 'old_vlan'Jason Yan2020-09-021-2/+1
* scsi: fnic: make fnic_list and fnic_list_lock staticJason Yan2020-04-171-2/+2
* scsi: fnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-291-6/+1
* scsi: fnic: Enable fnic devcmd2 interfaceSatish Kharat2019-01-221-1/+10
* scsi: fnic: Impose upper limit on max. # of CQs processed per intrSatish Kharat2019-01-221-1/+6
* scsi: fnic: RQ enable and then post descriptorsSatish Kharat2019-01-221-3/+2
* scsi: fnic: delaying vnic dev enable till after req intrSatish Kharat2019-01-221-2/+2
* scsi: fnic: support to display 20G port speedSatish Kharat2019-01-221-0/+3
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* scsi: fnic: switch to generic DMA APIChristoph Hellwig2018-10-171-17/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-8/+6
* scsi: fnic: correct speed display and add support for 25,40 and 100GSatish Kharat2017-06-271-2/+12
* scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-8/+0
* scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-1/+0
* scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-2/+2
* scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-0/+1
* Fnic: Not probing all the vNICS via fnic_probe on bootHiral Shah2014-11-201-2/+11
* scsi: don't force tagged_supported in driversChristoph Hellwig2014-11-121-2/+0
* scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-1/+1
* scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-1/+2
* scsi: provide a generic change_queue_type methodChristoph Hellwig2014-11-121-1/+1
* fnic: fnic Control Path Trace UtilityHiral Shah2014-05-191-2/+18
* fnic: NoFIP solicitation frame in NONFIP mode and changed IO Throttle countHiral Shah2014-05-191-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-151-1/+0
|\
| * SCSI: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-141-1/+0
* | [SCSI] fnic: Fnic Statistics CollectionHiral Patel2013-10-251-0/+19
* | [SCSI] fnic: fnic Driver Tuneables Exposed through CLIHiral Patel2013-09-111-8/+21
* | [SCSI] fnic: On system with >1.1TB RAM, VIC fails multipath after boot upBrian Uchino2013-09-111-4/+4
* | [SCSI] fnic: FC stat param seconds_since_last_reset not getting updatedNarsimhulu Musini2013-09-111-1/+107
|/
* [SCSI] fnic: BUG: sleeping function called from invalid context during probeChris Leech2013-08-021-13/+9