From: David L Stevens Date: Tue, 13 Jan 2015 17:45:05 +0000 (-0500) Subject: sunvnet: fix rx packet length check to allow for TSO X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~134^2~230 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86cfeab6b510a2fe94683bf71f9b96b686e2e0ce;p=pandora-kernel.git sunvnet: fix rx packet length check to allow for TSO This patch fixes the rx packet length check in the sunvnet driver to allow for a TSO max packet length greater than the LDC channel negotiated MTU. These are negotiated separately and there is no requirement that port->tsolen be less than port->rmtu, but if it isn't, it'll drop packets with rx length errors. Signed-off-by: David L Stevens Acked-by: Sowmini Varadhan Signed-off-by: David S. Miller --- Reading git-diff-tree failed