From: Ben Hutchings Date: Thu, 19 Jun 2008 23:22:28 +0000 (-0700) Subject: net: Discard and warn about LRO'd skbs received for forwarding X-Git-Tag: v2.6.27-rc1~969^2~281 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4497b0763cb1afae463f5e144c28b5d806e28b60;p=pandora-kernel.git net: Discard and warn about LRO'd skbs received for forwarding Add skb_warn_if_lro() to test whether an skb was received with LRO and warn if so. Change br_forward(), ip_forward() and ip6_forward() to call it) and discard the skb if it returns true. Signed-off-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed