summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/fcoe/fcoe.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: fcoe: Declare SCSI host template constBart Van Assche2023-03-241-1/+1
* scsi: fcoe: Fix transport not deattached when fcoe_if_init() failsChen Zhongjin2022-11-261-0/+1
* scsi: fcoe: Remove redundant assignment to variable 'wlen'Colin Ian King2022-06-271-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2022-05-251-27/+17
|\
| * scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior2022-05-161-24/+12
| * scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso2022-05-161-2/+4
| * scsi: fcoe: Simplify if-if to if-elseYihao Han2022-04-181-1/+1
* | net: allow gso_max_size to exceed 65536Alexander Duyck2022-05-161-1/+1
|/
* scsi: libfc: Stop using the SCSI pointerBart Van Assche2022-02-221-0/+1
* scsi: fcoe: Use netif_is_bond_master() instead of open codeMichelleJin2021-10-181-1/+1
* scsi: fcoe: Statically initialize flogi_maddrKees Cook2021-06-071-4/+2
* scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionLee Jones2021-03-151-1/+1
* scsi: fcoe: Remove unneeded semicolonTom Rix2020-11-041-1/+1
* scsi: Remove unneeded break statementsTom Rix2020-10-261-1/+0
* scsi: fcoe: Fix various kernel-doc infringementsLee Jones2020-07-151-6/+4
* scsi: fcoe: remove unneeded semicolon in fcoe.cJason Yan2020-04-221-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-09-211-6/+11
|\
| * scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin2019-09-101-5/+11
| * scsi: fcoe: remove redundant call to skb_transport_headerColin Ian King2019-08-291-1/+0
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-2/+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-1/+1
* scsi: fcoe: remove set but not used variable 'port'YueHaibing2018-12-201-4/+0
* scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-30/+51
|\
| * scsi: fcoe: open-code fcoe_destroy_work() for NETDEV_UNREGISTERHannes Reinecke2017-09-151-5/+13
| * scsi: fcoe: separate out fcoe_vport_remove()Hannes Reinecke2017-09-151-22/+33
| * scsi: fcoe: move fcoe_interface_remove() out of fcoe_interface_cleanup()Hannes Reinecke2017-09-151-5/+7
* | scsi: fcoe: Convert timers to use timer_setup()Kees Cook2017-10-271-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-6/+6
|\
| * scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi2017-06-121-2/+2
| * scsi: fcoe: Fix few small typos in fcoe.cMilan P. Gandhi2017-06-121-4/+4
* | networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
|/
* scsi: fcoe: make fcoe_e_d_tov and fcoe_r_a_tov staticColin Ian King2017-04-251-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-7/+6
|\
| * net-next: treewide use is_vlan_dev() helper function.Parav Pandit2017-02-061-7/+6
* | scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-0/+1
|/
* scsi: fcoe: Fixup missing initialisation in fcoe_dcb_create()Hannes Reinecke2016-11-081-1/+1
* scsi: fcoe: correct sending FIP VLAN packets on VLAN 0Hannes Reinecke2016-11-081-1/+2
* scsi: fcoe: set default TC priorityHannes Reinecke2016-11-081-2/+6
* scsi: fcoe: make R_A_TOV and E_D_TOV configurableHannes Reinecke2016-11-081-2/+10
* fcoe: add missing destroy_workqueue() on error in fcoe_init()Wei Yongjun2016-08-021-1/+2
* fcoe: Use default VLAN for FIP VLAN discoveryHannes Reinecke2016-07-271-1/+48
* fcoe: implement FIP VLAN responderHannes Reinecke2016-07-201-0/+6
* fcoe: Update multicast addresses on FIP mode changeHannes Reinecke2016-07-131-2/+29
* fcoe: fcoe->realdev is always setHannes Reinecke2016-07-131-3/+0
* fcoe: use enum for fip_modeHannes Reinecke2016-07-131-3/+3
* fcoe: convert to kworkerSebastian Andrzej Siewior2016-07-121-250/+26
* fcoe: Use CHECKSUM_PARTIAL to indicate CRC offloadTom Herbert2015-12-151-1/+1
* scsi: use host wide tags by defaultChristoph Hellwig2015-11-091-1/+0