]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorJakub Kicinski <kuba@kernel.org>
Sun, 1 Nov 2020 00:28:17 +0000 (17:28 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sun, 1 Nov 2020 00:34:19 +0000 (17:34 -0700)
commit8971db72970098d63266dd0ed8d3ca2d014d3f33
tree07633504033079aca158db2c4fb988ca757629b9
parentd0d089060cb1768de22a4526dd27624bbcd04427
parent9595f7ec784ce21cb56e398b57f41d204888d0c9
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) Incorrect netlink report logic in flowtable and genID.

2) Add a selftest to check that wireguard passes the right sk
   to ip_route_me_harder, from Jason A. Donenfeld.

3) Pass the actual sk to ip_route_me_harder(), also from Jason.

4) Missing expression validation of updates via nft --check.

5) Update byte and packet counters regardless of whether they
   match, from Stefano Brivio.
====================

Signed-off-by: Jakub Kicinski <kuba@kernel.org>