aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi/fcoe/fcoe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27scsi: fcoe: Remove redundant assignment to variable 'wlen'Colin Ian King1-1/+0
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-27/+17
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior1-24/+12
2022-05-16scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso1-2/+4
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck1-1/+1
2022-04-18scsi: fcoe: Simplify if-if to if-elseYihao Han1-1/+1
2022-02-22scsi: libfc: Stop using the SCSI pointerBart Van Assche1-0/+1
2021-10-18scsi: fcoe: Use netif_is_bond_master() instead of open codeMichelleJin1-1/+1
2021-06-07scsi: fcoe: Statically initialize flogi_maddrKees Cook1-4/+2
2021-03-15scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionLee Jones1-1/+1
2020-11-04scsi: fcoe: Remove unneeded semicolonTom Rix1-1/+1
2020-10-26scsi: Remove unneeded break statementsTom Rix1-1/+0
2020-07-15scsi: fcoe: Fix various kernel-doc infringementsLee Jones1-6/+4
2020-04-22scsi: fcoe: remove unneeded semicolon in fcoe.cJason Yan1-2/+2
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+11
2019-09-10scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin1-5/+11
2019-08-29scsi: fcoe: remove redundant call to skb_transport_headerColin Ian King1-1/+0
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-2/+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-1/+1
2018-12-20scsi: fcoe: remove set but not used variable 'port'YueHaibing1-4/+0
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig1-1/+0
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-30/+51
2017-10-27scsi: fcoe: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-09-15scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTERHannes Reinecke1-5/+13
2017-09-15scsi: fcoe: separate out fcoe_vport_remove()Hannes Reinecke1-22/+33
2017-09-15scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()Hannes Reinecke1-5/+7
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+6
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-12scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi1-2/+2
2017-06-12scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi1-4/+4
2017-04-25scsi: fcoe: make fcoe_e_d_tov and fcoe_r_a_tov staticColin Ian King1-2/+2
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-7/+6
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-0/+1
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit1-7/+6
2016-11-08scsi: fcoe: Fixup missing initialisation in fcoe_dcb_create()Hannes Reinecke1-1/+1
2016-11-08scsi: fcoe: correct sending FIP VLAN packets on VLAN 0Hannes Reinecke1-1/+2
2016-11-08scsi: fcoe: set default TC priorityHannes Reinecke1-2/+6
2016-11-08scsi: fcoe: make R_A_TOV and E_D_TOV configurableHannes Reinecke1-2/+10
2016-08-02fcoe: add missing destroy_workqueue() on error in fcoe_init()Wei Yongjun1-1/+2
2016-07-27fcoe: Use default VLAN for FIP VLAN discoveryHannes Reinecke1-1/+48
2016-07-20fcoe: implement FIP VLAN responderHannes Reinecke1-0/+6
2016-07-13fcoe: Update multicast addresses on FIP mode changeHannes Reinecke1-2/+29
2016-07-13fcoe: fcoe->realdev is always setHannes Reinecke1-3/+0
2016-07-13fcoe: use enum for fip_modeHannes Reinecke1-3/+3
2016-07-12fcoe: convert to kworkerSebastian Andrzej Siewior1-250/+26
2015-12-15fcoe: Use CHECKSUM_PARTIAL to indicate CRC offloadTom Herbert1-1/+1
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig1-1/+0
2015-11-09fcoe: use continue instead of goto+labelJiri Slaby1-2/+1
2015-09-06fcoe: Convert use of __constant_htons to htonsVaishali Thakkar1-1/+1