]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'mlxsw-IPv6-and-reference-counting-fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 15 Jun 2018 16:11:17 +0000 (09:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jun 2018 16:11:17 +0000 (09:11 -0700)
commit0a7d13e66349a8fb241f5fd8f47e2e705b2dbc1a
tree11ae6035343f6b1c135c39da415b04e0114c7064
parent4d7b0ee6b77960ae8345bb5eb673393eb82fb38c
parent3683020cae472c5076eb79205f55fbf90e485d02
Merge branch 'mlxsw-IPv6-and-reference-counting-fixes'

Ido Schimmel says:

====================
mlxsw: IPv6 and reference counting fixes

The first three patches fix a mismatch between the new IPv6 behavior
introduced in commit 9c346b02c450 ("net/ipv6: Simplify route replace and
appending into multipath route") and mlxsw. The patches allow the driver
to support multipathing in IPv6 overlays with GRE tunnel devices. A
selftest will be submitted when net-next opens.

The last patch fixes a reference count problem of the port_vlan struct.
I plan to simplify the code in net-next, so that reference counting is
not necessary anymore.
====================

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