Merge branch 'ip_tunnel-netlink-parms'
authorDavid S. Miller <davem@davemloft.net>
Mon, 3 Oct 2022 06:59:06 +0000 (07:59 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 3 Oct 2022 06:59:06 +0000 (07:59 +0100)
commit3735264d722c48745db6503a5af4d68289bef4c6
tree66134500901af49825f4bad848794df05a0e529b
parent42e8e6d906dabb58a0e0ea53443b0e0a0821f1d5
parentb86fca800a6a3d439c454b462f7f067a18234e60
Merge branch 'ip_tunnel-netlink-parms'

Liu Jian says:

====================
Add helper functions to parse netlink msg of ip_tunnel

v1->v2: Move the implementation of the helper function to ip_tunnel_core.c
v2->v3: Change EXPORT_SYMBOL to EXPORT_SYMBOL_GPL
====================

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