Merge branch 'mvneta'
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Jun 2014 23:16:13 +0000 (16:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Jun 2014 23:16:13 +0000 (16:16 -0700)
Ezequiel Garcia says:

====================
ethernet: marvell: After-TSO fixes

This patchset consists of different fixes and improvements in the mvneta
and mv643xx_eth drivers. The most important change is the one that allows
to support small MSS values (see patches 2 and 6).

This is done following the Solarflare driver (see commit 7e6d06f0de3f7).

While doing this some other fixes were spotted and so they are included.

Finally, notice that the TSO support introduced a wrong DMA unmapping
of the TSO header buffers, so patches 4 and 8 provide a couple patches to
fix that in the drivers.
====================

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

Trivial merge