From: Wei Yongjun Date: Thu, 23 Oct 2008 07:59:52 +0000 (-0700) Subject: sctp: Drop ICMP packet too big message with MTU larger than current PMTU X-Git-Tag: v2.6.28-rc1~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91bd6b1e030266cf87d3f567b49f0fa60a7318ba;p=pandora-kernel.git sctp: Drop ICMP packet too big message with MTU larger than current PMTU If ICMP packet too big message is received with MTU larger than current PMTU, SCTP will still accept this ICMP message and sync the PMTU of assoc with the wrong MTU. Endpoing A Endpoint B (ESTABLISHED) (ESTABLISHED) ICMP ---------> (packet too big, MTU too larger) sync PMTU This patch fixed the problem by drop that ICMP message. Signed-off-by: Wei Yongjun Signed-off-by: Vlad Yasevich Signed-off-by: David S. Miller --- Reading git-diff-tree failed