]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge branch 'mlxsw-gre-fixes'
authorDavid S. Miller <davem@davemloft.net>
Mon, 2 Oct 2017 18:18:57 +0000 (11:18 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 2 Oct 2017 18:18:57 +0000 (11:18 -0700)
commit4ee4553e861a2a7c4f5b045d9453729d837d4a7d
tree5a35ef01e5f5b751ad9a37d2a8334936670c0228
parent81359617f1b783a01e6e22b46cbb046e9513b9c6
parentde0f43c01a4b5d408a5c087c8a92ac1739938f8b
Merge branch 'mlxsw-gre-fixes'

Jiri Pirko says:

====================
mlxsw: Fixes in GRE offloading

Petr says:

This patchset fixes a couple unrelated problems in offloading IP-in-IP tunnels
in mlxsw driver.

- The first patch fixes a potential reference-counting problem that might lead
  to a kernel crash.

- The second patch associates IPIP next hops with their loopback RIFs. Besides
  being the right thing to do, it also fixes a problem where offloaded IPv6
  routes that forward to IP-in-IP netdevices were not flagged as such.
====================

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