[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1395972889-32289-1-git-send-email-vyasevic@redhat.com>
Date: Thu, 27 Mar 2014 22:14:45 -0400
From: Vlad Yasevich <vyasevic@...hat.com>
To: netdev@...r.kernel.org
Cc: Vlad Yasevich <vyasevic@...hat.com>
Subject: [PATCH net 0/4] 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.
Vlad Yasevich (4):
qlge: Do not propaged vlan tag offloads to vlans
ifb: Remove vlan acceleration from vlan_features
veth: Turn off vlan rx acceleration in vlan_features
vlan: Mask off vlan acceleration features on vlan device.
drivers/net/ethernet/qlogic/qlge/qlge_main.c | 4 +++-
drivers/net/ifb.c | 3 ++-
drivers/net/veth.c | 5 ++++-
include/linux/netdev_features.h | 5 +++++
net/8021q/vlan_dev.c | 4 ++++
5 files changed, 18 insertions(+), 3 deletions(-)
--
1.8.5.3
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists