summaryrefslogtreecommitdiff
path: root/include/uapi/linux/if_link.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2015-06-01 17:00:09 -0700
committerDavid S. Miller <davem@davemloft.net>2015-06-01 17:00:09 -0700
commitff43c28a5ed1262cffbeab639e314beacbb37a57 (patch)
tree1391694c6be614f74c2f87bd58f753347e28375c /include/uapi/linux/if_link.h
parent66e5133f19e901a044fa5eaeeb6ecff4545839e5 (diff)
parent2aa2ed0864b3cf96479a401c449dd4a3eea15ce8 (diff)
downloadlwn-ff43c28a5ed1262cffbeab639e314beacbb37a57.tar.gz
lwn-ff43c28a5ed1262cffbeab639e314beacbb37a57.zip
Merge branch 'rocker-next'
Scott Feldman says: ==================== rocker: enable by default untagged VLAN support This patch set is a followup to Simon Horman's RFC patch: [PATCH/RFC net-next] rocker: by default accept untagged packets Now, on port probe, we install untagged VLAN (vid=0) support for each port as the default. This is equivalent to the command: bridge vlan add vid 0 dev DEV self Accepting untagged VLAN pkts is a reasonable default, but the user could override this with: bridge vlan del vid 0 dev DEV self With this, we no longer need 8021q module to install vid=0 when port interface opens. In fact, we don't need support for legacy VLAN ndo ops at all since they're superseded by bridge_setlink/dellink. So remove legacy VLAN ndo ops support in driver. (The legacy VLAN ndo ops are supported by bonding/team drivers, but don't fit into the transaction model offered by switchdev, so switching all VLAN functions to bridge_setlink/dellink switchdev support gets us stacked driver + transaction model support). ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/if_link.h')
0 files changed, 0 insertions, 0 deletions