[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1635413715.git.lucien.xin@gmail.com>
Date: Thu, 28 Oct 2021 05:36:00 -0400
From: Xin Long <lucien.xin@...il.com>
To: network dev <netdev@...r.kernel.org>, linux-sctp@...r.kernel.org
Cc: davem@...emloft.net, kuba@...nel.org,
Marcelo Ricardo Leitner <marcelo.leitner@...il.com>
Subject: [PATCH net 0/4] sctp: a couple of fixes for PLPMTUD
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
Powered by blists - more mailing lists