]> 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, 10 Dec 2020 02:55:46 +0000 (18:55 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Dec 2020 02:55:46 +0000 (18:55 -0800)
commit819367a60af7849b12a94b4881e51cb64771430b
tree377e5c1059bfdd5b30090ef84e2d4b8ee45fdcc1
parent008d3c816fdff18a2cdd18a134c45272d14cd855
parent645432ba163d71296e9c9a89caf0dc693e92c2a2
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 net:

1) Switch to RCU in x_tables to fix possible NULL pointer dereference,
   from Subash Abhinov Kasiviswanathan.

2) Fix netlink dump of dynset timeouts later than 23 days.

3) Add comment for the indirect serialization of the nft commit mutex
   with rtnl_mutex.

4) Remove bogus check for confirmed conntrack when matching on the
   conntrack ID, from Brett Mastbergen.
====================

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