aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe_ctlr.c
AgeCommit message (Expand)Author
2023-09-13scsi: fcoe: Fix potential deadlock on &fip->ctlr_lockChengfeng Ye
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior
2022-04-26scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva
2021-03-15scsi: fcoe: Fix a couple of incorrectly named functionsLee Jones
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-04scsi: fcoe: Memory leak fix in fcoe_sysfs_fcf_del()Javed Hasan
2020-07-24scsi: fcoe: Use eth_zero_addr() to clear mac addressMiaohe Lin
2020-07-15scsi: fcoe: Fix a myriad of documentation issuesLee Jones
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-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-02-19scsi: fcoe: make use of fip_mode enum completeSedat Dilek
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-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada
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
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke
2016-11-08scsi: fcoe: filter out frames from invalid vlansHannes Reinecke
2016-11-08scsi: fcoe: FIP debuggingHannes Reinecke
2016-11-08scsi: fcoe: Harden CVL handling when we have not logged into the fabric.Chad Dupuis
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke
2016-08-04fcoe: Use kfree_skb() instead of kfree()Wei Yongjun
2016-07-20fcoe: implement FIP VLAN responderHannes Reinecke
2016-07-20fcoe: Rename 'fip_frame' to 'fip_vn2vn_notify_frame'Hannes Reinecke
2016-07-13fcoe: use enum for fip_modeHannes Reinecke
2016-07-13fc_fip: Update to latest FC-BB-6 draftHannes Reinecke
2016-07-12libfc: Update rport reference countingHannes Reinecke
2016-02-29fcoe: fix reset of fip selection time.Usha Ketineni
2013-10-14scsi: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches
2013-10-14fcoe: Fix missing mutex_unlock in fcoe_sysfs_fcf_add error pathNeil Horman
2013-10-11libfcoe: Make fcoe_sysfs optional / fix fnic NULL exceptionRobert Love
2013-09-04fcoe: Reduce fcoe_sysfs_fcf_add() stack usageBart Van Assche
2013-09-04fcoe: Declare fcoe_ctlr_mode_set() staticBart Van Assche
2013-09-04fcoe: ensure that skb placed on the fip_recv_list are unsharedNeil Horman