]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
authorJakub Kicinski <kuba@kernel.org>
Thu, 22 Oct 2020 18:09:41 +0000 (11:09 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 22 Oct 2020 19:00:37 +0000 (12:00 -0700)
commit6aeabe42953961e0d26b42d276cab9c7cb589538
tree0494e1efd7ac61bebaf977558f11b60ebbd585aa
parentf427fb0afc6b4b02cab2684f7aad7511e5a6c3db
parentdb28c9c2429f6ad1632ee551e7b89ceed533ae52
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf

Pablo Neira Ayuso says:

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

1) Update debugging in IPVS tcp protocol handler to make it easier
   to understand, from longguang.yue

2) Update TCP tracker to deal with keepalive packet after
   re-registration, from Franceso Ruggeri.

3) Missing IP6SKB_FRAGMENTED from netfilter fragment reassembly,
   from Georg Kohmann.

4) Fix bogus packet drop in ebtables nat extensions, from
   Thimothee Cocault.

5) Fix typo in flowtable documentation.

6) Reset skb timestamp in nft_fwd_netdev.
====================

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