summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-3/+3
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-7/+6
2025-11-08scsi: fcoe: Add WQ_PERCPU to alloc_workqueue() usersMarco Crivellari-1/+1
2025-06-09scsi: fcoe: Remove fcoe_select_cpu()Hannes Reinecke-21/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-3/+3
2024-12-04scsi: Rename .slave_alloc() and .slave_destroy()Bart Van Assche-1/+1
2024-09-19Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-13/+5
2024-09-03netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin-2/+2
2024-08-22scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche-13/+5
2024-08-22scsi: Expand all create*_workqueue() invocationsBart Van Assche-4/+4
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman-1/+1
2024-03-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-2/+2
2024-02-12scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan-12/+8
2024-02-05scsi: fcoe: Make fcoe_bus_type constRicardo B. Marliere-2/+2
2024-01-11scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()Harshit Mogalapalli-2/+4
2023-12-13scsi: fcoe: Use sysfs_match_string() over fcoe_parse_mode()Justin Stitt-22/+4
2023-08-21scsi: fcoe: Fix potential deadlock on &fip->ctlr_lockChengfeng Ye-8/+12
2023-05-31scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-8/+6
2023-03-24scsi: fcoe: Declare SCSI host template constBart Van Assche-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman-8/+6
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-9/+11
2022-11-26scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin-0/+1
2022-11-26scsi: fcoe: Fix possible name leak when device_register() failsYang Yingliang-9/+10
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld-2/+2
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld-2/+2
2022-06-27scsi: fcoe: Remove redundant assignment to variable 'wlen'Colin Ian King-1/+0
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-47/+29
2022-05-25Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm...Linus Torvalds-1/+1
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior-44/+24
2022-05-16scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso-2/+4
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck-1/+1
2022-04-26scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva-1/+1
2022-04-18scsi: fcoe: Simplify if-if to if-elseYihao Han-1/+1
2022-02-22scsi: libfc: Stop using the SCSI pointerBart Van Assche-0/+1
2021-10-18scsi: fcoe: Use netif_is_bond_master() instead of open codeMichelleJin-1/+1
2021-06-07scsi: fcoe: Statically initialize flogi_maddrKees Cook-4/+2
2021-04-15scsi: fcoe: Suppress a compiler warningBart Van Assche-1/+1
2021-03-15scsi: fcoe: Fix a couple of incorrectly named functionsLee Jones-2/+2
2021-03-15scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionLee Jones-1/+1
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-4/+3
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski-0/+1
2020-11-04scsi: fcoe: Remove unneeded semicolonTom Rix-3/+3
2020-10-26scsi: Remove unneeded break statementsTom Rix-1/+0
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-7/+1
2020-10-07scsi: fcoe: Simplify the return expression of fcoe_sysfs_setup()Qinglang Miao-7/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-4/+4
2020-08-04scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Javed Hasan-1/+1
2020-07-24scsi: fcoe: Use eth_zero_addr() to clear mac addressMiaohe Lin-1/+1