]> git.baikalelectronics.ru Git - kernel.git/commit
bnx2: Correctly receive full sized 802.1ad fragmes
authorVlad Yasevich <vyasevich@gmail.com>
Tue, 30 Sep 2014 23:39:37 +0000 (19:39 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 1 Oct 2014 20:43:45 +0000 (16:43 -0400)
commite24f1f486ca56853c3e2cfe039fa9d9d10c2254a
tree7cd9db0a35680b639ee876474e36e243b5880aca
parent146c886ed450984e52026f49ebf7b1e67718e782
bnx2: Correctly receive full sized 802.1ad fragmes

This driver, similar to tg3, has a check that will
cause full sized 802.1ad frames to be dropped.  The
frame will be larger then the standard mtu due to the
presense of vlan header that has not been stripped.
The driver should not drop this frame and should process
it just like it does for 802.1q.

CC: Sony Chacko <sony.chacko@qlogic.com>
CC: Dept-HSGLinuxNICDev@qlogic.com
Signed-off-by: Vladislav Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2.c