]> 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, 3 Feb 2015 03:30:53 +0000 (19:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 3 Feb 2015 03:30:53 +0000 (19:30 -0800)
commitca3a6c88c62e8ef3ddaed266b2a9003207873c7e
tree87ef313c7cbde01c992984f5879a4d3ff55608dd
parent452b30c97dde6050da27b6cbf5e3126f78fc6329
parent89d1f4648094a7c5368efdca17fbb08cef360c6f
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) Validate hooks for nf_tables NAT expressions, otherwise users can
   crash the kernel when using them from the wrong hook. We already
   got one user trapped on this when configuring masquerading.

2) Fix a BUG splat in nf_tables with CONFIG_DEBUG_PREEMPT=y. Reported
   by Andreas Schultz.

3) Avoid unnecessary reroute of traffic in the local input path
   in IPVS that triggers a crash in in xfrm. Reported by Florian
   Wiessner and fixes by Julian Anastasov.

4) Fix memory and module refcount leak from the error path of
   nf_tables_newchain().
====================

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