mbox series

[net-next,v3,0/2] Add helper functions to parse netlink msg of ip_tunnel

Message ID 20220929135203.235212-1-liujian56@huawei.com (mailing list archive)
Headers show
Series Add helper functions to parse netlink msg of ip_tunnel | expand

Message

liujian (CE) Sept. 29, 2022, 1:52 p.m. UTC
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

Liu Jian (2):
  net: Add helper function to parse netlink msg of ip_tunnel_encap
  net: Add helper function to parse netlink msg of ip_tunnel_parm

 include/net/ip_tunnels.h  |  6 ++++
 net/ipv4/ip_tunnel_core.c | 67 +++++++++++++++++++++++++++++++++++++++
 net/ipv4/ipip.c           | 62 ++----------------------------------
 net/ipv6/ip6_tunnel.c     | 37 ++-------------------
 net/ipv6/sit.c            | 65 ++-----------------------------------
 5 files changed, 81 insertions(+), 156 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 3, 2022, 7:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Thu, 29 Sep 2022 21:52:01 +0800 you wrote:
> 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
> 
> Liu Jian (2):
>   net: Add helper function to parse netlink msg of ip_tunnel_encap
>   net: Add helper function to parse netlink msg of ip_tunnel_parm
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] net: Add helper function to parse netlink msg of ip_tunnel_encap
    https://git.kernel.org/netdev/net-next/c/537dd2d9fb9f
  - [net-next,v3,2/2] net: Add helper function to parse netlink msg of ip_tunnel_parm
    https://git.kernel.org/netdev/net-next/c/b86fca800a6a

You are awesome, thank you!