Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-23scsi: libfc: Stop using the SCSI pointerBart Van Assche
2021-10-19scsi: fcoe: Use netif_is_bond_master() instead of open codeMichelleJin
2021-06-08scsi: fcoe: Statically initialize flogi_maddrKees Cook
2021-04-16scsi: fcoe: Suppress a compiler warningBart Van Assche
2021-03-16scsi: fcoe: Fix a couple of incorrectly named functionsLee Jones
2021-03-16scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionLee Jones
2020-12-17Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-11-24net: don't include ethtool.h from netdevice.hJakub Kicinski
2020-11-05scsi: fcoe: Remove unneeded semicolonTom Rix
2020-10-27scsi: Remove unneeded break statementsTom Rix
2020-10-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-08scsi: fcoe: Simplify the return expression of fcoe_sysfs_setup()Qinglang Miao
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-05scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Javed Hasan
2020-07-25scsi: fcoe: Use eth_zero_addr() to clear mac addressMiaohe Lin
2020-07-15scsi: fcoe: Correct some kernel-doc issuesLee Jones
2020-07-15scsi: fcoe: Fix a myriad of documentation issuesLee Jones
2020-07-15scsi: fcoe: Fix various kernel-doc infringementsLee Jones
2020-04-22scsi: fcoe: remove unneeded semicolon in fcoe.cJason Yan
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-09-11scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin
2019-08-30scsi: fcoe: remove redundant call to skb_transport_headerColin Ian King
2019-08-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon
2019-07-30scsi: fcoe: pass in fcoe_rport structure instead of fc_rport_privHannes Reinecke
2019-07-30scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke
2019-07-24scsi: fcoe: fix a typoChristophe JAILLET
2019-07-23net: Use skb accessors in network driversMatthew Wilcox (Oracle)
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-02-20scsi: fcoe: make use of fip_mode enum completeSedat Dilek
2019-01-29scsi: fcoe: remove unneeded fcoe_ctlr_destroy_store exportGreg Kroah-Hartman
2019-01-29scsi: fcoe: convert to use BUS_ATTR_WOGreg Kroah-Hartman
2018-12-21scsi: fcoe: remove set but not used variable 'port'YueHaibing
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-08-02scsi: fcoe: drop frames in ELS LOGO error pathJohannes Thumshirn
2018-08-02scsi: fcoe: fix use-after-free in fcoe_ctlr_els_sendJohannes Thumshirn
2018-07-13scsi: fcoe: hold disc_mutex when traversing rport listsHannes Reinecke
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-16Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-14Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-31treewide: Fix function prototypes for module_param_call()Kees Cook
2017-10-27scsi: fcoe: Convert timers to use timer_setup()Kees Cook
2017-09-15scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTERHannes Reinecke
2017-09-15scsi: fcoe: separate out fcoe_vport_remove()Hannes Reinecke
2017-09-15scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()Hannes Reinecke