From: Herbert Xu Date: Tue, 15 Jun 2010 01:52:25 +0000 (+0000) Subject: udp: Fix bogus UFO packet generation X-Git-Tag: v2.6.35-rc4~54^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26cde9f7e2747b6d254b704594eed87ab959afa5;p=pandora-kernel.git udp: Fix bogus UFO packet generation It has been reported that the new UFO software fallback path fails under certain conditions with NFS. I tracked the problem down to the generation of UFO packets that are smaller than the MTU. The software fallback path simply discards these packets. This patch fixes the problem by not generating such packets on the UFO path. Signed-off-by: Herbert Xu Reviewed-by: Michael S. Tsirkin Signed-off-by: David S. Miller --- Reading git-diff-tree failed