All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net v2 0/2] SCTP PMTU discovery fixes
@ 2018-01-03 22:59 ` Marcelo Ricardo Leitner
  0 siblings, 0 replies; 12+ messages in thread
From: Marcelo Ricardo Leitner @ 2018-01-03 22:59 UTC (permalink / raw)
  To: netdev; +Cc: linux-sctp, Xin Long, Vlad Yasevich, Neil Horman

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           | 21 +++++++++++++++------
 net/sctp/transport.c       | 29 +++++++++++++++++++----------
 3 files changed, 35 insertions(+), 17 deletions(-)

-- 
2.14.3


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

end of thread, other threads:[~2018-01-04 13:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-03 22:59 [PATCH net v2 0/2] SCTP PMTU discovery fixes Marcelo Ricardo Leitner
2018-01-03 22:59 ` Marcelo Ricardo Leitner
2018-01-03 22:59 ` [PATCH net v2 1/2] sctp: do not retransmit upon FragNeeded if PMTU discovery is disabled Marcelo Ricardo Leitner
2018-01-03 22:59   ` Marcelo Ricardo Leitner
2018-01-04  4:52   ` Xin Long
2018-01-04  4:52     ` Xin Long
2018-01-04 11:23     ` Marcelo Ricardo Leitner
2018-01-04 11:23       ` Marcelo Ricardo Leitner
2018-01-04 13:29       ` Xin Long
2018-01-04 13:29         ` Xin Long
2018-01-03 22:59 ` [PATCH net v2 2/2] sctp: fix the handling of ICMP Frag Needed for too small MTUs Marcelo Ricardo Leitner
2018-01-03 22:59   ` Marcelo Ricardo Leitner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.