aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe
AgeCommit message (Expand)AuthorFilesLines
2022-06-27scsi: fcoe: Remove redundant assignment to variable 'wlen'Gravatar Colin Ian King 1-1/+0
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-47/+29
2022-05-25Merge tag 'Wstringop-overflow-fixes-5.19-rc1' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-1/+1
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsGravatar Sebastian Andrzej Siewior 3-44/+24
2022-05-16scsi: fcoe: Add a local_lock to fcoe_percpuGravatar Davidlohr Bueso 1-2/+4
2022-05-16net: allow gso_max_size to exceed 65536Gravatar Alexander Duyck 1-1/+1
2022-04-26scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gravatar Gustavo A. R. Silva 1-1/+1
2022-04-18scsi: fcoe: Simplify if-if to if-elseGravatar Yihao Han 1-1/+1
2022-02-22scsi: libfc: Stop using the SCSI pointerGravatar Bart Van Assche 1-0/+1
2021-10-18scsi: fcoe: Use netif_is_bond_master() instead of open codeGravatar MichelleJin 1-1/+1
2021-06-07scsi: fcoe: Statically initialize flogi_maddrGravatar Kees Cook 1-4/+2
2021-04-15scsi: fcoe: Suppress a compiler warningGravatar Bart Van Assche 1-1/+1
2021-03-15scsi: fcoe: Fix a couple of incorrectly named functionsGravatar Lee Jones 1-2/+2
2021-03-15scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionGravatar Lee Jones 1-1/+1
2020-12-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 2-4/+3
2020-11-23net: don't include ethtool.h from netdevice.hGravatar Jakub Kicinski 1-0/+1
2020-11-04scsi: fcoe: Remove unneeded semicolonGravatar Tom Rix 2-3/+3
2020-10-26scsi: Remove unneeded break statementsGravatar Tom Rix 1-1/+0
2020-10-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-7/+1
2020-10-07scsi: fcoe: Simplify the return expression of fcoe_sysfs_setup()Gravatar Qinglang Miao 1-7/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-4/+4
2020-08-04scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Gravatar Javed Hasan 1-1/+1
2020-07-24scsi: fcoe: Use eth_zero_addr() to clear mac addressGravatar Miaohe Lin 1-1/+1
2020-07-15scsi: fcoe: Correct some kernel-doc issuesGravatar Lee Jones 1-1/+3
2020-07-15scsi: fcoe: Fix a myriad of documentation issuesGravatar Lee Jones 1-14/+14
2020-07-15scsi: fcoe: Fix various kernel-doc infringementsGravatar Lee Jones 1-6/+4
2020-04-22scsi: fcoe: remove unneeded semicolon in fcoe.cGravatar Jason Yan 1-2/+2
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-6/+11
2019-09-10scsi: fcoe: fix null-ptr-deref Read in fc_release_transportGravatar zhengbin 1-5/+11
2019-08-29scsi: fcoe: remove redundant call to skb_transport_headerGravatar Colin Ian King 1-1/+0
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-74/+66
2019-07-30net: Use skb_frag_off accessorsGravatar Jonathan Lemon 2-3/+2
2019-07-29scsi: fcoe: pass in fcoe_rport structure instead of fc_rport_privGravatar Hannes Reinecke 1-48/+51
2019-07-29scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureGravatar Hannes Reinecke 1-31/+20
2019-07-23scsi: fcoe: fix a typoGravatar Christophe JAILLET 1-1/+1
2019-07-22net: Use skb accessors in network driversGravatar Matthew Wilcox (Oracle) 1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Gravatar Thomas Gleixner 5-65/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-02-19scsi: fcoe: make use of fip_mode enum completeGravatar Sedat Dilek 3-4/+7
2019-01-29scsi: fcoe: remove unneeded fcoe_ctlr_destroy_store exportGravatar Greg Kroah-Hartman 1-1/+0
2019-01-29scsi: fcoe: convert to use BUS_ATTR_WOGravatar Greg Kroah-Hartman 1-2/+13
2018-12-20scsi: fcoe: remove set but not used variable 'port'Gravatar YueHaibing 1-4/+0
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-8/+4
2018-08-02scsi: fcoe: drop frames in ELS LOGO error pathGravatar Johannes Thumshirn 1-2/+2
2018-08-02scsi: fcoe: fix use-after-free in fcoe_ctlr_els_sendGravatar Johannes Thumshirn 1-1/+1
2018-07-12scsi: fcoe: hold disc_mutex when traversing rport listsGravatar Hannes Reinecke 1-8/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Gravatar Kees Cook 1-4/+4
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-8/+12