]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'systemport-padding-and-TSB-insertion'
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 Jan 2017 18:33:30 +0000 (13:33 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Jan 2017 18:33:30 +0000 (13:33 -0500)
commit817bbfd6a4918ff89359253d0905b502f3f152cd
treea7413917257142a43be1d3c58cdef4e7e2112bdd
parent0403aa718ddc6d59b2b3e9e06e2afd2c6d4dbc5d
parenta8cb917adb252cab622b1f7bd28d5d04d59b5a93
Merge branch 'systemport-padding-and-TSB-insertion'

Florian Fainelli says:

====================
net: systemport: Fix padding vs. TSB insertion

This patch series fixes how we pad the packets submitted to the SYSTEMPORT
adapter, and how the transmit status block (prepended 8 bytes) fits in the
picture. The first patch is not technically a bug fix, but is required for the
second path to be applied and to greatly simplify the skb length calculation.
====================

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