]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita232b0b0fbb49a76637348f8fb071cb3b696ecb3
treece4e0cec2dc35dc184900f8c6bbf378c71cdbd89
parentf32f8c00710d96852c5434943cdce16be20d64cd
parent685001743d5740176d105b9daea39bd64c150f6a
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>