From: Herbert Xu Date: Wed, 7 Mar 2007 04:29:58 +0000 (-0800) Subject: [UDP6]: Restore sk_filter optimisation X-Git-Tag: v2.6.22-rc1~1128^2~396 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ab6eb62b02e0949a392fb19bf31ba59ae1022b1;p=pandora-kernel.git [UDP6]: Restore sk_filter optimisation This reverts the changeset [IPV6]: UDPv6 checksum. We always need to check UDPv6 checksum because it is mandatory. The sk_filter optimisation has nothing to do whether we verify the checksum. It simply postpones it to the point when the user calls recv or poll. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed