linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] sctp: a couple of fixes for PLPMTUD
@ 2021-10-28  9:36 Xin Long
  2021-10-28  9:36 ` [PATCH net 1/4] sctp: allow IP fragmentation when PLPMTUD enters Error state Xin Long
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Xin Long @ 2021-10-28  9:36 UTC (permalink / raw)
  To: network dev, linux-sctp; +Cc: davem, kuba, Marcelo Ricardo Leitner

Four fixes included in this patchset:

  - fix the packet sending in Error state.
  - fix the timer stop when transport update dst.
  - fix the outer header len calculation.
  - fix the return value for toobig processing.

Xin Long (4):
  sctp: allow IP fragmentation when PLPMTUD enters Error state
  sctp: reset probe_timer in sctp_transport_pl_update
  sctp: subtract sctphdr len in sctp_transport_pl_hlen
  sctp: return true only for pathmtu update in sctp_transport_pl_toobig

 include/net/sctp/sctp.h |  7 +++----
 net/sctp/output.c       | 13 ++++++++-----
 net/sctp/transport.c    | 11 ++++++-----
 3 files changed, 17 insertions(+), 14 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2021-10-29 11:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-28  9:36 [PATCH net 0/4] sctp: a couple of fixes for PLPMTUD Xin Long
2021-10-28  9:36 ` [PATCH net 1/4] sctp: allow IP fragmentation when PLPMTUD enters Error state Xin Long
2021-10-28  9:36 ` [PATCH net 2/4] sctp: reset probe_timer in sctp_transport_pl_update Xin Long
2021-10-28  9:36 ` [PATCH net 3/4] sctp: subtract sctphdr len in sctp_transport_pl_hlen Xin Long
2021-10-28  9:36 ` [PATCH net 4/4] sctp: return true only for pathmtu update in sctp_transport_pl_toobig Xin Long
2021-10-29 11:40 ` [PATCH net 0/4] sctp: a couple of fixes for PLPMTUD patchwork-bot+netdevbpf

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).