mbox series

[net,0/4] sctp: a couple of fixes for PLPMTUD

Message ID cover.1635413715.git.lucien.xin@gmail.com (mailing list archive)
Headers show
Series sctp: a couple of fixes for PLPMTUD | expand

Message

Xin Long Oct. 28, 2021, 9:36 a.m. UTC
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(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 29, 2021, 11:40 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 28 Oct 2021 05:36:00 -0400 you wrote:
> 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.
> 
> [...]

Here is the summary with links:
  - [net,1/4] sctp: allow IP fragmentation when PLPMTUD enters Error state
    https://git.kernel.org/netdev/net/c/40171248bb89
  - [net,2/4] sctp: reset probe_timer in sctp_transport_pl_update
    https://git.kernel.org/netdev/net/c/c6ea04ea692f
  - [net,3/4] sctp: subtract sctphdr len in sctp_transport_pl_hlen
    https://git.kernel.org/netdev/net/c/cc4665ca646c
  - [net,4/4] sctp: return true only for pathmtu update in sctp_transport_pl_toobig
    https://git.kernel.org/netdev/net/c/75cf662c64dd

You are awesome, thank you!