Merge branch 'mlxsw-Various-fixes'
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Dec 2018 21:31:09 +0000 (13:31 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Dec 2018 21:31:09 +0000 (13:31 -0800)
commitcd9d1a2332b01b043935c0ec9bb675effb67aac9
treece4e0cec2dc35dc184900f8c6bbf378c71cdbd89
parentebaf39e6032faf77218220707fc3fa22487784e0
parent993107fea5eefdfdfde1ca38d3f01f0bebf76e77
Merge branch 'mlxsw-Various-fixes'

Ido Schimmel says:

====================
mlxsw: Various fixes

Patches #1 and #2 fix two VxLAN related issues. The first patch removes
warnings that can currently be triggered from user space. Second patch
avoids leaking a FID in an error path.

Patch #3 fixes a too strict check that causes certain host routes not to
be promoted to perform GRE decapsulation in hardware.

Last patch avoids a use-after-free when deleting a VLAN device via an
ioctl when it is enslaved to a bridge. I have a patchset for net-next
that reworks this code and makes the driver more robust.
====================

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