From: Herbert Xu Date: Tue, 16 Dec 2008 07:26:06 +0000 (-0800) Subject: net: Add frag_list support to skb_segment X-Git-Tag: v2.6.29-rc1~581^2~183 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89319d3801d1d3ac29c7df1f067038986f267d29;p=pandora-kernel.git net: Add frag_list support to skb_segment This patch adds limited support for handling frag_list packets in skb_segment. The intention is to support GRO (Generic Receive Offload) packets which will be constructed by chaining normal packets using frag_list. As such we require all frag_list members terminate on exact MSS boundaries. This is checked using BUG_ON. As there should only be one producer in the kernel of such packets, namely GRO, this requirement should not be difficult to maintain. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed