summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe_ctlr.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: fcoe: pass in fcoe_rport structure instead of fc_rport_privHannes Reinecke2019-07-301-48/+51
* scsi: fcoe: Embed fc_rport_priv in fcoe_rport structureHannes Reinecke2019-07-301-31/+20Star
* scsi: fcoe: fix a typoChristophe JAILLET2019-07-241-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner2019-06-051-13/+1Star
* scsi: fcoe: make use of fip_mode enum completeSedat Dilek2019-02-201-2/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-161-8/+4Star
|\
| * scsi: fcoe: hold disc_mutex when traversing rport listsHannes Reinecke2018-07-131-8/+4Star
* | 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-131-2/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-221-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/+1Star
* scripts/spelling.txt: add "omited" pattern and fix typo instancesMasahiro Yamada2017-02-281-1/+1
* scsi: libfc: Remove fc_rport_init()Hannes Reinecke2016-11-081-1/+0Star
* 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-051-1/+1
* fcoe: implement FIP VLAN responderHannes Reinecke2016-07-211-0/+224
* fcoe: Rename 'fip_frame' to 'fip_vn2vn_notify_frame'Hannes Reinecke2016-07-211-2/+2
* fcoe: use enum for fip_modeHannes Reinecke2016-07-141-1/+1
* fc_fip: Update to latest FC-BB-6 draftHannes Reinecke2016-07-141-4/+4
* libfc: Update rport reference countingHannes Reinecke2016-07-131-6/+1Star
* fcoe: fix reset of fip selection time.Usha Ketineni2016-03-011-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-271-10/+5Star
|\
| * libfcoe: Fix Conflicting FCFs issue in the fabricKrishna Mohan2013-05-101-10/+5Star
* | scsi: rename random32() to prandom_u32()Akinobu Mita2013-04-301-2/+2
|/
* libfcoe: Fix fcoe_sysfs VN2VN modeRobert Love2013-03-261-15/+45
* libfc, fcoe, bnx2fc: Split fc_disc_init into fc_disc_{init, config}Robert Love2013-03-261-1/+2
* libfc, fcoe, bnx2fc: Always use fcoe_disc_init for discovery layer initializa...Robert Love2013-03-261-5/+6
* [SCSI] Merge tag 'fcoe-02-19-13' into for-linusJames Bottomley2013-03-011-19/+26
|\
| * libfcoe: Check for unusable FCFs before looking for conflicting FCFsBhanu Prakash Gollapudi2013-02-191-9/+9
| * libfcoe: Handle CVL while waiting to select an FCFBhanu Prakash Gollapudi2013-02-121-1/+9
| * fcoe: Use the fcoe_sysfs control interfaceRobert Love2012-12-141-9/+8Star