From: pablo@netfilter.org
Date: Fri, 23 Mar 2012 10:34:12 +0100
* One fix for missing symbol in xt_LOG reported by Randy Dunlap.
* Fix module dependency between cttimeout and nf_conntrack_proto_*
friends from me. Now, we make sure that protocol trackers modules
cannot be unloaded if there's any cttimeout object refering to
them.
* Fix missing rcu_read_lock section in xt_CT while dereferencing
a RCU pointer.
* Fix the assignation of a custom timeout policy for the generic
protocol tracker.
* Fix possible inconsistencies in the application of the cttimeout
policy by permanently attaching it to the conntrack entry. Before
this patch, the timeout policy was attached per packet which may
result in applying the timeout policy only in one traffic
direction.
You can pull this changes from:
git://1984.lsi.us.es/net master
Pulled, thanks Pablo.