summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-09-191-13/+5
|\
| * scsi: fcoe: Simplify alloc_ordered_workqueue() invocationsBart Van Assche2024-08-231-13/+5
| * scsi: Expand all create*_workqueue() invocationsBart Van Assche2024-08-231-4/+4
* | netdev_features: convert NETIF_F_FCOE_MTU to dev->fcoe_mtuAlexander Lobakin2024-09-031-2/+2
|/
* driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2024-03-171-2/+2
|\
| * scsi: fcoe: Make fcoe_bus_type constRicardo B. Marliere2024-02-061-2/+2
* | scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan2024-02-131-12/+8
|/
* scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()Harshit Mogalapalli2024-01-121-2/+4
* scsi: fcoe: Use sysfs_match_string() over fcoe_parse_mode()Justin Stitt2023-12-141-22/+4
* scsi: fcoe: Fix potential deadlock on &fip->ctlr_lockChengfeng Ye2023-08-211-8/+12
* scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh2023-06-011-1/+1
* Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-04-272-8/+6
|\
| * driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2023-03-232-8/+6
* | scsi: fcoe: Declare SCSI host template constBart Van Assche2023-03-251-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-12-142-9/+11
|\
| * scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin2022-11-261-0/+1
| * scsi: fcoe: Fix possible name leak when device_register() failsYang Yingliang2022-11-261-9/+10
* | treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
|/
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-121-2/+2
* scsi: fcoe: Remove redundant assignment to variable 'wlen'Colin Ian King2022-06-281-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-05-263-47/+29
|\
| * scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior2022-05-173-44/+24
| * scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso2022-05-171-2/+4
| * scsi: fcoe: Simplify if-if to if-elseYihao Han2022-04-191-1/+1
* | Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm...Linus Torvalds2022-05-251-1/+1
|\ \
| * | scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva2022-04-261-1/+1
| |/
* / net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+1
|/
* scsi: libfc: Stop using the SCSI pointerBart Van Assche2022-02-231-0/+1
* scsi: fcoe: Use netif_is_bond_master() instead of open codeMichelleJin2021-10-191-1/+1
* scsi: fcoe: Statically initialize flogi_maddrKees Cook2021-06-081-4/+2
* scsi: fcoe: Suppress a compiler warningBart Van Assche2021-04-161-1/+1
* scsi: fcoe: Fix a couple of incorrectly named functionsLee Jones2021-03-161-2/+2
* scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionLee Jones2021-03-161-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-162-4/+3
|\
| * scsi: fcoe: Remove unneeded semicolonTom Rix2020-11-052-3/+3
| * scsi: Remove unneeded break statementsTom Rix2020-10-261-1/+0
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-241-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-241-7/+1
|\
| * scsi: fcoe: Simplify the return expression of fcoe_sysfs_setup()Qinglang Miao2020-10-081-7/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-4/+4
|/
* scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Javed Hasan2020-08-051-1/+1
* scsi: fcoe: Use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-251-1/+1
* scsi: fcoe: Correct some kernel-doc issuesLee Jones2020-07-151-1/+3
* scsi: fcoe: Fix a myriad of documentation issuesLee Jones2020-07-151-14/+14
* scsi: fcoe: Fix various kernel-doc infringementsLee Jones2020-07-151-6/+4
* scsi: fcoe: remove unneeded semicolon in fcoe.cJason Yan2020-04-221-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-6/+11
|\
| * scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin2019-09-111-5/+11
| * scsi: fcoe: remove redundant call to skb_transport_headerColin Ian King2019-08-291-1/+0