summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-01-111-7/+7
|\
| * scsi: bnx2fc: Replace deprecated strncpy() with strscpy()Justin Stitt2023-11-151-7/+7
* | scsi: bnx2fc: Fix skb double free in bnx2fc_rcv()Wei Yongjun2023-12-181-6/+3
|/
* scsi: bnx2fc: Do not rely on a SCSI command for LUN or target resetHannes Reinecke2023-10-133-52/+57
* scsi: bnx2fc: Avoid using get_cpu() in bnx2fc_cmd_alloc()Sebastian Andrzej Siewior2022-05-161-3/+1
* scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior2022-05-162-24/+11
* scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch"Colin Ian King2022-03-301-3/+3
* scsi: bnx2fc: Stop using the SCSI pointerBart Van Assche2022-02-223-14/+19
* Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-141-23/+18
|\
| * scsi: bnx2fc: Make bnx2fc_recv_frame() mp safeJohn Meneghini2022-01-311-8/+13
| * scsi: bnx2fc: Flush destroy_work queue before calling bnx2fc_interface_put()John Meneghini2022-01-241-15/+5
* | scsi: bnx2fc: Make use of the helper macro kthread_run()Yin Xiujiang2022-01-311-4/+3
* | scsi: bnx2fc: Fix typo in commentsCai Huoqing2022-01-311-1/+1
|/
* scsi: bnx2fc: Switch to attribute groupsBart Van Assche2021-10-161-3/+5
* scsi: bnx2fc: Call scsi_done() directlyBart Van Assche2021-10-161-4/+4
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-111-1/+1
|\
| * scsi: bnx2fc: Remove meaningless bnx2fc_abts_cleanup() return value assignmentSeongJae Park2021-06-221-1/+1
* | scsi: bnx2fc: Return failure if io_req is already in ABTS processingJaved Hasan2021-05-211-0/+1
|/
* scsi: bnx2fc: Fix a typoBhaskar Chowdhury2021-03-241-1/+1
* scsi: bnx2fc: Fix misnaming of bnx2fc_free_session_resc()Lee Jones2021-03-151-1/+1
* scsi: bnx2fc: Fix typo in bnx2fc_indicate_kcqe()Lee Jones2021-03-151-1/+1
* scsi: bnx2fc: Fix Kconfig warning & CNIC build errorsRandy Dunlap2021-02-221-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-163-5/+3
|\
| * scsi: bnx2fc: Fix comparison to bool warningKaixu Xia2020-11-101-2/+2
| * scsi: bnx2fc: Remove unneeded semicolonTom Rix2020-11-041-1/+1
| * scsi: libfc: Move scsi/fc_encode.h to libfcArnd Bergmann2020-10-291-1/+0
| * scsi: Remove unneeded break statementsTom Rix2020-10-261-1/+0
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-142-8/+8
|\
| * scsi: bnx2fc: Make a bunch of symbols static in bnx2fc_fcoe.cJason Yan2020-09-151-5/+5
| * scsi: bnx2fc: Fix spelling mistake "couldnt" -> "couldn't"Colin Ian King2020-08-241-3/+3
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
|/
* scsi: bnx2fc: Demote obvious misuse of kerneldoc to standard comment blocksLee Jones2020-07-151-4/+3
* scsi: bnx2fc: Fix a couple of bitrotted function documentation headersLee Jones2020-07-151-3/+3
* scsi: bnx2fc: Repair a range of kerneldoc issuesLee Jones2020-07-151-10/+8
* scsi: bnx2fc: Removal of unused variablesJaved Hasan2020-06-261-15/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* scsi: bnx2fc: Remove unneeded semicolon in bnx2fc_fcoe.cJason Yan2020-04-241-2/+2
* scsi: bnx2fc: Add missing annotation for bnx2fc_abts_cleanup()Jules Irenge2020-04-241-0/+1
* scsi: bnx2fc: fix boolreturn.cocci warningskbuild test robot2020-03-311-3/+3
* scsi: bnx2fc: Update the driver version to 2.12.13Saurav Kashyap2020-03-291-1/+1
* scsi: bnx2fc: Fix SCSI command completion after cleanup is postedSaurav Kashyap2020-03-291-0/+6
* scsi: bnx2fc: Process the RQE with CQE in interrupt contextJaved Hasan2020-03-294-54/+96
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* scsi: bnx2fc: timeout calculation invalid for bnx2fc_eh_abort()Laurence Oberman2019-11-191-1/+1
* scsi: Fix various misspellings of "connect"Geert Uytterhoeven2019-10-241-1/+1
* Merge branch '5.4/scsi-fixes' into 5.5/scsi-queueMartin K. Petersen2019-10-091-5/+24
|\
| * scsi: bnx2fc: Handle scope bits when array returns BUSY or TSFLaurence Oberman2019-09-231-5/+24
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-213-25/+0
|\|
| * scsi: bnx2fc: remove set but not used variables 'task','port','orig_task'zhengbin2019-08-291-16/+0