]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitc030af878f04b77011f6876e8c4f0530c26ed6d4
treea7413917257142a43be1d3c58cdef4e7e2112bdd
parentcd7aeb1f9706b665ad8659df8ff036e7bc0097f4
parent38e5a85562a6cd911fc26d951d576551a688574c
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>