netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net v3 0/2] SCTP PMTU discovery fixes
@ 2018-01-05 13:17 Marcelo Ricardo Leitner
  2018-01-05 13:17 ` [PATCH net v3 1/2] sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled Marcelo Ricardo Leitner
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Marcelo Ricardo Leitner @ 2018-01-05 13:17 UTC (permalink / raw)
  To: netdev; +Cc: linux-sctp, Xin Long, Vlad Yasevich, Neil Horman, marcelo.leitner

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-01-08 19:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 13:17 [PATCH net v3 0/2] SCTP PMTU discovery fixes Marcelo Ricardo Leitner
2018-01-05 13:17 ` [PATCH net v3 1/2] sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled Marcelo Ricardo Leitner
2018-01-05 13:17 ` [PATCH net v3 2/2] sctp: fix the handling of ICMP Frag Needed for too small MTUs Marcelo Ricardo Leitner
2018-01-05 15:20 ` [PATCH net v3 0/2] SCTP PMTU discovery fixes Neil Horman
2018-01-06  5:05 ` Xin Long
2018-01-08 19:19 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).