aboutsummaryrefslogtreecommitdiff
path: root/include/linux/dsa/loop.h
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03net: dsa: loop: Wire-up MTU callbacksFlorian Fainelli1-0/+1
For now we simply store the port MTU into a per-port member. Signed-off-by: Florian Fainelli <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: David S. Miller <[email protected]>
2020-08-03net: dsa: loop: Move data structures to headerFlorian Fainelli1-0/+40
In preparation for adding support for a mockup data path, move the driver data structures to include/linux/dsa/loop.h such that we can share them between net/dsa/ and drivers/net/dsa/ later on. Signed-off-by: Florian Fainelli <[email protected]> Signed-off-by: David S. Miller <[email protected]>