Merge branch 'master' of git://1984.lsi.us.es/nf
authorDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2013 18:16:04 +0000 (13:16 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Feb 2013 18:16:04 +0000 (13:16 -0500)
commit306dbf9e5509da5aa8a787f13231442bc3ba697a
tree4c320850df35decb34e4b2f5a9d9ef7f9258abe1
parentf350ca03703133c94fe742f6fa6ff0fd8f5a9a09
parent894e2ac82bd0029adce7ad6c8d25501fdd82c994
Merge branch 'master' of git://1984.lsi.us.es/nf

Pablo Neira Ayuso says:

====================
The following patchset contains three Netfilter fixes, they are:

* Fix conntrack helper re-assignment after NAT mangling if only if
  the same helper is attached to the conntrack again, from Florian
  Westphal.

* Don't allow the creation of conntrack entries via ctnetlink if the
  original and reply tuples are missing, from Florian Westphal.

* Fix broken sysctl interface in nf_ct_reasm while adding netns support
  to it, from Michal Kubecek.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>