]> 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>
Mon, 11 Mar 2019 23:14:14 +0000 (16:14 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Mar 2019 23:14:14 +0000 (16:14 -0700)
commit04a1e83d3e8139fa4a3f6c16616ccf570c10df12
tree21c57caa76bb0105e575e1abbfceb4f330574cf6
parent4f81c1db25ec13a42416361514ce5308619dcd76
parente6d261bf943a5886df579c26a93821735e580a55
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

====================
Netfilter fixes for net

The following patchset contains Netfilter fixes for your net tree:

1) Fix list corruption in device notifier in the masquerade
   infrastructure, from Florian Westphal.

2) Fix double-free of sets and use-after-free when deleting elements.

3) Don't bogusly return EBUSY when removing a set after flush command.

4) Use-after-free in dynamically allocate operations.

5) Don't report a new ruleset generation to userspace if transaction
   list is empty, this invalidates the userspace cache innecessarily.
   From Florian Westphal.
====================

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