]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Tue, 12 Jul 2016 17:21:27 +0000 (10:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Jul 2016 17:21:27 +0000 (10:21 -0700)
commit3c27421b9d1a70fb6d457c3c123d7e3b9fe12f12
treece9a0aa810578d93e403a759baec7573dd36ba17
parenta04c2dcb2ac5de0e7c3757e32cb0824cf84828f1
parent8c252eeac5e740c72576ec6f4c7b2ecdf93e770a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter/IPVS fixes for net

The following patchset contains Netfilter/IPVS fixes for your net tree.
they are:

1) Fix leak in the error path of nft_expr_init(), from Liping Zhang.

2) Tracing from nf_tables cannot be disabled, also from Zhang.

3) Fix an integer overflow on 32bit archs when setting the number of
   hashtable buckets, from Florian Westphal.

4) Fix configuration of ipvs sync in backup mode with IPv6 address,
   from Quentin Armitage via Simon Horman.

5) Fix incorrect timeout calculation in nft_ct NFT_CT_EXPIRATION,
   from Florian Westphal.

6) Skip clash resolution in conntrack insertion races if NAT is in
   place.
====================

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