netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix Ethernet jumbo frames support for Armada 370
@ 2015-06-15 14:27 Simon Guinot
  2015-06-15 14:27 ` [PATCH 1/2] net: mvneta: introduce tx_csum_limit property Simon Guinot
  2015-06-15 14:27 ` [PATCH 2/2] ARM: mvebu: disable IP checksum with jumbo frames for Armada 370 Simon Guinot
  0 siblings, 2 replies; 9+ messages in thread
From: Simon Guinot @ 2015-06-15 14:27 UTC (permalink / raw)
  To: Thomas Petazzoni, Jason Cooper, Andrew Lunn, Gregory Clement,
	Sebastian Hesselbarth
  Cc: netdev, stable, linux-arm-kernel

Hello,

This patch series fixes the Ethernet jumbo frames support for Armada 370
SoCs. Unlike Armada XP, the Ethernet controller in Armada 370 SoCs don't
support TCP/IP checksumming with frames largest than 1600 Bytes.

This patches should be applied to the -stable kernels 3.8 and onwards.

Regards,

Simon

Simon Guinot (2):
  net: mvneta: introduce tx_csum_limit property
  ARM: mvebu: disable IP checksum with jumbo frames for Armada 370

 .../bindings/net/marvell-armada-370-neta.txt       |  3 +++
 arch/arm/boot/dts/armada-370.dtsi                  |  8 +++++++
 drivers/net/ethernet/marvell/mvneta.c              | 25 +++++++++++++++++++++-
 3 files changed, 35 insertions(+), 1 deletion(-)

--
Cc: <stable@vger.kernel.org>
-- 
2.1.4

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-06-16 11:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-15 14:27 [PATCH 0/2] Fix Ethernet jumbo frames support for Armada 370 Simon Guinot
2015-06-15 14:27 ` [PATCH 1/2] net: mvneta: introduce tx_csum_limit property Simon Guinot
2015-06-15 14:36   ` Russell King - ARM Linux
2015-06-15 14:48     ` Thomas Petazzoni
2015-06-15 14:49   ` Thomas Petazzoni
2015-06-15 15:54     ` Simon Guinot
2015-06-16 10:00       ` Thomas Petazzoni
2015-06-16 11:59         ` Jason Cooper
2015-06-15 14:27 ` [PATCH 2/2] ARM: mvebu: disable IP checksum with jumbo frames for Armada 370 Simon Guinot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).