From: Eli Cohen Date: Sat, 28 Jun 2008 03:09:00 +0000 (-0700) Subject: net/inet_lro: remove setting skb->ip_summed when not LRO-able X-Git-Tag: v2.6.26-rc9~84^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=251a4b320f2352598f84e4452ab538aa8064af52;p=pandora-kernel.git net/inet_lro: remove setting skb->ip_summed when not LRO-able When an SKB cannot be chained to a session, the current code attempts to "restore" its ip_summed field from lro_mgr->ip_summed. However, lro_mgr->ip_summed does not hold the original value; in fact, we'd better not touch skb->ip_summed since it is not modified by the code in the path leading to a failure to chain it. Also use a cleaer comment to the describe the ip_summed field of struct net_lro_mgr. Issue raised by Or Gerlitz Signed-off-by: Eli Cohen Signed-off-by: David S. Miller --- Reading git-diff-tree failed