]> git.hungrycats.org Git - linux/commit
tg3: Allow for recieve of full-size 8021AD frames
authorVlad Yasevich <vyasevich@gmail.com>
Tue, 30 Sep 2014 23:39:36 +0000 (19:39 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Oct 2014 10:05:28 +0000 (12:05 +0200)
commit5fe8352975d6fbac9200c55ff66fd07aabb593e4
tree9067a62d372d2fd3bfac38511e2b9d6f007efbcc
parentb0ce10f71c27b97e880b5eb15471613f6facc11d
tg3: Allow for recieve of full-size 8021AD frames

[ Upstream commit 7d3083ee36b51e425b6abd76778a2046906b0fd3 ]

When receiving a vlan-tagged frame that still contains
a vlan header, the length of the packet will be greater
then MTU+ETH_HLEN since it will account of the extra
vlan header.  TG3 checks this for the case for 802.1Q,
but not for 802.1ad.  As a result, full sized 802.1ad
frames get dropped by the card.

Add a check for 802.1ad protocol when receving full
sized frames.

Suggested-by: Prashant Sreedharan <prashant@broadcom.com>
CC: Prashant Sreedharan <prashant@broadcom.com>
CC: Michael Chan <mchan@broadcom.com>
Signed-off-by: Vladislav Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/ethernet/broadcom/tg3.c