]> Git Repo - linux.git/commit - net/bridge/br_netfilter_hooks.c
bridge: move mac header copying into br_netfilter
authorFlorian Westphal <[email protected]>
Wed, 4 Mar 2015 23:52:33 +0000 (00:52 +0100)
committerPablo Neira Ayuso <[email protected]>
Mon, 9 Mar 2015 12:20:48 +0000 (13:20 +0100)
commit8bd63cf1a426e69bf4f611b08978f721e46c194f
tree007963a3e6a1530e407652fcec662708ec59c20b
parent1cae565e8b746f484f1ff1b71d2a1c89d7cf0668
bridge: move mac header copying into br_netfilter

The mac header only has to be copied back into the skb for
fragments generated by ip_fragment(), which only happens
for bridge forwarded packets with nf-call-iptables=1 && active nf_defrag.

Signed-off-by: Florian Westphal <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
include/linux/netfilter_bridge.h
net/bridge/br_forward.c
net/bridge/br_netfilter.c
This page took 0.078123 seconds and 4 git commands to generate.