summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe_ctlr.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: fcoe: Fix potential deadlock on &fip->ctlr_lockChengfeng Ye2023-08-211-8/+12
* treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld2022-11-181-2/+2
* treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld2022-10-111-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-05-251-17/+9
|\
| * scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior2022-05-161-17/+9
* | scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac()Gustavo A. R. Silva2022-04-261-1/+1
|/
* scsi: fcoe: Fix a couple of incorrectly named functionsLee Jones2021-03-151-2/+2
* 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: Fix a myriad of documentation issuesLee Jones2020-07-151-14/+14
* 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
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1
* scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-02-191-2/+5
* 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
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* scsi: libfc: Remove fc_rport_init()Hannes Reinecke2016-11-081-1/+0
* scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke2016-11-081-1/+1
* scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke2016-11-081-4/+4
* scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke2016-11-081-2/+2
* scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke2016-11-081-1/+1
* scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke2016-11-081-2/+2
* scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke2016-11-081-6/+6
* scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke2016-11-081-1/+1
* scsi: fcoe: filter out frames from invalid vlansHannes Reinecke2016-11-081-1/+11
* scsi: fcoe: FIP debuggingHannes Reinecke2016-11-081-4/+44
* scsi: fcoe: Harden CVL handling when we have not logged into the fabric.Chad Dupuis2016-11-081-3/+32
* scsi: libfc: Fixup disc_mutex handlingHannes Reinecke2016-11-081-8/+29
* fcoe: Use kfree_skb() instead of kfree()Wei Yongjun2016-08-041-1/+1
* fcoe: implement FIP VLAN responderHannes Reinecke2016-07-201-0/+224
* fcoe: Rename 'fip_frame' to 'fip_vn2vn_notify_frame'Hannes Reinecke2016-07-201-2/+2
* fcoe: use enum for fip_modeHannes Reinecke2016-07-131-1/+1
* fc_fip: Update to latest FC-BB-6 draftHannes Reinecke2016-07-131-4/+4
* libfc: Update rport reference countingHannes Reinecke2016-07-121-6/+1
* fcoe: fix reset of fip selection time.Usha Ketineni2016-02-291-1/+2
* scsi: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-10-141-11/+11
* fcoe: Fix missing mutex_unlock in fcoe_sysfs_fcf_add error pathNeil Horman2013-10-141-0/+1
* libfcoe: Make fcoe_sysfs optional / fix fnic NULL exceptionRobert Love2013-10-111-31/+63
* fcoe: Reduce fcoe_sysfs_fcf_add() stack usageBart Van Assche2013-09-041-17/+23
* fcoe: Declare fcoe_ctlr_mode_set() staticBart Van Assche2013-09-041-2/+2
* fcoe: ensure that skb placed on the fip_recv_list are unsharedNeil Horman2013-09-041-0/+3