summaryrefslogtreecommitdiff
path: root/drivers/scsi/be2iscsi
AgeCommit message (Expand)AuthorFilesLines
2023-07-26scsi: be2iscsi: Add length check when parsing nlattrsLin Ma1-0/+4
2023-03-25Merge patch series "Constify most SCSI host templates"Martin K. Petersen1-1/+1
2023-03-25scsi: iscsi: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-17scsi: be2iscsi: Make some variables staticTom Rix1-9/+9
2023-03-10Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen2-10/+0
2023-03-10scsi: be2iscsi: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2-10/+0
2023-03-10scsi: be2iscsi: Remove unused variable internal_page_offsetJiapeng Chong1-2/+0
2022-06-22scsi: iscsi: Remove iscsi_get_task back_lock requirementMike Christie1-2/+17
2022-06-22scsi: iscsi: Fix session removal on shutdownMike Christie1-1/+1
2022-02-23scsi: iscsi: Stop using the SCSI pointerBart Van Assche1-1/+2
2021-10-17scsi: be2iscsi: Switch to attribute groupsBart Van Assche1-9/+12
2021-07-19scsi: be2iscsi: Fix use-after-free during IP updatesMike Christie1-39/+45
2021-06-23scsi: be2iscsi: Fix some missing space in some messagesChristophe JAILLET1-64/+38
2021-06-23scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET1-0/+1
2021-06-02scsi: iscsi: Fix shost->max_id useMike Christie1-2/+2
2021-06-02scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie1-6/+13
2021-06-02scsi: iscsi: Drop suspend calls from ep_disconnectMike Christie1-6/+0
2021-06-02scsi: iscsi: Stop queueing during ep_disconnectMike Christie1-0/+1
2021-05-16scsi: be2iscsi: Remove redundant initializationNigel Christian1-2/+0
2021-03-19scsi: be2iscsi: Demote incomplete/non-conformant kernel-doc headerLee Jones1-1/+1
2021-03-19scsi: be2iscsi: Ensure function follows directly after its headerLee Jones1-2/+1
2021-03-16scsi: be2iscsi: Fix beiscsi_phys_port()'s name in headerLee Jones1-1/+1
2021-03-16scsi: be2iscsi: Provide missing function name in headerLee Jones1-0/+1
2021-03-16scsi: be2iscsi: Fix incorrect naming of beiscsi_iface_config_vlan()Lee Jones1-1/+1
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-5/+1
2020-12-03scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"Dan Carpenter1-2/+2
2020-11-17scsi: be2iscsi: Mark beiscsi_attrs with static keywordZou Wei1-1/+1
2020-10-27scsi: Remove unneeded break statementsTom Rix1-4/+0
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2020-10-03scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()Dan Carpenter1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-2/+2
2020-07-25scsi: be2iscsi: Correct misdocumentation of function param 'ep'Lee Jones1-1/+1
2020-07-16scsi: be2iscsi: Add missing function parameter descriptionLee Jones1-1/+2
2020-07-16scsi: be2iscsi: Fix misdocumentation of 'pcontext'Lee Jones1-2/+2
2020-07-16scsi: be2iscsi: Fix API/documentation slipLee Jones1-4/+7
2020-03-17scsi: be2iscsi: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai1-10/+10
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-3/+3
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner6-36/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-5/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-08Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2019-04-09scsi: be2iscsi: be_main: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-04-09scsi: be2iscsi: be_iscsi: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-20scsi: be2iscsi: lpfc: fix typoMatteo Croce1-1/+1
2019-02-18genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei1-1/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-8/+7
2018-12-19scsi: introduce a max_segment_size host_template parametersChristoph Hellwig1-7/+1
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2018-10-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-67/+59