This series prepares skb->nf_bridge pointer removal. This is a resend without the ip_fragment changes since its not clear to me (yet) how to resolve that. This also means that this resend doesn't include the skb->nf_bridge removal since the 'mtu reduction' in ip_fragment() should be made private to bridge netfilter first. Feedback welcome. include/linux/netfilter_bridge.h | 28 +++++- include/linux/skbuff.h | 8 + net/bridge/br_netfilter.c | 127 +++++++++++++++++------------ net/ipv4/netfilter/nf_reject_ipv4.c | 4 net/ipv6/netfilter/nf_reject_ipv6.c | 4 net/netfilter/ipset/ip_set_hash_netiface.c | 32 +++++-- net/netfilter/nf_log_common.c | 5 - net/netfilter/nf_queue.c | 18 ++-- net/netfilter/nfnetlink_log.c | 17 ++- net/netfilter/nfnetlink_queue_core.c | 28 ++++-- net/netfilter/xt_physdev.c | 34 +++++-- 11 files changed, 204 insertions(+), 101 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html