commit | de8bda1d22d38b7d5cd08b33f86efd94d4c86630 | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Tue Dec 18 17:15:17 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 19 11:21:37 2018 -0800 |
tree | 7acdf2397b31eb8b1601c9183ef30b8ebbe8400a | |
parent | df5042f4c5b9326c593bf2e31ed859ebc3b4130a [diff] |
net: convert bridge_nf to use skb extension infrastructure This converts the bridge netfilter (calling iptables hooks from bridge) facility to use the extension infrastructure. The bridge_nf specific hooks in skb clone and free paths are removed, they have been replaced by the skb_ext hooks that do the same as the bridge nf allocations hooks did. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: David S. Miller <davem@davemloft.net>