Merge branch 'ocelot-vlan'
authorDavid S. Miller <davem@davemloft.net>
Fri, 20 Aug 2021 13:39:52 +0000 (14:39 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Aug 2021 13:39:52 +0000 (14:39 +0100)
commit6505782c93bee97f2ea25330314056e0dbda6a6d
tree1d330fe817ec0dd8fa78f1539858e3e8748a39e6
parentf2aea90d0bf368bda6cd1c5a86fd84c7051b0e0e
parentbbf6a2d92361a126f77a29f70a773736c5339f6d
Merge branch 'ocelot-vlan'

Vladimir Oltean says:

====================
Small ocelot VLAN improvements

This small series propagates some VLAN restrictions via netlink extack
and creates some helper functions instead of open-coding VLAN table
manipulations from multiple places.

This is split from the larger "DSA FDB isolation" series, hence the v2
tag:
https://patchwork.kernel.org/project/netdevbpf/cover/20210818120150.892647-1-vladimir.oltean@nxp.com/
====================

Signed-off-by: David S. Miller <davem@davemloft.net>