]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorDavid S. Miller <davem@davemloft.net>
Tue, 30 May 2017 03:16:54 +0000 (23:16 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 May 2017 03:16:54 +0000 (23:16 -0400)
commit468b0df61a5146e79f63380ad6c36228fd30619c
tree42fdebbd5481851b7deec4b99007a57b49cb0b6d
parentc21fbe29f8588991b4fbf209ad4f6ecd4b550cdb
parentfefa92679dbe0c613e62b6c27235dcfbe9640ad1
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,
they are:

1) Conntrack SCTP CRC32c checksum mangling may operate on non-linear
   skbuff, patch from Davide Caratti.

2) nf_tables rb-tree set backend does not handle element re-addition
   after deletion in the same transaction, leading to infinite loop.

3) Atomically unclear the IPS_SRC_NAT_DONE_BIT on nat module removal,
   from Liping Zhang.

4) Conntrack hashtable resizing while ctnetlink dump is progress leads
   to a dead reference to released objects in the lists, also from
   Liping.
====================

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