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)
commit8ae74abe78e3742072287317e8a2c324ea5ce7bc
tree3b6f70150be0606cf1f3679a76fd01514c036c2f
parent9ba32046fc2d19697e1a208ce81663239e78e41f
parentf10b09ef687f3134c26027d2a38a9d4cd3bb9cb7
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>