]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc4c52f6b86860414291d0ea971aac7c1e2319831
tree3734718e8bd9af893e2de3c0e1d90c6eec49377d
parent07046f78f88a16a20c66b9a1c1a5f8cd7847b1d5
parent90a9e2e9167bed51401fc31041ff1aa7f52bb47a
Merge branch 'mvneta'

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 973fc020dd0d6).

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>