]> 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)
commitf4ca4044e45e3b33cf56701f972b4943037aa0d4
tree3b6f70150be0606cf1f3679a76fd01514c036c2f
parentb5e6defc7afd413b97f12b576149ae4620dda4a4
parent346e9ed2a41376b46f1bd561f4811e3f6da1384c
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>