index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
scsi
/
fcoe
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-09
scsi: fcoe: Remove fcoe_select_cpu()
Hannes Reinecke
1
-21
/
+1
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-2
/
+2
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2
-3
/
+3
2024-12-04
scsi: Rename .slave_alloc() and .slave_destroy()
Bart Van Assche
1
-1
/
+1
2024-09-19
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-13
/
+5
2024-09-03
netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtu
Alexander Lobakin
1
-2
/
+2
2024-08-22
scsi: fcoe: Simplify alloc_ordered_workqueue() invocations
Bart Van Assche
1
-13
/
+5
2024-08-22
scsi: Expand all create*_workqueue() invocations
Bart Van Assche
1
-4
/
+4
2024-07-03
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
1
-1
/
+1
2024-03-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+2
2024-02-12
scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"
Lee Duncan
1
-12
/
+8
2024-02-05
scsi: fcoe: Make fcoe_bus_type const
Ricardo B. Marliere
1
-2
/
+2
2024-01-11
scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()
Harshit Mogalapalli
1
-2
/
+4
2023-12-13
scsi: fcoe: Use sysfs_match_string() over fcoe_parse_mode()
Justin Stitt
1
-22
/
+4
2023-08-21
scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock
Chengfeng Ye
1
-8
/
+12
2023-05-31
scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()
Azeem Shaikh
1
-1
/
+1
2023-04-27
Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2
-8
/
+6
2023-03-24
scsi: fcoe: Declare SCSI host template const
Bart Van Assche
1
-1
/
+1
2023-03-23
driver core: bus: mark the struct bus_type for sysfs callbacks as constant
Greg Kroah-Hartman
2
-8
/
+6
2022-12-14
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-9
/
+11
2022-11-26
scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails
Chen Zhongjin
1
-0
/
+1
2022-11-26
scsi: fcoe: Fix possible name leak when device_register() fails
Yang Yingliang
1
-9
/
+10
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-2
/
+2
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-2
/
+2
2022-06-27
scsi: fcoe: Remove redundant assignment to variable 'wlen'
Colin Ian King
1
-1
/
+0
2022-05-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
3
-47
/
+29
2022-05-25
Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux
Linus Torvalds
1
-1
/
+1
2022-05-16
scsi: fcoe: Use per-CPU API to update per-CPU statistics
Sebastian Andrzej Siewior
3
-44
/
+24
2022-05-16
scsi: fcoe: Add a local_lock to fcoe_percpu
Davidlohr Bueso
1
-2
/
+4
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
1
-1
/
+1
2022-04-26
scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()
Gustavo A. R. Silva
1
-1
/
+1
2022-04-18
scsi: fcoe: Simplify if-if to if-else
Yihao Han
1
-1
/
+1
2022-02-22
scsi: libfc: Stop using the SCSI pointer
Bart Van Assche
1
-0
/
+1
2021-10-18
scsi: fcoe: Use netif_is_bond_master() instead of open code
MichelleJin
1
-1
/
+1
2021-06-07
scsi: fcoe: Statically initialize flogi_maddr
Kees Cook
1
-4
/
+2
2021-04-15
scsi: fcoe: Suppress a compiler warning
Bart Van Assche
1
-1
/
+1
2021-03-15
scsi: fcoe: Fix a couple of incorrectly named functions
Lee Jones
1
-2
/
+2
2021-03-15
scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in description
Lee Jones
1
-1
/
+1
2020-12-16
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-4
/
+3
2020-11-23
net: don't include ethtool.h from netdevice.h
Jakub Kicinski
1
-0
/
+1
2020-11-04
scsi: fcoe: Remove unneeded semicolon
Tom Rix
2
-3
/
+3
2020-10-26
scsi: Remove unneeded break statements
Tom Rix
1
-1
/
+0
2020-10-23
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-7
/
+1
2020-10-07
scsi: fcoe: Simplify the return expression of fcoe_sysfs_setup()
Qinglang Miao
1
-7
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-4
/
+4
2020-08-04
scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()
Javed Hasan
1
-1
/
+1
2020-07-24
scsi: fcoe: Use eth_zero_addr() to clear mac address
Miaohe Lin
1
-1
/
+1
2020-07-15
scsi: fcoe: Correct some kernel-doc issues
Lee Jones
1
-1
/
+3
2020-07-15
scsi: fcoe: Fix a myriad of documentation issues
Lee Jones
1
-14
/
+14
2020-07-15
scsi: fcoe: Fix various kernel-doc infringements
Lee Jones
1
-6
/
+4
[next]