Merge branch 'mvneta-jumbo-frames'
authorDavid S. Miller <davem@davemloft.net>
Tue, 30 Jun 2015 16:37:10 +0000 (09:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Jun 2015 16:37:10 +0000 (09:37 -0700)
commit7f4ef975e96ff1a050d4e496c59bbd33e28028ed
tree3c990374ed0161978ade22ebff1729c093e140be
parent279c6c7fa64f5763e6b9f05e7ab3840092e702e7
parentb65657fc240ae6c1d2a1e62db9a0e61ac9631d7a
Merge branch 'mvneta-jumbo-frames'

Simon Guinot says:

====================
Fix Ethernet jumbo frames support for Armada 370 and 38x

This patch series fixes the Ethernet jumbo frames support for the SoCs
Armada 370, 380 and 385. Unlike Armada XP, the Ethernet controller for
this SoCs don't support TCP/IP checksumming with a frame size larger
than 1600 bytes.

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

Changes since v1:
- Use a new compatible string for the Ethernet IP found in Armada XP
  SoCs (instead of using an optional property).
- Fix the issue for the Armada 380 and 385 SoCs as well.

Changes since v2:
- Add Acked-by from Gregory Clement.
- Add "Fixes:" tag to each commits.

Changes since v3:
- Fix patch 3 name: replace prefix "ARM: mvebu:" with "net: mvneta:".
====================

Signed-off-by: David S. Miller <davem@davemloft.net>