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)
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>

Trivial merge