netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Pablo Neira Ayuso <pablo@netfilter.org>
Cc: netfilter-devel@vger.kernel.org, davem@davemloft.net,
	netdev@vger.kernel.org, kuba@kernel.org
Subject: Re: [PATCH net-next 01/14] netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY
Date: Thu, 10 Feb 2022 05:50:12 +0000	[thread overview]
Message-ID: <164447221221.5409.13974552264063226951.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220209133616.165104-2-pablo@netfilter.org>

Hello:

This series was applied to netdev/net-next.git (master)
by Pablo Neira Ayuso <pablo@netfilter.org>:

On Wed,  9 Feb 2022 14:36:03 +0100 you wrote:
> From: Kevin Mitchell <kevmitch@arista.com>
> 
> The udp_error function verifies the checksum of incoming UDP packets if
> one is set. This has the desirable side effect of setting skb->ip_summed
> to CHECKSUM_COMPLETE, signalling that this verification need not be
> repeated further up the stack.
> 
> [...]

Here is the summary with links:
  - [net-next,01/14] netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY
    https://git.kernel.org/netdev/net-next/c/5bed9f3f63f8
  - [net-next,02/14] netfilter: nfqueue: enable to get skb->priority
    https://git.kernel.org/netdev/net-next/c/8b5413647262
  - [net-next,03/14] netfilter: conntrack: make all extensions 8-byte alignned
    https://git.kernel.org/netdev/net-next/c/bb62a765b1b5
  - [net-next,04/14] netfilter: conntrack: move extension sizes into core
    https://git.kernel.org/netdev/net-next/c/5f31edc0676b
  - [net-next,05/14] netfilter: conntrack: handle ->destroy hook via nat_ops instead
    https://git.kernel.org/netdev/net-next/c/1bc91a5ddf3e
  - [net-next,06/14] netfilter: conntrack: remove extension register api
    https://git.kernel.org/netdev/net-next/c/1015c3de23ee
  - [net-next,07/14] netfilter: conntrack: pptp: use single option structure
    https://git.kernel.org/netdev/net-next/c/20ff32024624
  - [net-next,08/14] netfilter: exthdr: add support for tcp option removal
    https://git.kernel.org/netdev/net-next/c/7890cbea66e7
  - [net-next,09/14] netfilter: nft_compat: suppress comment match
    https://git.kernel.org/netdev/net-next/c/c828414ac935
  - [net-next,10/14] netfilter: ecache: don't use nf_conn spinlock
    https://git.kernel.org/netdev/net-next/c/8dd8678e42b5
  - [net-next,11/14] netfilter: cttimeout: use option structure
    https://git.kernel.org/netdev/net-next/c/7afa38831aee
  - [net-next,12/14] netfilter: nft_cmp: optimize comparison for 16-bytes
    https://git.kernel.org/netdev/net-next/c/23f68d462984
  - [net-next,13/14] nfqueue: enable to set skb->priority
    https://git.kernel.org/netdev/net-next/c/98eee88b8dec
  - [net-next,14/14] netfilter: ctnetlink: use dump structure instead of raw args
    https://git.kernel.org/netdev/net-next/c/5948ed297eef

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



  reply	other threads:[~2022-02-10  5:50 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-09 13:36 [PATCH net-next 00/14] Netfilter updates for net-next Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 01/14] netfilter: conntrack: mark UDP zero checksum as CHECKSUM_UNNECESSARY Pablo Neira Ayuso
2022-02-10  5:50   ` patchwork-bot+netdevbpf [this message]
2022-02-16 14:10   ` Gal Pressman
2022-02-16 15:28     ` Florian Westphal
2022-02-16 16:04       ` Pablo Neira Ayuso
2022-02-16 18:52         ` Gal Pressman
2022-02-16 19:26           ` Florian Westphal
2022-02-09 13:36 ` [PATCH net-next 02/14] netfilter: nfqueue: enable to get skb->priority Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 03/14] netfilter: conntrack: make all extensions 8-byte alignned Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 04/14] netfilter: conntrack: move extension sizes into core Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 05/14] netfilter: conntrack: handle ->destroy hook via nat_ops instead Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 06/14] netfilter: conntrack: remove extension register api Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 07/14] netfilter: conntrack: pptp: use single option structure Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 08/14] netfilter: exthdr: add support for tcp option removal Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 09/14] netfilter: nft_compat: suppress comment match Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 10/14] netfilter: ecache: don't use nf_conn spinlock Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 11/14] netfilter: cttimeout: use option structure Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 12/14] netfilter: nft_cmp: optimize comparison for 16-bytes Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 13/14] nfqueue: enable to set skb->priority Pablo Neira Ayuso
2022-02-09 13:36 ` [PATCH net-next 14/14] netfilter: ctnetlink: use dump structure instead of raw args Pablo Neira Ayuso

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=164447221221.5409.13974552264063226951.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pablo@netfilter.org \
    /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).