From: Rusty Russell Date: Fri, 28 Mar 2008 23:23:19 +0000 (-0700) Subject: [NET]: Don't send ICMP_FRAG_NEEDED for GSO packets X-Git-Tag: v2.6.25-rc9~99^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32aced7509cb20ef3ec67c9b56f5b55c41dd4f8d;p=pandora-kernel.git [NET]: Don't send ICMP_FRAG_NEEDED for GSO packets Commit 9af3912ec9e30509b76cb376abb65a4d8af27df3 ("[NET] Move DF check to ip_forward") added a new check to send ICMP fragmentation needed for large packets. Unlike the check in ip_finish_output(), it doesn't check for GSO. Signed-off-by: Rusty Russell Signed-off-by: David S. Miller --- Reading git-diff-tree failed