aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-30/+51
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-3/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-31treewide: Fix function prototypes for module_param_call()Gravatar Kees Cook 1-8/+12
2017-10-27scsi: fcoe: Convert timers to use timer_setup()Gravatar Kees Cook 2-3/+5
2017-09-15scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTERGravatar Hannes Reinecke 1-5/+13
2017-09-15scsi: fcoe: separate out fcoe_vport_remove()Gravatar Hannes Reinecke 1-22/+33
2017-09-15scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()Gravatar Hannes Reinecke 1-5/+7
2017-08-25scsi: make device_type constGravatar Bhumika Goyal 1-2/+2
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-6/+6
2017-06-16networking: make skb_push & __skb_push return void pointersGravatar Johannes Berg 1-1/+1