summaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe
AgeCommit message (Expand)AuthorFilesLines
2024-03-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+2
2024-02-13scsi: Revert "scsi: fcoe: Fix potential deadlock on &fip->ctlr_lock"Lee Duncan1-12/+8
2024-02-06scsi: fcoe: Make fcoe_bus_type constRicardo B. Marliere1-2/+2
2024-01-12scsi: fcoe: Fix unsigned comparison with zero in store_ctlr_mode()Harshit Mogalapalli1-2/+4
2023-12-14scsi: fcoe: Use sysfs_match_string() over fcoe_parse_mode()Justin Stitt1-22/+4
2023-08-22scsi: fcoe: Fix potential deadlock on &fip->ctlr_lockChengfeng Ye1-8/+12
2023-06-01scsi: libfcoe: Replace all non-returning strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-8/+6
2023-03-25scsi: fcoe: Declare SCSI host template constBart Van Assche1-1/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2-8/+6
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-9/+11
2022-11-26scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin1-0/+1
2022-11-26scsi: fcoe: Fix possible name leak when device_register() failsYang Yingliang1-9/+10
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld1-2/+2
2022-10-12treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-2/+2
2022-06-28scsi: fcoe: Remove redundant assignment to variable 'wlen'Colin Ian King1-1/+0
2022-05-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-47/+29
2022-05-25Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm...Linus Torvalds1-1/+1
2022-05-17scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior3-44/+24
2022-05-17scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso1-2/+4
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+1
2022-04-26scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva1-1/+1
2022-04-19scsi: fcoe: Simplify if-if to if-elseYihao Han1-1/+1
2022-02-23scsi: libfc: Stop using the SCSI pointerBart Van Assche1-0/+1
2021-10-19scsi: fcoe: Use netif_is_bond_master() instead of open codeMichelleJin1-1/+1
2021-06-08scsi: fcoe: Statically initialize flogi_maddrKees Cook1-4/+2
2021-04-16scsi: fcoe: Suppress a compiler warningBart Van Assche1-1/+1
2021-03-16scsi: fcoe: Fix a couple of incorrectly named functionsLee Jones1-2/+2
2021-03-16scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionLee Jones1-1/+1
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-4/+3
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-05scsi: fcoe: Remove unneeded semicolonTom Rix2-3/+3
2020-10-27scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-10-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+1
2020-10-08scsi: fcoe: Simplify the return expression of fcoe_sysfs_setup()Qinglang Miao1-7/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-08-05scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Javed Hasan1-1/+1
2020-07-25scsi: fcoe: Use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+1
2020-07-15scsi: fcoe: Correct some kernel-doc issuesLee Jones1-1/+3
2020-07-15scsi: fcoe: Fix a myriad of documentation issuesLee Jones1-14/+14
2020-07-15scsi: fcoe: Fix various kernel-doc infringementsLee Jones1-6/+4
2020-04-22scsi: fcoe: remove unneeded semicolon in fcoe.cJason Yan1-2/+2
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+11
2019-09-11scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin1-5/+11
2019-08-30scsi: fcoe: remove redundant call to skb_transport_headerColin Ian King1-1/+0
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-74/+66
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon2-3/+2
2019-07-30scsi: fcoe: pass in fcoe_rport structure instead of fc_rport_privHannes Reinecke1-48/+51
2019-07-30scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke1-31/+20
2019-07-24scsi: fcoe: fix a typoChristophe JAILLET1-1/+1