]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ibmvnic-Fix-VLAN-and-other-device-errata'
authorDavid S. Miller <davem@davemloft.net>
Tue, 13 Mar 2018 14:09:46 +0000 (10:09 -0400)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 Mar 2018 14:09:46 +0000 (10:09 -0400)
commitdca8f3e8facfe15a7f8c74717b7fcd1fdf0d11fc
tree3b6f70150be0606cf1f3679a76fd01514c036c2f
parentcc0ecce421747d2bc669e8946ad7643cbd8ea845
parente693e424d3dcab67d102825b17cac79de1932b6a
Merge branch 'ibmvnic-Fix-VLAN-and-other-device-errata'

Thomas Falcon says:

====================
ibmvnic: Fix VLAN and other device errata

This patch series contains fixes for VLAN and other backing hardware
errata. The VLAN fixes are mostly to account for the additional four
bytes VLAN header in TX descriptors and buffers, when applicable.

The other fixes for device errata are to pad small packets to avoid a
possible connection error that can occur when some devices attempt to
transmit small packets. The other fixes are GSO related. Some devices
cannot handle a smaller MSS or a packet with a single segment, so
disable GSO in those cases.

v2: Fix style mistake (unneeded brackets) in patch 3/4
====================

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