index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
be2iscsi
Age
Commit message (
Expand
)
Author
Lines
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
-14
/
+8
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
-6
/
+3
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-37
/
+31
2026-01-23
scsi: be2iscsi: Fix a memory leak in beiscsi_boot_get_sinfo()
Haoxiang Li
-0
/
+1
2025-11-12
scsi: be2iscsi: Add WQ_PERCPU to alloc_workqueue() users
Marco Crivellari
-1
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
-2
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
-2
/
+2
2025-02-03
scsi: Constify struct pci_error_handlers
Christophe JAILLET
-1
/
+1
2024-08-22
scsi: be2iscsi: Simplify an alloc_workqueue() invocation
Bart Van Assche
-4
/
+2
2023-12-05
scsi: be2iscsi: Fix a memleak in beiscsi_init_wrb_handle()
Dinghao Liu
-0
/
+1
2023-07-25
scsi: be2iscsi: Add length check when parsing nlattrs
Lin Ma
-0
/
+4
2023-03-24
Merge patch series "Constify most SCSI host templates"
Martin K. Petersen
-1
/
+1
2023-03-24
scsi: iscsi: Declare SCSI host template const
Bart Van Assche
-1
/
+1
2023-03-16
scsi: be2iscsi: Make some variables static
Tom Rix
-9
/
+9
2023-03-09
Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...
Martin K. Petersen
-10
/
+0
2023-03-09
scsi: be2iscsi: Drop redundant pci_enable_pcie_error_reporting()
Bjorn Helgaas
-10
/
+0
2023-03-09
scsi: be2iscsi: Remove unused variable internal_page_offset
Jiapeng Chong
-2
/
+0
2022-06-21
scsi: iscsi: Remove iscsi_get_task back_lock requirement
Mike Christie
-2
/
+17
2022-06-21
scsi: iscsi: Fix session removal on shutdown
Mike Christie
-1
/
+1
2022-02-22
scsi: iscsi: Stop using the SCSI pointer
Bart Van Assche
-1
/
+2
2021-10-16
scsi: be2iscsi: Switch to attribute groups
Bart Van Assche
-9
/
+12
2021-07-18
scsi: be2iscsi: Fix use-after-free during IP updates
Mike Christie
-39
/
+45
2021-06-22
scsi: be2iscsi: Fix some missing space in some messages
Christophe JAILLET
-64
/
+38
2021-06-22
scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe()
Christophe JAILLET
-0
/
+1
2021-06-02
scsi: iscsi: Fix shost->max_id use
Mike Christie
-2
/
+2
2021-06-02
scsi: iscsi: Rel ref after iscsi_lookup_endpoint()
Mike Christie
-6
/
+13
2021-06-02
scsi: iscsi: Drop suspend calls from ep_disconnect
Mike Christie
-6
/
+0
2021-06-02
scsi: iscsi: Stop queueing during ep_disconnect
Mike Christie
-0
/
+1
2021-05-15
scsi: be2iscsi: Remove redundant initialization
Nigel Christian
-2
/
+0
2021-03-18
scsi: be2iscsi: Demote incomplete/non-conformant kernel-doc header
Lee Jones
-1
/
+1
2021-03-18
scsi: be2iscsi: Ensure function follows directly after its header
Lee Jones
-2
/
+1
2021-03-15
scsi: be2iscsi: Fix beiscsi_phys_port()'s name in header
Lee Jones
-1
/
+1
2021-03-15
scsi: be2iscsi: Provide missing function name in header
Lee Jones
-0
/
+1
2021-03-15
scsi: be2iscsi: Fix incorrect naming of beiscsi_iface_config_vlan()
Lee Jones
-1
/
+1
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-5
/
+1
2020-12-03
scsi: be2iscsi: Revert "Fix a theoretical leak in beiscsi_create_eqs()"
Dan Carpenter
-2
/
+2
2020-11-16
scsi: be2iscsi: Mark beiscsi_attrs with static keyword
Zou Wei
-1
/
+1
2020-10-26
scsi: Remove unneeded break statements
Tom Rix
-4
/
+0
2020-10-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
-2
/
+2
2020-10-02
scsi: be2iscsi: Fix a theoretical leak in beiscsi_create_eqs()
Dan Carpenter
-2
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
-2
/
+2
2020-07-24
scsi: be2iscsi: Correct misdocumentation of function param 'ep'
Lee Jones
-1
/
+1
2020-07-15
scsi: be2iscsi: Add missing function parameter description
Lee Jones
-1
/
+2
2020-07-15
scsi: be2iscsi: Fix misdocumentation of 'pcontext'
Lee Jones
-2
/
+2
2020-07-15
scsi: be2iscsi: Fix API/documentation slip
Lee Jones
-4
/
+7
2020-03-17
scsi: be2iscsi: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
-10
/
+10
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
-3
/
+3
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 338
Thomas Gleixner
-36
/
+6
[next]