From: pablo@netfilter.org
Date: Fri, 6 Jul 2012 13:16:50 +0200
The following patchset includes Netfilter updates for your net-next tree,
more specifically:
* Updates to clean-up the sysctl namespace support for nf_conntrack
from Gao Feng and a couple of patches from myself. After these, we
can prepare follow-up patches to reduce ifdef pollution regarding
sysctl support in nf_conntrack_proto_*.c files.
* Check for invalid flags set via NFQA_CFG_FLAGS in nfnetlink_queue
from Krishna Kumar.
* Allow to obtain conntrack statistics via ctnetlink from mysqlf. This
supersedes /proc/net/stat/nf_conntrack and
/proc/sys/net/netfilter/nf_conntrack_count.
* Don't crash if we send a message to nfnetlink and there is not defined
callback to handle such message. Instead, nfnetlink returns -EINVAL from
Tomasz Bursztyka. This one does not really fix anything now, that's
why I'm passing this via net-next.
You can pull these changes from:
git://1984.lsi.us.es/nf-next master
Pulled, thanks Pablo.