From: Herbert Xu Date: Sun, 14 Oct 2007 07:39:01 +0000 (-0700) Subject: [BRIDGE]: Unshare skb upon entry X-Git-Tag: v2.6.24-rc1~1277^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b995651e373d6424f81db23f2ec503306dfd7f0;p=pandora-kernel.git [BRIDGE]: Unshare skb upon entry Due to the special location of the bridging hook, it should never see a shared packet anyway (certainly not with any in-kernel code). So it makes sense to unshare the skb there if necessary as that will greatly simplify the code below it (in particular, netfilter). Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed