Here are some SCTP fixes. [ Note, immediate workaround would be to disable ASCONF (it is sysctl disabled by default). It is actually only used together with chunk authentication. ] Thanks! Daniel Borkmann (3): net: sctp: fix skb_over_panic when receiving malformed ASCONF chunks net: sctp: fix panic on duplicate ASCONF chunks net: sctp: fix remote memory pressure from excessive queueing include/net/sctp/sctp.h | 5 +++ include/net/sctp/sm.h | 6 +-- net/sctp/associola.c | 2 + net/sctp/inqueue.c | 33 ++++------------ net/sctp/sm_make_chunk.c | 99 +++++++++++++++++++++++++++--------------------- net/sctp/sm_statefuns.c | 21 +++------- 6 files changed, 77 insertions(+), 89 deletions(-) -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-sctp" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html