]> git.baikalelectronics.ru Git - kernel.git/commit
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2022 07:08:51 +0000 (08:08 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Sep 2022 07:08:51 +0000 (08:08 +0100)
commitd40cdfc51c5253c451a4cfb3ed3193c3074e1a04
tree9b1294e6adf45b780b5873557e1e188cdc543d71
parent56675a578da95779ca75136fc54bb8aacf005637
parent0d07f8c91e83ca1fb1037bdba360c1d9b493b360
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next

Florian Westphal says:

====================
The following set contains changes for your *net-next* tree:

- make conntrack ignore packets that are delayed (containing
  data already acked).  The current behaviour to flag them as INVALID
  causes more harm than good, let them pass so peer can send an
  immediate ACK for the most recent sequence number.
- make conntrack recognize when both peers have sent 'invalid' FINs:
  This helps cleaning out stale connections faster for those cases where
  conntrack is no longer in sync with the actual connection state.
- Now that DECNET is gone, we don't need to reserve space for DECNET
  related information.
- compact common 'find a free port number for the new inbound
  connection' code and move it to a helper, then cap number of tries
  the new helper will make until it gives up.
- replace various instances of strlcpy with strscpy, from Wolfram Sang.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_tables_api.c