Files
linux/drivers
Grygorii Strashko d579cc130a net: ethernet: ti: am65-cpsw-nuss: restore vlan configuration while down/up
[ Upstream commit 7bcffde021 ]

The vlan configuration is not restored after interface down/up sequence.

Steps to check:
 # ip link add link eth0 name eth0.100 type vlan id 100
 # ifconfig eth0 down
 # ifconfig eth0 up

This patch fixes it, restoring vlan ALE entries on .ndo_open().

Fixes: 93a7653031 ("net: ethernet: ti: introduce am65x/j721e gigabit eth subsystem driver")
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-08-19 08:26:29 +02:00
..
2020-08-19 08:26:05 +02:00
2020-06-04 19:09:28 +02:00
2020-08-19 08:26:21 +02:00