aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe_ctlr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-29scsi: fcoe: pass in fcoe_rport structure instead of fc_rport_privHannes Reinecke1-48/+51
2019-07-29scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke1-31/+20
2019-07-23scsi: fcoe: fix a typoChristophe JAILLET1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-13/+1
2019-02-19scsi: fcoe: make use of fip_mode enum completeSedat Dilek1-2/+5
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+4
2018-08-02scsi: fcoe: drop frames in ELS LOGO error pathJohannes Thumshirn1-2/+2
2018-08-02scsi: fcoe: fix use-after-free in fcoe_ctlr_els_sendJohannes Thumshirn1-1/+1
2018-07-12scsi: fcoe: hold disc_mutex when traversing rport listsHannes Reinecke1-8/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-2/+1
2017-02-27scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada1-1/+1
2016-11-08scsi: libfc: Remove fc_rport_init()Hannes Reinecke1-1/+0
2016-11-08scsi: libfc: Replace ->rport_flush_queue callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->rport_logoff callback with function callHannes Reinecke1-4/+4
2016-11-08scsi: libfc: Replace ->rport_login callback with function callHannes Reinecke1-2/+2
2016-11-08scsi: libfc: Replace ->rport_create callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: libfc: Replace ->rport_lookup callback with function callHannes Reinecke1-2/+2
2016-11-08scsi: libfc: Replace ->rport_destroy callback with function callHannes Reinecke1-6/+6
2016-11-08scsi: libfc: Replace ->seq_els_rsp_send callback with function callHannes Reinecke1-1/+1
2016-11-08scsi: fcoe: filter out frames from invalid vlansHannes Reinecke1-1/+11
2016-11-08scsi: fcoe: FIP debuggingHannes Reinecke1-4/+44
2016-11-08scsi: fcoe: Harden CVL handling when we have not logged into the fabric.Chad Dupuis1-3/+32
2016-11-08scsi: libfc: Fixup disc_mutex handlingHannes Reinecke1-8/+29
2016-08-04fcoe: Use kfree_skb() instead of kfree()Wei Yongjun1-1/+1
2016-07-20fcoe: implement FIP VLAN responderHannes Reinecke1-0/+224
2016-07-20fcoe: Rename 'fip_frame' to 'fip_vn2vn_notify_frame'Hannes Reinecke1-2/+2
2016-07-13fcoe: use enum for fip_modeHannes Reinecke1-1/+1
2016-07-13fc_fip: Update to latest FC-BB-6 draftHannes Reinecke1-4/+4
2016-07-12libfc: Update rport reference countingHannes Reinecke1-6/+1
2016-02-29fcoe: fix reset of fip selection time.Usha Ketineni1-1/+2
2013-10-14scsi: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches1-11/+11
2013-10-14fcoe: Fix missing mutex_unlock in fcoe_sysfs_fcf_add error pathNeil Horman1-0/+1
2013-10-11libfcoe: Make fcoe_sysfs optional / fix fnic NULL exceptionRobert Love1-31/+63
2013-09-04fcoe: Reduce fcoe_sysfs_fcf_add() stack usageBart Van Assche1-17/+23
2013-09-04fcoe: Declare fcoe_ctlr_mode_set() staticBart Van Assche1-2/+2
2013-09-04fcoe: ensure that skb placed on the fip_recv_list are unsharedNeil Horman1-0/+3
2013-07-09fcoe: Stop fc_rport_priv structure leakMark Rustad1-0/+4
2013-06-26Merge tag 'fcoe' into fixesJames Bottomley1-10/+5
2013-05-10libfcoe: Fix Conflicting FCFs issue in the fabricKrishna Mohan1-10/+5
2013-04-29scsi: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-03-25libfcoe: Fix fcoe_sysfs VN2VN modeRobert Love1-15/+45
2013-03-25libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love1-1/+2
2013-03-25libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializationRobert Love1-5/+6
2013-03-01[SCSI] Merge tag 'fcoe-02-19-13' into for-linusJames Bottomley1-19/+26
2013-02-19libfcoe: Check for unusable FCFs before looking for conflicting FCFsBhanu Prakash Gollapudi1-9/+9
2013-02-11libfcoe: Handle CVL while waiting to select an FCFBhanu Prakash Gollapudi1-1/+9
2012-12-17random32: rename random32 to prandomAkinobu Mita1-2/+2