From: Florian Westphal Date: Wed, 18 Mar 2015 19:55:31 +0000 (+0100) Subject: netfilter: bridge: kill nf_bridge_pad X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~165^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d0451638ad3f7ccd5250c1dd90e06ad487b2703;p=pandora-kernel.git netfilter: bridge: kill nf_bridge_pad The br_netfilter frag output function calls skb_cow_head() so in case it needs a larger headroom to e.g. re-add a previously stripped PPPOE or VLAN header things will still work (at cost of reallocation). We can then move nf_bridge_encap_header_len to br_netfilter. Signed-off-by: Florian Westphal Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed