summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe_ctlr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fcoe: Stop fc_rport_priv structure leakMark Rustad2013-07-091-0/+4
* Merge tag 'fcoe' into fixesJames Bottomley2013-06-261-10/+5
|\
| * libfcoe: Fix Conflicting FCFs issue in the fabricKrishna Mohan2013-05-101-10/+5
* | scsi: rename random32() to prandom_u32()Akinobu Mita2013-04-291-2/+2
|/
* libfcoe: Fix fcoe_sysfs VN2VN modeRobert Love2013-03-251-15/+45
* libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love2013-03-251-1/+2
* libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love2013-03-251-5/+6