netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Florian Westphal <fw@strlen.de>
Cc: netdev@vger.kernel.org, edumazet@google.com, davem@davemloft.net,
	pabeni@redhat.com, kuba@kernel.org,
	netfilter-devel@vger.kernel.org
Subject: Re: [PATCH net-next 1/8] netfilter: conntrack: prepare tcp_in_window for ternary return value
Date: Fri, 09 Sep 2022 07:40:22 +0000	[thread overview]
Message-ID: <166270922293.30497.13371085701072223276.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220907154110.8898-2-fw@strlen.de>

Hello:

This series was applied to netdev/net-next.git (master)
by Florian Westphal <fw@strlen.de>:

On Wed,  7 Sep 2022 17:41:03 +0200 you wrote:
> tcp_in_window returns true if the packet is in window and false if it is
> not.
> 
> If its outside of window, packet will be treated as INVALID.
> 
> There are corner cases where the packet should still be tracked, because
> rulesets may drop or log such packets, even though they can occur during
> normal operation, such as overly delayed acks.
> 
> [...]

Here is the summary with links:
  - [net-next,1/8] netfilter: conntrack: prepare tcp_in_window for ternary return value
    https://git.kernel.org/netdev/net-next/c/d9a6f0d0df18
  - [net-next,2/8] netfilter: conntrack: ignore overly delayed tcp packets
    https://git.kernel.org/netdev/net-next/c/6e250dcbff1d
  - [net-next,3/8] netfilter: conntrack: remove unneeded indent level
    https://git.kernel.org/netdev/net-next/c/09a59001b0d6
  - [net-next,4/8] netfilter: conntrack: reduce timeout when receiving out-of-window fin or rst
    https://git.kernel.org/netdev/net-next/c/628d694344a0
  - [net-next,5/8] netfilter: remove NFPROTO_DECNET
    https://git.kernel.org/netdev/net-next/c/a0a4de4d897f
  - [net-next,6/8] netfilter: move from strlcpy with unused retval to strscpy
    https://git.kernel.org/netdev/net-next/c/8556bceb9c40
  - [net-next,7/8] netfilter: nat: move repetitive nat port reserve loop to a helper
    https://git.kernel.org/netdev/net-next/c/c92c27171040
  - [net-next,8/8] netfilter: nat: avoid long-running port range loop
    https://git.kernel.org/netdev/net-next/c/adda60cc2bb0

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2022-09-09  7:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-07 15:41 [PATCH net-next 0/8] netfilter: patches for net-next Florian Westphal
2022-09-07 15:41 ` [PATCH net-next 1/8] netfilter: conntrack: prepare tcp_in_window for ternary return value Florian Westphal
2022-09-09  7:40   ` patchwork-bot+netdevbpf [this message]
2022-09-07 15:41 ` [PATCH net-next 2/8] netfilter: conntrack: ignore overly delayed tcp packets Florian Westphal
2022-09-07 15:41 ` [PATCH net-next 3/8] netfilter: conntrack: remove unneeded indent level Florian Westphal
2022-09-07 15:41 ` [PATCH net-next 4/8] netfilter: conntrack: reduce timeout when receiving out-of-window fin or rst Florian Westphal
2022-09-07 15:41 ` [PATCH net-next 5/8] netfilter: remove NFPROTO_DECNET Florian Westphal
2022-09-07 15:41 ` [PATCH net-next 6/8] netfilter: move from strlcpy with unused retval to strscpy Florian Westphal
2022-09-07 15:41 ` [PATCH net-next 7/8] netfilter: nat: move repetitive nat port reserve loop to a helper Florian Westphal
2022-09-07 15:41 ` [PATCH net-next 8/8] netfilter: nat: avoid long-running port range loop Florian Westphal

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=166270922293.30497.13371085701072223276.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fw@strlen.de \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).