Re: r8169: Fix card drop incoming VLAN tagged MTU byte large jumbo frames
From: David Miller <davem@davemloft.net>
Date: 2009-10-30 05:54:54
From: David Miller <davem@davemloft.net>
Date: 2009-10-30 05:54:54
From: Raimonds Cicans <redacted> Date: Mon, 26 Oct 2009 22:52:37 +0200
r8169 card drop incoming VLAN tagged MTU byte large jumbo frames It looks to compare current and maximal packet sizes hardware use '<' operator, not '<='. Bug introduced by patch: r8169: fix crash when large packets are received Signed-off-by: Raimonds Cicans <redacted>
Applied, thank you.