Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Florian Westphal <fw@strlen.de>
Cc: netdev@vger.kernel.org, pabeni@redhat.com, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org,
	netfilter-devel@vger.kernel.org, pablo@netfilter.org
Subject: Re: [PATCH net 01/17] netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag
Date: Thu, 09 Jul 2026 09:50:31 +0000	[thread overview]
Message-ID: <178359063113.3372474.9367073912354621322.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260708140309.19633-2-fw@strlen.de>

Hello:

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

On Wed,  8 Jul 2026 16:02:53 +0200 you wrote:
> From: Xiang Mei <xmei5@asu.edu>
> 
> nf_ct_frag6_reasm() slides the packet head forward to drop the IPv6
> fragment header and then unconditionally advances skb->mac_header:
> 
> 	skb->mac_header += sizeof(struct frag_hdr);
> 
> [...]

Here is the summary with links:
  - [net,01/17] netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag
    https://git.kernel.org/netdev/net/c/3b08fed5b7e0
  - [net,02/17] netfilter: ebtables: terminate table name before find_table_lock()
    https://git.kernel.org/netdev/net/c/a622d2e9608c
  - [net,03/17] netfilter: ebtables: zero chainstack array
    https://git.kernel.org/netdev/net/c/cbfe53599eeb
  - [net,04/17] netfilter: ebtables: module names must be null-terminated
    https://git.kernel.org/netdev/net/c/084d23f81832
  - [net,05/17] netfilter: nft_lookup: fix catchall element handling with inverted lookups
    https://git.kernel.org/netdev/net/c/e6107a4c74b5
  - [net,06/17] netfilter: ipset: mark the rcu locked areas properly
    https://git.kernel.org/netdev/net/c/5d0c22e73656
  - [net,07/17] netfilter: ipset: exclude gc when resize is in progress
    https://git.kernel.org/netdev/net/c/cffcf57bf03c
  - [net,08/17] netfilter: ipset: cleanup the add/del backlog when resize failed
    https://git.kernel.org/netdev/net/c/672321302ed6
  - [net,09/17] netfilter: ipset: allocate the proper memory for the generic hash structure
    https://git.kernel.org/netdev/net/c/724f32699aea
  - [net,10/17] netfilter: flowtable: use dst in this direction when pushing IPIP header
    https://git.kernel.org/netdev/net/c/c328b90c17fc
  - [net,11/17] netfilter: flowtable: IPIP tunnel hardware offload is not yet support
    https://git.kernel.org/netdev/net/c/6c5dcab95f4c
  - [net,12/17] netfilter: flowtable: support IPIP tunnel with direct xmit
    https://git.kernel.org/netdev/net/c/fa7395c02d95
  - [net,13/17] netfilter: handle unreadable frags
    https://git.kernel.org/netdev/net/c/da5b58478a9c
  - [net,14/17] ipvs: pass parsed transport offset to state handlers
    https://git.kernel.org/netdev/net/c/bae7ce7bafb5
  - [net,15/17] ipvs: use parsed transport offset in TCP state lookup
    https://git.kernel.org/netdev/net/c/2500fa3958b1
  - [net,16/17] ipvs: use parsed transport offset in SCTP state lookup
    https://git.kernel.org/netdev/net/c/2f75c0faa336
  - [net,17/17] ipvs: ensure inner headers in ICMP errors are in headroom
    https://git.kernel.org/netdev/net/c/3f7a535ff0fa

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



  reply	other threads:[~2026-07-09  9:50 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-08 14:02 [PATCH net 00/17] netfilter: updates for net Florian Westphal
2026-07-08 14:02 ` [PATCH net 01/17] netfilter: nf_conntrack_reasm: guard mac_header adjustment after IPv6 defrag Florian Westphal
2026-07-09  9:50   ` patchwork-bot+netdevbpf [this message]
2026-07-08 14:02 ` [PATCH net 02/17] netfilter: ebtables: terminate table name before find_table_lock() Florian Westphal
2026-07-08 14:02 ` [PATCH net 03/17] netfilter: ebtables: zero chainstack array Florian Westphal
2026-07-08 14:02 ` [PATCH net 04/17] netfilter: ebtables: module names must be null-terminated Florian Westphal
2026-07-08 14:02 ` [PATCH net 05/17] netfilter: nft_lookup: fix catchall element handling with inverted lookups Florian Westphal
2026-07-08 14:02 ` [PATCH net 06/17] netfilter: ipset: mark the rcu locked areas properly Florian Westphal
2026-07-08 14:02 ` [PATCH net 07/17] netfilter: ipset: exclude gc when resize is in progress Florian Westphal
2026-07-08 14:03 ` [PATCH net 08/17] netfilter: ipset: cleanup the add/del backlog when resize failed Florian Westphal
2026-07-08 14:03 ` [PATCH net 09/17] netfilter: ipset: allocate the proper memory for the generic hash structure Florian Westphal
2026-07-08 14:03 ` [PATCH net 10/17] netfilter: flowtable: use dst in this direction when pushing IPIP header Florian Westphal
2026-07-08 14:03 ` [PATCH net 11/17] netfilter: flowtable: IPIP tunnel hardware offload is not yet support Florian Westphal
2026-07-08 14:03 ` [PATCH net 12/17] netfilter: flowtable: support IPIP tunnel with direct xmit Florian Westphal
2026-07-08 14:03 ` [PATCH net 13/17] netfilter: handle unreadable frags Florian Westphal
2026-07-08 14:03 ` [PATCH net 14/17] ipvs: pass parsed transport offset to state handlers Florian Westphal
2026-07-08 14:03 ` [PATCH net 15/17] ipvs: use parsed transport offset in TCP state lookup Florian Westphal
2026-07-08 14:03 ` [PATCH net 16/17] ipvs: use parsed transport offset in SCTP " Florian Westphal
2026-07-08 14:03 ` [PATCH net 17/17] ipvs: ensure inner headers in ICMP errors are in headroom 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=178359063113.3372474.9367073912354621322.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 \
    --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