summaryrefslogtreecommitdiff
path: root/drivers/scsi/lpfc/lpfc_hbadisc.c
AgeCommit message (Expand)AuthorFilesLines
2019-11-28scsi: lpfc: fcoe: Fix link down issue after 1000+ link bouncesJames Smart1-0/+20
2019-06-11scsi: lpfc: Fix SLI3 commands being issued on SLI4 devicesJames Smart1-1/+10
2018-05-30scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testingJames Smart1-2/+3
2017-12-25scsi: lpfc: PLOGI failures during NPIV testingDick Kennedy1-1/+2
2016-09-15lpfc: Fix RegLogin failed error seen on Lancer FC during port bounceJames Smart1-4/+4
2016-09-15lpfc: Fix the FLOGI discovery logic to comply with T11 standardsJames Smart1-4/+8
2015-10-27lpfc: Fix default RA_TOV and ED_TOV in the FC/FCoE driver for all topologiesJames Smart1-1/+14
2015-10-27lpfc: Add support for Lancer G6 and 32G FC linksJames Smart1-0/+1
2015-10-27lpfc: remove set but not used variablesSebastian Herbszt1-7/+4
2015-08-27lpfc: Use && instead of & for boolean expressionSebastian Herbszt1-1/+1
2015-06-13lpfc: Fix to drop PLOGIs from fabric node till LOGO processing completesJames Smart1-2/+11
2015-06-06lpfc: Fix incorrect log message reported for empty FCF record.James Smart1-2/+4
2015-06-06lpfc: Fix rport leak.James Smart1-76/+69
2015-06-06lpfc: Fix discovery issue when changing from Pt2Pt to Fabric.James Smart1-1/+11
2015-06-06lpfc: Correct reference counting of rportJames Smart1-1/+2
2015-06-06lpfc: Correct loss of target discovery after cable swap.James Smart1-2/+2
2015-06-06lpfc: The lpfc driver does not issue RFF_ID and RFT_ID in the correct sequenceJames Smart1-1/+1
2015-04-10lpfc: Update copyright to 2015James Smart1-1/+1
2015-04-10lpfc: Fix premature release of rpi bit in bitmaskJames Smart1-7/+53
2015-04-10lpfc: Fix FDMI Fabric support in driver for BrocadeJames Smart1-3/+3
2015-04-10lpfc: Linux lpfc driver doesn't re-establish the link after a cable pull on L...James Smart1-4/+2
2014-09-16lpfc: fix low priority issues from fortify source code scanJames Smart1-9/+1
2014-09-16lpfc: fix crash from page fault caused by use after rport deleteJames Smart1-0/+12
2014-09-16lpfc: fix race between LOGO/PLOGI handling causing NULL pointerJames Smart1-1/+18
2014-09-16lpfc: fix quarantined XRI recovery qualifier state in link bounceJames Smart1-1/+0
2014-09-16lpfc: do not feed jiffies as random seed from lpfc driverDaniel Borkmann1-4/+0
2014-09-16lpfc: mark functions as static in lpfc/lpfc_hbadisc.cRashika Kheria1-3/+4
2014-06-15Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds1-1/+4
2014-06-02lpfc: Fix for initializing RRQ bitmapJames Smart1-0/+3
2014-06-02lpfc: Update Copyright on changed files from 8.3.45 patchesJames Smart1-1/+1
2014-04-18sched, treewide: Replace hardcoded nice values with MIN_NICE/MAX_NICEDongsheng Yang1-1/+1
2014-03-15[SCSI] lpfc: remove self-assignmentsJames Smart1-4/+0
2014-03-15[SCSI] lpfc 8.3.45: Incorporate changes to use reason in change_queue_depth f...James Smart1-2/+0
2014-03-15[SCSI] lpfc 8.3.44: Fix kernel panics from corrupted ndlp listJames Smart1-3/+18
2014-03-15[SCSI] lpfc 8.3.44: Fixed stopped FCF discovery on failed FCF record readJames Smart1-3/+9
2013-10-25[SCSI] lpfc 8.3.43: Fixed spinlock hang.James Smart1-2/+6
2013-09-11[SCSI] lpfc 8.3.42: Fixed back to back RSCNs discovery failure.James Smart1-1/+9
2013-09-11[SCSI] lpfc 8.3.42: Fixed mailbox memory leak.James Smart1-0/+1
2013-06-26[SCSI] lpfc 8.3.40: Update Copyrights to 2013 for 8.3.38, 8.3.39, and 8.3.40 ...James Smart1-1/+1
2013-06-26[SCSI] lpfc 8.3.40: Fixed FCoE connection list vlan identifier and add FCF li...James Smart1-2/+34
2013-05-03[SCSI] lpfc 8.3.39: Fixed driver handling of CLEAR_LA with NPIV enabled causi...James Smart1-4/+3
2013-05-03[SCSI] lpfc 8.3.39: Reduced tmo value set to FLOGI WQE for quick recovery fro...James Smart1-2/+5
2013-05-03[SCSI] lpfc 8.3.39: Fixed deadlock between hbalock and nlp_lock useJames Smart1-1/+2
2013-05-02[SCSI] lpfc 8.3.39: Fixed pt2pt and loop discovery problems on topology changes.James Smart1-6/+49
2013-05-02[SCSI] lpfc 8.3.39: Remove driver dependency on HZJames Smart1-2/+3
2013-05-02[SCSI] lpfc 8.3.39: Fixed VPI allocation issues after firmware dump is performedJames Smart1-1/+13
2013-05-01Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-28/+40
2013-04-30scsi: rename random32() to prandom_u32()Akinobu Mita1-3/+3
2013-04-10[SCSI] lpfc 8.3.38: Fixed potential mis-interpretation of READ_TOPOLOGY reser...James Smart1-13/+15
2013-04-10[SCSI] lpfc 8.3.38: Fixed circular locking dependency and inconsistent lock s...James Smart1-8/+10