From mboxrd@z Thu Jan 1 00:00:00 1970 From: Neil Horman Subject: Re: [PATCH net v3 0/2] SCTP PMTU discovery fixes Date: Fri, 5 Jan 2018 10:20:08 -0500 Message-ID: <20180105152008.GA18004@hmswarspite.think-freely.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org, Xin Long , Vlad Yasevich To: Marcelo Ricardo Leitner Return-path: Received: from charlotte.tuxdriver.com ([70.61.120.58]:41125 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751487AbeAEPVB (ORCPT ); Fri, 5 Jan 2018 10:21:01 -0500 Content-Disposition: inline In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On Fri, Jan 05, 2018 at 11:17:16AM -0200, Marcelo Ricardo Leitner wrote: > This patchset fixes 2 issues with PMTU discovery that can lead to flood > of retransmissions. > The first patch fixes the issue for when PMTUD is disabled by the > application, while the second fixes it for when its enabled. > > Please consider these to stable. > > Thanks, > > Marcelo Ricardo Leitner (2): > sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled > sctp: fix the handling of ICMP Frag Needed for too small MTUs > > include/net/sctp/structs.h | 2 +- > net/sctp/input.c | 28 ++++++++++++++++------------ > net/sctp/transport.c | 29 +++++++++++++++++++---------- > 3 files changed, 36 insertions(+), 23 deletions(-) > > -- > 2.14.3 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-sctp" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Series Acked-by: Neil Horman