Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-28scsi: fcoe: Remove redundant assignment to variable 'wlen'Colin Ian King
2022-05-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-05-17scsi: fcoe: Use per-CPU API to update per-CPU statisticsSebastian Andrzej Siewior
2022-05-17scsi: fcoe: Add a local_lock to fcoe_percpuDavidlohr Bueso
2022-05-16net: allow gso_max_size to exceed 65536Alexander Duyck
2022-04-19scsi: fcoe: Simplify if-if to if-elseYihao Han
2022-02-23scsi: libfc: Stop using the SCSI pointerBart Van Assche
2021-10-19scsi: fcoe: Use netif_is_bond_master() instead of open codeMichelleJin
2021-06-08scsi: fcoe: Statically initialize flogi_maddrKees Cook
2021-03-16scsi: fcoe: Fix function name fcoe_set_vport_symbolic_name() in descriptionLee Jones
2020-11-05scsi: fcoe: Remove unneeded semicolonTom Rix
2020-10-27scsi: 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-11scsi: fcoe: fix null-ptr-deref Read in fc_release_transportzhengbin
2019-08-30scsi: fcoe: remove redundant call to skb_transport_headerColin Ian King
2019-07-31net: Use skb_frag_off accessorsJonathan Lemon
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner
2019-02-20scsi: fcoe: make use of fip_mode enum completeSedat Dilek
2018-12-21scsi: fcoe: remove set but not used variable 'port'YueHaibing
2018-12-19scsi: flip the default on use_clusteringChristoph Hellwig
2017-11-15Merge 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-13scsi: fcoe: Remove an extra out label in _fcoe_create functionMilan P. Gandhi
2017-06-13scsi: 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-07scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-02-07net-next: treewide use is_vlan_dev() helper function.Parav Pandit
2016-11-09scsi: fcoe: Fixup missing initialisation in fcoe_dcb_create()Hannes Reinecke
2016-11-09scsi: fcoe: correct sending FIP VLAN packets on VLAN 0Hannes Reinecke
2016-11-09scsi: fcoe: set default TC priorityHannes Reinecke
2016-11-09scsi: 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-21fcoe: implement FIP VLAN responderHannes Reinecke
2016-07-14fcoe: Update multicast addresses on FIP mode changeHannes Reinecke
2016-07-14fcoe: fcoe->realdev is always setHannes Reinecke
2016-07-14fcoe: use enum for fip_modeHannes Reinecke
2016-07-13fcoe: convert to kworkerSebastian Andrzej Siewior
2015-12-16fcoe: Use CHECKSUM_PARTIAL to indicate CRC offloadTom Herbert
2015-11-10scsi: use host wide tags by defaultChristoph Hellwig
2015-11-10fcoe: use continue instead of goto+labelJiri Slaby
2015-09-06fcoe: Convert use of __constant_htons to htonsVaishali Thakkar