mbox series

[net-next,0/2] net: dsa: realtek: Two RTL8366RB fixes

Message ID 20231209-rtl8366rb-mtu-fix-v1-0-df863e2b2b2a@linaro.org (mailing list archive)
Headers show
Series net: dsa: realtek: Two RTL8366RB fixes | expand

Message

Linus Walleij Dec. 9, 2023, 10:37 p.m. UTC
These minor fixes were found while digging into other
issues: a weirdly named variable and bogus MTU handling.
Fix it up.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
Linus Walleij (2):
      net: dsa: realtek: Rename bogus RTL8368S variable
      net: dsa: realtek: Rewrite RTL8366RB MTU handling

 drivers/net/dsa/realtek/rtl8366rb.c | 59 ++++++++++++++++++++++---------------
 1 file changed, 36 insertions(+), 23 deletions(-)
---
base-commit: d3e61d377ac8cabbf24d17b2421191cb81019614
change-id: 20231114-rtl8366rb-mtu-fix-d8858eb54db5

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 12, 2023, 1:30 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Sat, 09 Dec 2023 23:37:33 +0100 you wrote:
> These minor fixes were found while digging into other
> issues: a weirdly named variable and bogus MTU handling.
> Fix it up.
> 
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
> ---
> Linus Walleij (2):
>       net: dsa: realtek: Rename bogus RTL8368S variable
>       net: dsa: realtek: Rewrite RTL8366RB MTU handling
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: dsa: realtek: Rename bogus RTL8368S variable
    https://git.kernel.org/netdev/net-next/c/389119c84218
  - [net-next,2/2] net: dsa: realtek: Rewrite RTL8366RB MTU handling
    https://git.kernel.org/netdev/net-next/c/d577ca429af3

You are awesome, thank you!