From: Herbert Xu Date: Wed, 14 Jan 2009 22:36:12 +0000 (-0800) Subject: gro: Check for GSO packets and packets with frag_list X-Git-Tag: v2.6.29-rc2~11^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f17f5c91ae3bfeb5cfc37fa132a5fdfceb8927be;p=pandora-kernel.git gro: Check for GSO packets and packets with frag_list As GRO cannot be applied to packets with frag_list we need to make sure that we reject such packets if they are fed to us, e.g., through a tunnel device. Also there is no point in applying GRO on GSO packets so they too should be rejected. This allows GRO to be used in virtio-net which may produce GSO packets directly but may still benefit from GRO if the other end of it doesn't support GSO. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed