linux/drivers/net/ethernet/oki-semi/pch_gbe
Andy Cress 4487e64de6 pch_gbe: vlan skb len fix
pch_gbe_xmit_frame skb->len verification was incorrect in vlan case
causing bogus transfer length errors.  One correction could be:
    offset = skb->protocol == htons(ETH_P_8021Q) ? 0 : 4;
    if (unlikely(skb->len > (adapter->hw.mac.max_frame_size - offset)))
However, this verification is not necessary, so remove it.

Signed-off-by: Andy Cress <andy.cress@us.kontron.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-07-26 14:30:23 -07:00
..
Kconfig net/pch_gbe: supports eg20t ptp clock 2012-03-09 13:55:38 -08:00
Makefile
pch_gbe.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net 2012-05-16 22:17:37 -04:00
pch_gbe_api.c drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions 2012-07-10 23:13:46 -07:00
pch_gbe_api.h
pch_gbe_ethtool.c net/pch_gpe: Cannot disable ethernet autonegation 2012-07-25 15:24:13 -07:00
pch_gbe_main.c pch_gbe: vlan skb len fix 2012-07-26 14:30:23 -07:00
pch_gbe_param.c drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions 2012-07-10 23:13:46 -07:00
pch_gbe_phy.c
pch_gbe_phy.h