]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'systemport-net'
authorDavid S. Miller <davem@davemloft.net>
Sat, 1 Nov 2014 19:14:07 +0000 (15:14 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 1 Nov 2014 19:14:07 +0000 (15:14 -0400)
commit7028e387e8347448ba6a709964750950a23848ad
treed5ffafa66836552fa4cc7c64163a31b4ad615590
parentd6c6e618fa2e92273f5df623b6bde028f3c976f7
parentbc1dedef7570c33fc053a2e65a2de78c0cb94f6e
Merge branch 'systemport-net'

Florian Fainelli says:

====================
net: systemport: TX dma fixes

This patch series contains two fixes for our transmit path, first one
is a pretty nasty one since we were not allocating a large enough
dma coherent pool for our transmit descriptors, which would work most of the
time, since allocations are contiguous and we could have.

Second patch fixes a less frequent, though highly likley crash when using
CMA allocations.
====================

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