summaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe
AgeCommit message (Expand)Author
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-09-10scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin
2019-08-29scsi: fcoe: remove redundant call to skb_transport_headerColin Ian King
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-07-29scsi: fcoe: pass in fcoe_rport structure instead of fc_rport_privHannes Reinecke
2019-07-29scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke
2019-07-23scsi: fcoe: fix a typoChristophe JAILLET
2019-07-22net: 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-19scsi: 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-20scsi: fcoe: remove set but not used variable 'port'YueHaibing
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2018-08-15Merge 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-12scsi: fcoe: hold disc_mutex when traversing rport listsHannes Reinecke
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-15Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-13Merge 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
2017-08-25scsi: make device_type constBhumika Goyal
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-12scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi
2017-06-12scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi
2017-04-25scsi: fcoe: make fcoe_e_d_tov and fcoe_r_a_tov staticColin Ian King
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2016-11-08scsi: libfc: Remove fc_rport_init()Hannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke
2016-11-08scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke