aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fnic/fnic_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-11/+34
2022-07-13scsi: fnic: Refactor code in fnic probe to initialize SCSI layerKaran Tilak Kumar1-11/+34
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_168.RULE (part 1)Thomas Gleixner1-14/+1
2022-05-19scsi: fnic: Replace DMA mask of 64 bits with 47 bitsKaran Tilak Kumar1-3/+3
2022-04-25scsi: fnic: Remove unneeded flush_workqueue()ran jianping1-3/+1
2022-02-22scsi: fnic: Stop using the SCSI pointerBart Van Assche1-0/+1
2021-10-16scsi: fnic: Switch to attribute groupsBart Van Assche1-1/+1
2021-04-05scsi: fnic: Remove unnecessary spin_lock_init() and INIT_LIST_HEAD()Yang Yingliang1-3/+0
2020-12-07scsi: fnic: Fix error return code in fnic_probe()Zhang Changzhong1-0/+1
2020-11-23scsi: fnic: Avoid looping in TRANS ETH on unloadKaran Tilak Kumar1-0/+2
2020-09-15scsi: fnic: Remove unneeded semicolonJason Yan1-1/+1
2020-09-02scsi: fnic: Remove set but not used 'old_vlan'Jason Yan1-2/+1
2020-04-17scsi: fnic: make fnic_list and fnic_list_lock staticJason Yan1-2/+2
2019-01-29scsi: fnic: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-6/+1
2019-01-22scsi: fnic: Enable fnic devcmd2 interfaceSatish Kharat1-1/+10
2019-01-22scsi: fnic: Impose upper limit on max. # of CQs processed per intrSatish Kharat1-1/+6
2019-01-22scsi: fnic: RQ enable and then post descriptorsSatish Kharat1-3/+2
2019-01-22scsi: fnic: delaying vnic dev enable till after req intrSatish Kharat1-2/+2
2019-01-22scsi: fnic: support to display 20G port speedSatish Kharat1-0/+3
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-10-17scsi: fnic: switch to generic DMA APIChristoph Hellwig1-17/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-8/+6
2017-06-27scsi: fnic: correct speed display and add support for 25,40 and 100GSatish Kharat1-2/+12
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-8/+0
2014-12-04scsi: remove ->change_queue_type methodChristoph Hellwig1-1/+0
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-2/+2
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-0/+1
2014-11-20Fnic: Not probing all the vNICS via fnic_probe on bootHiral Shah1-2/+11
2014-11-12scsi: don't force tagged_supported in driversChristoph Hellwig1-2/+0
2014-11-12scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig1-1/+1
2014-11-12scsi: always assign block layer tags if enabledChristoph Hellwig1-1/+2
2014-11-12scsi: provide a generic change_queue_type methodChristoph Hellwig1-1/+1
2014-05-19fnic: fnic Control Path Trace UtilityHiral Shah1-2/+18
2014-05-19fnic: NoFIP solicitation frame in NONFIP mode and changed IO Throttle countHiral Shah1-1/+2
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+0
2013-10-25[SCSI] fnic: Fnic Statistics CollectionHiral Patel1-0/+19
2013-10-14SCSI: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-09-11[SCSI] fnic: fnic Driver Tuneables Exposed through CLIHiral Patel1-8/+21
2013-09-11[SCSI] fnic: On system with >1.1TB RAM, VIC fails multipath after boot upBrian Uchino1-4/+4
2013-09-11[SCSI] fnic: FC stat param seconds_since_last_reset not getting updatedNarsimhulu Musini1-1/+107
2013-08-02[SCSI] fnic: BUG: sleeping function called from invalid context during probeChris Leech1-13/+9
2013-05-02[SCSI] fnic: FIP VLAN Discovery Feature SupportHiral Patel1-2/+49
2013-02-22[SCSI] fnic: Fnic Trace UtilityHiral Patel1-0/+14
2013-02-22[SCSI] fnic: fixing issues in device and firmware reset codeHiral Patel1-0/+3
2013-01-03Drivers: scsi: remove __dev* attributes.Greg Kroah-Hartman1-4/+3
2011-06-29[SCSI] fnic: fix incorrect use of SLAB_CACHE_DMA flagAbhijeet Joglekar1-17/+4
2010-10-07[SCSI] fnic: prep for fc host dev loss tmo supportMike Christie1-6/+7
2010-09-05[SCSI] fnic: do not reset dev_loss_tmo in slave calloutMike Christie1-4/+10
2010-07-28[SCSI] libfcoe: fcoe: fnic: add FIP VN2VN point-to-multipoint supportJoe Eykholt1-6/+1