Merge branch 'vlan_offloads'
authorDavid S. Miller <davem@davemloft.net>
Fri, 28 Mar 2014 21:17:16 +0000 (17:17 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 28 Mar 2014 21:17:16 +0000 (17:17 -0400)
commit5f2feca20e0f4878fa16787bd50fcd82fb365be7
tree1761471976beb97edab677ab211326b62a2809ad
parentfc92f745f8d0d3736ce5afb00a905d7cc61f9c46
parent2adb956b084d6d49f519541a4b5f9947e96f8ef7
Merge branch 'vlan_offloads'

Vlad Yasevich says:

====================
Audit all drivers for correct vlan_features.

Some drivers set vlan acceleration features in vlan_features.  This causes
issues with Q-in-Q/802.1ad configurations.

Audit all the drivers for correct vlan_features.  Fix broken ones.
Add a warning to vlan code to help catch future offenders.
====================

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