netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Daniel Golle <daniel@makrotopia.org>
Cc: hauke@hauke-m.de, andrew@lunn.ch, olteanv@gmail.com,
	davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, netdev@vger.kernel.org,
	linux-kernel@vger.kernel.org, andreas.schirm@siemens.com,
	lukas.stockmann@siemens.com, alexander.sverdlin@siemens.com,
	peter.christen@siemens.com, ajayaraman@maxlinear.com,
	bxu@maxlinear.com, lxu@maxlinear.com, jpovazanec@maxlinear.com,
	fchan@maxlinear.com, yweng@maxlinear.com, lrosu@maxlinear.com,
	john@phrozen.org
Subject: Re: [PATCH net-next 00/11] net: dsa: lantiq_gswip: clean up and improve VLAN handling
Date: Sat, 18 Oct 2025 01:30:19 +0000	[thread overview]
Message-ID: <176075101901.2849208.2117673296114679336.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <cover.1760566491.git.daniel@makrotopia.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Wed, 15 Oct 2025 23:31:51 +0100 you wrote:
> Hi all,
> 
> This series was developed by Vladimir Oltean to improve and clean up the
> VLAN handling logic in the Lantiq GSWIP DSA driver.
> 
> As Vladimir currently doesn't have the availability to take care of the
> submission process, we agreed that I would send the patches on his
> behalf.
> 
> [...]

Here is the summary with links:
  - [net-next,01/11] net: dsa: lantiq_gswip: support bridge FDB entries on the CPU port
    https://git.kernel.org/netdev/net-next/c/e29bbd73ad71
  - [net-next,02/11] net: dsa: lantiq_gswip: define VLAN ID 0 constant
    https://git.kernel.org/netdev/net-next/c/92790e6c11a8
  - [net-next,03/11] net: dsa: lantiq_gswip: remove duplicate assignment to vlan_mapping.val[0]
    https://git.kernel.org/netdev/net-next/c/8f5c71e44413
  - [net-next,04/11] net: dsa: lantiq_gswip: merge gswip_vlan_add_unaware() and gswip_vlan_add_aware()
    https://git.kernel.org/netdev/net-next/c/b92068755ee0
  - [net-next,05/11] net: dsa: lantiq_gswip: remove legacy configure_vlan_while_not_filtering option
    https://git.kernel.org/netdev/net-next/c/21c3237c60c3
  - [net-next,06/11] net: dsa: lantiq_gswip: permit dynamic changes to VLAN filtering state
    https://git.kernel.org/netdev/net-next/c/ab3ce58559d6
  - [net-next,07/11] net: dsa: lantiq_gswip: disallow changes to privately set up VID 0
    https://git.kernel.org/netdev/net-next/c/96a91e6eeb4d
  - [net-next,08/11] net: dsa: lantiq_gswip: remove vlan_aware and pvid arguments from gswip_vlan_remove()
    https://git.kernel.org/netdev/net-next/c/7ed1965f1010
  - [net-next,09/11] net: dsa: lantiq_gswip: put a more descriptive error print in gswip_vlan_remove()
    https://git.kernel.org/netdev/net-next/c/a57627626636
  - [net-next,10/11] net: dsa: lantiq_gswip: drop untagged on VLAN-aware bridge ports with no PVID
    https://git.kernel.org/netdev/net-next/c/3bb500caf656
  - [net-next,11/11] net: dsa: lantiq_gswip: treat VID 0 like the PVID
    https://git.kernel.org/netdev/net-next/c/1f89ed0ebf26

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



      parent reply	other threads:[~2025-10-18  1:30 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-15 22:31 [PATCH net-next 00/11] net: dsa: lantiq_gswip: clean up and improve VLAN handling Daniel Golle
2025-10-15 22:32 ` [PATCH net-next 01/11] net: dsa: lantiq_gswip: support bridge FDB entries on the CPU port Daniel Golle
2025-10-15 22:32 ` [PATCH net-next 02/11] net: dsa: lantiq_gswip: define VLAN ID 0 constant Daniel Golle
2025-10-15 22:32 ` [PATCH net-next 03/11] net: dsa: lantiq_gswip: remove duplicate assignment to vlan_mapping.val[0] Daniel Golle
2025-10-15 22:32 ` [PATCH net-next 04/11] net: dsa: lantiq_gswip: merge gswip_vlan_add_unaware() and gswip_vlan_add_aware() Daniel Golle
2025-10-15 22:32 ` [PATCH net-next 05/11] net: dsa: lantiq_gswip: remove legacy configure_vlan_while_not_filtering option Daniel Golle
2025-10-15 22:32 ` [PATCH net-next 06/11] net: dsa: lantiq_gswip: permit dynamic changes to VLAN filtering state Daniel Golle
2025-10-15 22:33 ` [PATCH net-next 07/11] net: dsa: lantiq_gswip: disallow changes to privately set up VID 0 Daniel Golle
2025-10-15 22:33 ` [PATCH net-next 08/11] net: dsa: lantiq_gswip: remove vlan_aware and pvid arguments from gswip_vlan_remove() Daniel Golle
2025-10-15 22:33 ` [PATCH net-next 09/11] net: dsa: lantiq_gswip: put a more descriptive error print in gswip_vlan_remove() Daniel Golle
2025-10-15 22:33 ` [PATCH net-next 10/11] net: dsa: lantiq_gswip: drop untagged on VLAN-aware bridge ports with no PVID Daniel Golle
2025-10-15 22:34 ` [PATCH net-next 11/11] net: dsa: lantiq_gswip: treat VID 0 like the PVID Daniel Golle
2025-10-18  1:30 ` patchwork-bot+netdevbpf [this message]

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=176075101901.2849208.2117673296114679336.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=ajayaraman@maxlinear.com \
    --cc=alexander.sverdlin@siemens.com \
    --cc=andreas.schirm@siemens.com \
    --cc=andrew@lunn.ch \
    --cc=bxu@maxlinear.com \
    --cc=daniel@makrotopia.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fchan@maxlinear.com \
    --cc=hauke@hauke-m.de \
    --cc=john@phrozen.org \
    --cc=jpovazanec@maxlinear.com \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lrosu@maxlinear.com \
    --cc=lukas.stockmann@siemens.com \
    --cc=lxu@maxlinear.com \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=peter.christen@siemens.com \
    --cc=yweng@maxlinear.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).