summaryrefslogtreecommitdiff
path: root/drivers/scsi/fcoe/fcoe.c
AgeCommit message (Expand)Author
2023-03-24scsi: fcoe: Declare SCSI host template constBart Van Assche
2022-11-26scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin
2022-06-27scsi: fcoe: Remove redundant assignment to variable 'wlen'Colin Ian King
2022-05-25Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-05-16scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior
2022-05-16scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-04-18scsi: fcoe: Simplify if-if to if-elseYihao Han
2022-02-22scsi: libfc: Stop using the SCSI pointerBart Van Assche
2021-10-18scsi: fcoe: Use netif_is_bond_master() instead of open codeMichelleJin
2021-06-07scsi: fcoe: Statically initialize flogi_maddrKees Cook
2021-03-15scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionLee Jones
2020-11-04scsi: fcoe: Remove unneeded semicolonTom Rix
2020-10-26scsi: Remove unneeded break statementsTom Rix
2020-07-15scsi: fcoe: Fix various kernel-doc infringementsLee Jones
2020-04-22scsi: fcoe: remove unneeded semicolon in fcoe.cJason Yan
2019-09-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-09-10scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin
2019-08-29scsi: fcoe: remove redundant call to skb_transport_headerColin Ian King
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-02-19scsi: fcoe: make use of fip_mode enum completeSedat Dilek
2018-12-20scsi: fcoe: remove set but not used variable 'port'YueHaibing
2018-12-18scsi: flip the default on use_clusteringChristoph Hellwig
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-10-27scsi: fcoe: Convert timers to use timer_setup()Kees Cook
2017-09-15scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTERHannes Reinecke
2017-09-15scsi: fcoe: separate out fcoe_vport_remove()Hannes Reinecke
2017-09-15scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()Hannes Reinecke
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-12scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi
2017-06-12scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi
2017-04-25scsi: fcoe: make fcoe_e_d_tov and fcoe_r_a_tov staticColin Ian King
2017-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-02-06net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2016-11-08scsi: fcoe: Fixup missing initialisation in fcoe_dcb_create()Hannes Reinecke
2016-11-08scsi: fcoe: correct sending FIP VLAN packets on VLAN 0Hannes Reinecke
2016-11-08scsi: fcoe: set default TC priorityHannes Reinecke
2016-11-08scsi: fcoe: make R_A_TOV and E_D_TOV configurableHannes Reinecke
2016-08-02fcoe: add missing destroy_workqueue() on error in fcoe_init()Wei Yongjun
2016-07-27fcoe: Use default VLAN for FIP VLAN discoveryHannes Reinecke
2016-07-20fcoe: implement FIP VLAN responderHannes Reinecke
2016-07-13fcoe: Update multicast addresses on FIP mode changeHannes Reinecke
2016-07-13fcoe: fcoe->realdev is always setHannes Reinecke
2016-07-13fcoe: use enum for fip_modeHannes Reinecke
2016-07-12fcoe: convert to kworkerSebastian Andrzej Siewior
2015-12-15fcoe: Use CHECKSUM_PARTIAL to indicate CRC offloadTom Herbert
2015-11-09scsi: use host wide tags by defaultChristoph Hellwig