Netdev List
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Antonio Quartulli <antonio@openvpn.net>
Cc: netdev@vger.kernel.org, edumazet@google.com, sd@queasysnail.net,
	davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	ralf@mandelbit.com, qingfang.deng@linux.dev,
	andrew+netdev@lunn.ch, ptpt52@gmail.com
Subject: Re: [PATCH net 1/3] ovpn: reset MAC header before passing skb up
Date: Wed, 06 May 2026 23:20:08 +0000	[thread overview]
Message-ID: <177810960855.3261050.17877311688844142773.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260504230305.2681646-2-antonio@openvpn.net>

Hello:

This series was applied to netdev/net.git (main)
by Antonio Quartulli <antonio@openvpn.net>:

On Tue,  5 May 2026 01:03:03 +0200 you wrote:
> From: Qingfang Deng <qingfang.deng@linux.dev>
> 
> After decapsulating a packet, the skb->mac_header still points to the
> outer transport header.
> 
> Fix this by calling skb_reset_mac_header() in ovpn_netdev_write() to
> ensure the MAC header points to the beginning of
> the inner IP/network packet, as expected by the rest of the stack.
> 
> [...]

Here is the summary with links:
  - [net,1/3] ovpn: reset MAC header before passing skb up
    https://git.kernel.org/netdev/net/c/a200cdbf9593
  - [net,2/3] ovpn: ensure packet delivery happens with BH disabled
    https://git.kernel.org/netdev/net/c/c539cb30f93f
  - [net,3/3] selftests: ovpn: reduce ping count in test.sh
    https://git.kernel.org/netdev/net/c/201ba706318d

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



  reply	other threads:[~2026-05-06 23:20 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-04 23:03 [PATCH net 0/3] pull request: fixes for ovpn 2026-05-04 Antonio Quartulli
2026-05-04 23:03 ` [PATCH net 1/3] ovpn: reset MAC header before passing skb up Antonio Quartulli
2026-05-06 23:20   ` patchwork-bot+netdevbpf [this message]
2026-05-04 23:03 ` [PATCH net 2/3] ovpn: ensure packet delivery happens with BH disabled Antonio Quartulli
2026-05-06  1:00   ` Jakub Kicinski
2026-05-06  9:00     ` Antonio Quartulli
2026-05-06 23:11       ` Jakub Kicinski
2026-05-04 23:03 ` [PATCH net 3/3] selftests: ovpn: reduce ping count in test.sh Antonio Quartulli

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=177810960855.3261050.17877311688844142773.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew+netdev@lunn.ch \
    --cc=antonio@openvpn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=ptpt52@gmail.com \
    --cc=qingfang.deng@linux.dev \
    --cc=ralf@mandelbit.com \
    --cc=sd@queasysnail.net \
    /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