Merge branch 'act_tunnel_key-support-key-less-tunnels'
authorDavid S. Miller <davem@davemloft.net>
Wed, 5 Dec 2018 04:53:38 +0000 (20:53 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Dec 2018 04:53:38 +0000 (20:53 -0800)
commit4dc88ce6725a812649188f628fd788417c3312c4
tree7aec40872e97462a29f78bd46dec8e7ee01e0eb4
parentd1ecf8a660fafd023f2e5792107381de6fb34357
parent1c25324caf8292573b2b519fa4957baefd0c9657
Merge branch 'act_tunnel_key-support-key-less-tunnels'

Or Gerlitz says:

====================
net/sched: act_tunnel_key: support key-less tunnels

This short series from Adi Nissim allows to support key-less tunnels
by the tc tunnel key actions, which is needed for some GRE use-cases.

changes from V0:
 - addresses build warning spotted by kbuild, make sure to always init
   to zero the tunnel key
====================

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