Merge branch 'sctp-plpmtud-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Oct 2021 11:21:24 +0000 (12:21 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Oct 2021 11:21:24 +0000 (12:21 +0100)
commitcec6880d9b064794bc73c39c576f2f13fd9e1ae2
tree03cce6f1a8f05eaba99b0d9114770e9c251e8616
parent411a44c24a561e449b592ff631b7ae321f1eb559
parent75cf662c64dd8543f56c329c69eba18141c8fd9f
Merge branch 'sctp-plpmtud-fixes'

Xin Long says:

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

Signed-off-by: David S. Miller <davem@davemloft.net>