| Commit message (Expand) | Author | Age | Files | Lines |
* | scsi: iscsi: Stop using the SCSI pointer | Bart Van Assche | 2022-02-23 | 1 | -1/+2 |
* | scsi: be2iscsi: Switch to attribute groups | Bart Van Assche | 2021-10-17 | 1 | -9/+12 |
* | scsi: be2iscsi: Fix use-after-free during IP updates | Mike Christie | 2021-07-19 | 1 | -39/+45 |
* | scsi: be2iscsi: Fix some missing space in some messages | Christophe JAILLET | 2021-06-23 | 1 | -64/+38 |
* | scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe() | Christophe JAILLET | 2021-06-23 | 1 | -0/+1 |
* | scsi: iscsi: Fix shost->max_id use | Mike Christie | 2021-06-02 | 1 | -2/+2 |
* | scsi: iscsi: Rel ref after iscsi_lookup_endpoint() | Mike Christie | 2021-06-02 | 1 | -6/+13 |
* | scsi: iscsi: Drop suspend calls from ep_disconnect | Mike Christie | 2021-06-02 | 1 | -6/+0 |
* | scsi: iscsi: Stop queueing during ep_disconnect | Mike Christie | 2021-06-02 | 1 | -0/+1 |
* | scsi: be2iscsi: Remove redundant initialization | Nigel Christian | 2021-05-15 | 1 | -2/+0 |
* | scsi: be2iscsi: Demote incomplete/non-conformant kernel-doc header | Lee Jones | 2021-03-19 | 1 | -1/+1 |
* | scsi: be2iscsi: Ensure function follows directly after its header | Lee Jones | 2021-03-19 | 1 | -2/+1 |
* | scsi: be2iscsi: Fix beiscsi_phys_port()'s name in header | Lee Jones | 2021-03-16 | 1 | -1/+1 |
* | scsi: be2iscsi: Provide missing function name in header | Lee Jones | 2021-03-16 | 1 | -0/+1 |
* | scsi: be2iscsi: Fix incorrect naming of beiscsi_iface_config_vlan() | Lee Jones | 2021-03-16 | 1 | -1/+1 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2020-12-16 | 2 | -5/+1 |
|\ |
|
| * | scsi: be2iscsi: Mark beiscsi_attrs with static keyword | Zou Wei | 2020-11-17 | 1 | -1/+1 |
| * | scsi: Remove unneeded break statements | Tom Rix | 2020-10-26 | 1 | -4/+0 |
* | | scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()" | Dan Carpenter | 2020-12-03 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2020-10-15 | 1 | -2/+2 |
|\ |
|
| * | scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs() | Dan Carpenter | 2020-10-03 | 1 | -2/+2 |
* | | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 2020-08-24 | 2 | -2/+2 |
|/ |
|
* | scsi: be2iscsi: Correct misdocumentation of function param 'ep' | Lee Jones | 2020-07-25 | 1 | -1/+1 |
* | scsi: be2iscsi: Add missing function parameter description | Lee Jones | 2020-07-15 | 1 | -1/+2 |
* | scsi: be2iscsi: Fix misdocumentation of 'pcontext' | Lee Jones | 2020-07-15 | 1 | -2/+2 |
* | scsi: be2iscsi: Fix API/documentation slip | Lee Jones | 2020-07-15 | 1 | -4/+7 |
* | scsi: be2iscsi: Use scnprintf() for avoiding potential buffer overflow | Takashi Iwai | 2020-03-17 | 1 | -10/+10 |
* | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 1 | -3/+3 |
* | treewide: Use sizeof_field() macro | Pankaj Bharadiya | 2019-12-09 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338 | Thomas Gleixner | 2019-06-05 | 6 | -36/+6 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 | Thomas Gleixner | 2019-05-30 | 1 | -5/+1 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 2 | -0/+2 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2019-05-08 | 1 | -1/+1 |
|\ |
|
| * | scsi: be2iscsi: lpfc: fix typo | Matteo Croce | 2019-03-19 | 1 | -1/+1 |
* | | scsi: be2iscsi: be_main: Mark expected switch fall-through | Gustavo A. R. Silva | 2019-04-09 | 1 | -0/+1 |
* | | scsi: be2iscsi: be_iscsi: Mark expected switch fall-through | Gustavo A. R. Silva | 2019-04-09 | 1 | -0/+1 |
|/ |
|
* | genirq/affinity: Add new callback for (re)calculating interrupt sets | Ming Lei | 2019-02-18 | 1 | -1/+1 |
* | cross-tree: phase out dma_zalloc_coherent() | Luis Chamberlain | 2019-01-08 | 2 | -8/+7 |
* | scsi: introduce a max_segment_size host_template parameters | Christoph Hellwig | 2018-12-19 | 1 | -7/+1 |
* | scsi: flip the default on use_clustering | Christoph Hellwig | 2018-12-19 | 1 | -1/+0 |
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 2018-10-25 | 4 | -67/+59 |
|\ |
|
| * | scsi: be2iscsi: switch to generic DMA API | Christoph Hellwig | 2018-10-18 | 4 | -64/+58 |
| * | scsi: be2iscsi: fix spelling mistake "Retreiving" -> "Retrieving" | Colin Ian King | 2018-10-16 | 1 | -1/+1 |
| * | scsi: be2iscsi: remove unused variable dmsg | Colin Ian King | 2018-08-30 | 1 | -2/+0 |
* | | PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls | Oza Pawandeep | 2018-10-02 | 1 | -1/+0 |
|/ |
|
* | scsi: be2iscsi: Update copyright | Ketan Mukadam | 2018-06-20 | 3 | -18/+43 |
* | scsi: be2iscsi: Include null char in SET_HOST_DATA | Jitendra Bhivare | 2018-06-20 | 1 | -1/+1 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -18/+22 |
* | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 2018-06-13 | 1 | -6/+8 |
* | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 2017-11-22 | 1 | -2/+2 |