commit | ac3247baf8ecadf168642e3898b0212c29c79715 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Tue Aug 09 19:28:03 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:31:24 2005 -0700 |
tree | f2b1c65f34c035491d921006efcf8b2e7a707785 | |
parent | abc3bc58047efa72ee9c2e208cbeb73d261ad703 [diff] |
[NETFILTER]: connection tracking event notifiers This adds a notifier chain based event mechanism for ip_conntrack state changes. As opposed to the previous implementations in patch-o-matic, we do no longer need a field in the skb to achieve this. Thanks to the valuable input from Patrick McHardy and Rusty on the idea of a per_cpu implementation. Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>