summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-12-162-4/+3
|\
| * scsi: fcoe: Remove unneeded semicolonTom Rix2020-11-042-3/+3
| * scsi: Remove unneeded break statementsTom Rix2020-10-261-1/+0
* | net: don't include ethtool.h from netdevice.hJakub Kicinski2020-11-231-0/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-231-7/+1
|\
| * scsi: fcoe: Simplify the return expression of fcoe_sysfs_setup()Qinglang Miao2020-10-071-7/+1
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
|/
* scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Javed Hasan2020-08-041-1/+1
* scsi: fcoe: Use eth_zero_addr() to clear mac addressMiaohe Lin2020-07-241-1/+1
* scsi: fcoe: Correct some kernel-doc issuesLee Jones2020-07-151-1/+3
* scsi: fcoe: Fix a myriad of documentation issuesLee Jones2020-07-151-14/+14
* scsi: fcoe: Fix various kernel-doc infringementsLee Jones2020-07-151-6/+4
* scsi: fcoe: remove unneeded semicolon in fcoe.cJason Yan2020-04-221-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-6/+11
|\
| * scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin2019-09-101-5/+11
| * scsi: fcoe: remove redundant call to skb_transport_headerColin Ian King2019-08-291-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-061-74/+66
|\ \
| * | scsi: fcoe: pass in fcoe_rport structure instead of fc_rport_privHannes Reinecke2019-07-291-48/+51
| * | scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke2019-07-291-31/+20
| * | scsi: fcoe: fix a typoChristophe JAILLET2019-07-231-1/+1
| |/
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-302-3/+2
* | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-221-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-055-65/+5
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-02-193-4/+7
* scsi: fcoe: remove unneeded fcoe_ctlr_destroy_store exportGreg Kroah-Hartman2019-01-291-1/+0
* scsi: fcoe: convert to use BUS_ATTR_WOGreg Kroah-Hartman2019-01-291-2/+13
* scsi: fcoe: remove set but not used variable 'port'YueHaibing2018-12-201-4/+0
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-8/+4
|\
| * scsi: fcoe: hold disc_mutex when traversing rport listsHannes Reinecke2018-07-121-8/+4
* | scsi: fcoe: drop frames in ELS LOGO error pathJohannes Thumshirn2018-08-021-2/+2
* | scsi: fcoe: fix use-after-free in fcoe_ctlr_els_sendJohannes Thumshirn2018-08-021-1/+1
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-8/+12
|\
| * treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-311-8/+12
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-30/+51
|\ \
| * | scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTERHannes Reinecke2017-09-151-5/+13
| * | scsi: fcoe: separate out fcoe_vport_remove()Hannes Reinecke2017-09-151-22/+33
| * | scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()Hannes Reinecke2017-09-151-5/+7
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-132-3/+5
|\ \
| * | scsi: fcoe: Convert timers to use timer_setup()Kees Cook2017-10-272-3/+5
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* scsi: make device_type constBhumika Goyal2017-08-251-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-6/+6
|\
| * scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi2017-06-121-2/+2
| * scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi2017-06-121-4/+4
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1