summaryrefslogtreecommitdiff
path: root/drivers/scsi/bnx2fc
AgeCommit message (Expand)AuthorFilesLines
2022-02-08scsi: bnx2fc: Make bnx2fc_recv_frame() mp safeJohn Meneghini1-8/+13
2022-02-01scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()John Meneghini1-15/+5
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2021-06-23scsi: bnx2fc: Remove meaningless bnx2fc_abts_cleanup() return value assignmentSeongJae Park1-1/+1
2021-05-22scsi: bnx2fc: Return failure if io_req is already in ABTS processingJaved Hasan1-0/+1
2021-03-25scsi: bnx2fc: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-16scsi: bnx2fc: Fix misnaming of bnx2fc_free_session_resc()Lee Jones1-1/+1
2021-03-16scsi: bnx2fc: Fix typo in bnx2fc_indicate_kcqe()Lee Jones1-1/+1
2021-02-23scsi: bnx2fc: Fix Kconfig warning & CNIC build errorsRandy Dunlap1-0/+1
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-5/+3
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+2
2020-11-11scsi: bnx2fc: Fix comparison to bool warningKaixu Xia1-2/+2
2020-11-05scsi: bnx2fc: Remove unneeded semicolonTom Rix1-1/+1
2020-10-30scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann1-1/+0
2020-10-27scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-8/+8
2020-09-16scsi: bnx2fc: Make a bunch of symbols static in bnx2fc_fcoe.cJason Yan1-5/+5
2020-08-25scsi: bnx2fc: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King1-3/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-07-15scsi: bnx2fc: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones1-4/+3
2020-07-15scsi: bnx2fc: Fix a couple of bitrotted function documentation headersLee Jones1-3/+3
2020-07-15scsi: bnx2fc: Repair a range of kerneldoc issuesLee Jones1-10/+8
2020-06-27scsi: bnx2fc: Removal of unused variablesJaved Hasan1-15/+1
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-1/+1
2020-04-25scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.cJason Yan1-2/+2
2020-04-24scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()Jules Irenge1-0/+1
2020-04-01scsi: bnx2fc: fix boolreturn.cocci warningskbuild test robot1-3/+3
2020-03-30scsi: bnx2fc: Update the driver version to 2.12.13Saurav Kashyap1-1/+1
2020-03-30scsi: bnx2fc: Fix SCSI command completion after cleanup is postedSaurav Kashyap1-0/+6
2020-03-30scsi: bnx2fc: Process the RQE with CQE in interrupt contextJaved Hasan4-54/+96
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-11-20scsi: bnx2fc: timeout calculation invalid for bnx2fc_eh_abort()Laurence Oberman1-1/+1
2019-10-25scsi: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-10-10Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen1-5/+24
2019-09-24scsi: bnx2fc: Handle scope bits when array returns BUSY or TSFLaurence Oberman1-5/+24
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-25/+0
2019-08-30scsi: bnx2fc: remove set but not used variables 'task','port','orig_task'zhengbin1-16/+0
2019-08-30scsi: bnx2fc: remove set but not used variables 'lport','host'zhengbin1-7/+0
2019-08-30scsi: bnx2fc: remove set but not used variable 'fh'zhengbin1-2/+0
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-63/+140
2019-06-27scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_srrLin Yi1-1/+1
2019-06-27scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_recLin Yi1-1/+1
2019-06-27scsi: bnx2fc: Update the driver version to 2.12.10Saurav Kashyap1-1/+1
2019-06-27scsi: bnx2fc: Limit the IO size according to the FW capabilitySaurav Kashyap3-3/+16
2019-06-27scsi: bnx2fc: Do not allow both a cleanup completion and abort completion for...Saurav Kashyap2-0/+33
2019-06-27scsi: bnx2fc: Separate out completion flags and variables for abort and cleanupSaurav Kashyap3-34/+41
2019-06-27scsi: bnx2fc: Only put reference to io_req in bnx2fc_abts_cleanup if cleanup ...Chad Dupuis1-7/+7
2019-06-27scsi: bnx2fc: Redo setting source FCoE MACChad Dupuis1-16/+40
2019-05-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+1