From: Florian Fainelli Date: Thu, 15 May 2014 02:32:14 +0000 (-0700) Subject: net: systemport: pad packets to a minimum of 68 bytes X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~216 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dab531b4305bc2852ce6f934dc283464d46871a5;p=pandora-kernel.git net: systemport: pad packets to a minimum of 68 bytes Packets need to be at least 64 bytes to enter the switch port logic, including the FCS, otherwise they will be discarded as RUNT packets. With packets having Broadcom tags, the 4-bytes tag is first stripped off the packet, and the packet length is then checked, so we need to make sure that the packet length with FCS is at least 64 bytes. Signed-off-by: Florian Fainelli Signed-off-by: David S. Miller --- Reading git-diff-tree failed