summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bnx2fc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * scsi: bnx2fc: remove set but not used variables 'lport','host'zhengbin2019-08-291-7/+0
| * scsi: bnx2fc: remove set but not used variable 'fh'zhengbin2019-08-291-2/+0
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-07-115-63/+140
|\
| * scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_srrLin Yi2019-06-261-1/+1
| * scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_recLin Yi2019-06-261-1/+1
| * scsi: bnx2fc: Update the driver version to 2.12.10Saurav Kashyap2019-06-261-1/+1
| * scsi: bnx2fc: Limit the IO size according to the FW capabilitySaurav Kashyap2019-06-263-3/+16
| * scsi: bnx2fc: Do not allow both a cleanup completion and abort completion for...Saurav Kashyap2019-06-262-0/+33
| * scsi: bnx2fc: Separate out completion flags and variables for abort and cleanupSaurav Kashyap2019-06-263-34/+41
| * scsi: bnx2fc: Only put reference to io_req in bnx2fc_abts_cleanup if cleanup ...Chad Dupuis2019-06-261-7/+7
| * scsi: bnx2fc: Redo setting source FCoE MACChad Dupuis2019-06-261-16/+40
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-05-241-1/+1
|\ \
| * | scsi: bnx2fc: fix incorrect cast to u64 on shift operationColin Ian King2019-05-201-1/+1
* | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
| |/ |/|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-05-081-2/+1
|\|
| * scsi: bnx2fc: remove unneeded variableDing Xiang2019-04-031-2/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-2/+0
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-1/+1
|\
| * scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-02-191-1/+1
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2019-02-021-2/+2
|\ \