aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_input.c
diff options
context:
space:
mode:
authorAndy Cress <andycress@gmail.com>2012-07-26 06:01:17 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-26 14:30:23 -0700
commit4487e64de63b8e42efe5a5543871c42c5a5859d9 (patch)
tree7acaa761ef550ba879816ea05eb531c6b70099d1 /net/ipv4/ip_input.c
parentpch_gbe: add extra clean tx (diff)
downloadlinux-dev-4487e64de63b8e42efe5a5543871c42c5a5859d9.tar.xz
linux-dev-4487e64de63b8e42efe5a5543871c42c5a5859d9.zip
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>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions