]> 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>
Thu, 15 Aug 2019 21:01:14 +0000 (14:01 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Aug 2019 21:01:14 +0000 (14:01 -0700)
commitffd501d31189aabf524d0c150450f1b1635b6f4a
treefb01108c39b553fe723398aecf3db8f21ff4ac9a
parent81b00f8dfd92318bf328d6999a68586f876a6eb9
parent425b6977774d2f4bb0c9a453aeb77faa48273a76
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

This patchset contains Netfilter fixes for net:

1) Extend selftest to cover flowtable with ipsec, from Florian Westphal.

2) Fix interaction of ipsec with flowtable, also from Florian.

3) User-after-free with bound set to rule that fails to load.

4) Adjust state and timeout for flows that expire.

5) Timeout update race with flows in teardown state.

6) Ensure conntrack id hash calculation use invariants as input,
   from Dirk Morris.

7) Do not push flows into flowtable for TCP fin/rst packets.
====================

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