summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/be2iscsi
Commit message (Expand)AuthorAgeFilesLines
* scsi: iscsi: Remove iscsi_get_task back_lock requirementMike Christie2022-06-211-2/+17
* scsi: iscsi: Fix session removal on shutdownMike Christie2022-06-211-1/+1
* scsi: iscsi: Stop using the SCSI pointerBart Van Assche2022-02-221-1/+2
* scsi: be2iscsi: Switch to attribute groupsBart Van Assche2021-10-161-9/+12
* scsi: be2iscsi: Fix use-after-free during IP updatesMike Christie2021-07-181-39/+45
* scsi: be2iscsi: Fix some missing space in some messagesChristophe JAILLET2021-06-221-64/+38
* scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()Christophe JAILLET2021-06-221-0/+1
* scsi: iscsi: Fix shost->max_id useMike Christie2021-06-021-2/+2
* scsi: iscsi: Rel ref after iscsi_lookup_endpoint()Mike Christie2021-06-021-6/+13
* scsi: iscsi: Drop suspend calls from ep_disconnectMike Christie2021-06-021-6/+0
* scsi: iscsi: Stop queueing during ep_disconnectMike Christie2021-06-021-0/+1
* scsi: be2iscsi: Remove redundant initializationNigel Christian2021-05-151-2/+0
* scsi: be2iscsi: Demote incomplete/non-conformant kernel-doc headerLee Jones2021-03-181-1/+1
* scsi: be2iscsi: Ensure function follows directly after its headerLee Jones2021-03-181-2/+1
* scsi: be2iscsi: Fix beiscsi_phys_port()'s name in headerLee Jones2021-03-151-1/+1
* scsi: be2iscsi: Provide missing function name in headerLee Jones2021-03-151-0/+1
* scsi: be2iscsi: Fix incorrect naming of beiscsi_iface_config_vlan()Lee Jones2021-03-151-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-162-5/+1
|\
| * scsi: be2iscsi: Mark beiscsi_attrs with static keywordZou Wei2020-11-161-1/+1
| * scsi: Remove unneeded break statementsTom Rix2020-10-261-4/+0
* | scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"Dan Carpenter2020-12-031-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-141-2/+2
|\
| * scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()Dan Carpenter2020-10-021-2/+2
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-2/+2
|/
* scsi: be2iscsi: Correct misdocumentation of function param 'ep'Lee Jones2020-07-241-1/+1
* scsi: be2iscsi: Add missing function parameter descriptionLee Jones2020-07-151-1/+2
* scsi: be2iscsi: Fix misdocumentation of 'pcontext'Lee Jones2020-07-151-2/+2
* scsi: be2iscsi: Fix API/documentation slipLee Jones2020-07-151-4/+7
* scsi: be2iscsi: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-171-10/+10
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-3/+3
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338Thomas Gleixner2019-06-056-36/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-5/+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-1/+1
|\
| * scsi: be2iscsi: lpfc: fix typoMatteo Croce2019-03-191-1/+1
* | scsi: be2iscsi: be_main: Mark expected switch fall-throughGustavo A. R. Silva2019-04-081-0/+1
* | scsi: be2iscsi: be_iscsi: Mark expected switch fall-throughGustavo A. R. Silva2019-04-081-0/+1
|/
* genirq/affinity: Add new callback for (re)calculating interrupt setsMing Lei2019-02-181-1/+1
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-082-8/+7
* scsi: introduce a max_segment_size host_template parametersChristoph Hellwig2018-12-181-7/+1
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-10-254-67/+59
|\
| * scsi: be2iscsi: switch to generic DMA APIChristoph Hellwig2018-10-174-64/+58
| * scsi: be2iscsi: fix spelling mistake "Retreiving" -> "Retrieving"Colin Ian King2018-10-161-1/+1
| * scsi: be2iscsi: remove unused variable dmsgColin Ian King2018-08-301-2/+0
* | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() callsOza Pawandeep2018-10-021-1/+0
|/
* scsi: be2iscsi: Update copyrightKetan Mukadam2018-06-193-18/+43
* scsi: be2iscsi: Include null char in SET_HOST_DATAJitendra Bhivare2018-06-191-1/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-18/+22