mbox series

[net,0/4] net: lan966x: lan966x fixes

Message ID 20220409184143.1204786-1-horatiu.vultur@microchip.com (mailing list archive)
Headers show
Series net: lan966x: lan966x fixes | expand

Message

Horatiu Vultur April 9, 2022, 6:41 p.m. UTC
This contains different fixes for lan966x in different areas like PTP, MAC,
Switchdev and IGMP processing.

Horatiu Vultur (4):
  net: lan966x: Update lan966x_ptp_get_nominal_value
  net: lan966x: Fix IGMP snooping when frames have vlan tag
  net: lan966x: Fix when a port's upper is changed.
  net: lan966x: Stop processing the MAC entry is port is wrong.

 drivers/net/ethernet/microchip/lan966x/lan966x_mac.c      | 6 ++++--
 drivers/net/ethernet/microchip/lan966x/lan966x_main.c     | 6 ++++++
 drivers/net/ethernet/microchip/lan966x/lan966x_ptp.c      | 8 ++++----
 .../net/ethernet/microchip/lan966x/lan966x_switchdev.c    | 3 +--
 4 files changed, 15 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org April 12, 2022, 4 a.m. UTC | #1
Hello:

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

On Sat, 9 Apr 2022 20:41:39 +0200 you wrote:
> This contains different fixes for lan966x in different areas like PTP, MAC,
> Switchdev and IGMP processing.
> 
> Horatiu Vultur (4):
>   net: lan966x: Update lan966x_ptp_get_nominal_value
>   net: lan966x: Fix IGMP snooping when frames have vlan tag
>   net: lan966x: Fix when a port's upper is changed.
>   net: lan966x: Stop processing the MAC entry is port is wrong.
> 
> [...]

Here is the summary with links:
  - [net,1/4] net: lan966x: Update lan966x_ptp_get_nominal_value
    https://git.kernel.org/netdev/net/c/eb9c0d671e94
  - [net,2/4] net: lan966x: Fix IGMP snooping when frames have vlan tag
    https://git.kernel.org/netdev/net/c/6476f90aefaf
  - [net,3/4] net: lan966x: Fix when a port's upper is changed.
    https://git.kernel.org/netdev/net/c/d7a947d289dc
  - [net,4/4] net: lan966x: Stop processing the MAC entry is port is wrong.
    https://git.kernel.org/netdev/net/c/269219321eb7

You are awesome, thank you!