All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] ip_tunnel: Refactor ip_gre collect metadata xmit to ip_md_tunnel_xmit
@ 2019-01-22  9:39 wenxu
  2019-01-22  9:39 ` [PATCH net-next 1/4] ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmit wenxu
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: wenxu @ 2019-01-22  9:39 UTC (permalink / raw)
  To: davem; +Cc: netdev

From: wenxu <wenxu@ucloud.cn>

This patchset add tunnel_dst_cache and tnl_update_pmtu feature for 
ip_md_tunnel_xmit also bugfix. Then Refactor collect metatdata mode
tunnel xmit to ip_md_tunnel_xmit

wenxu (4):
  ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmit
  ip_tunnel: Add tnl_update_pmtu in ip_md_tunnel_xmit
  ip_tunnel: Fix route fl4 init in ip_md_tunnel_xmit
  ip_gre: Refactor collect metatdata mode tunnel xmit to
    ip_md_tunnel_xmit

 include/net/ip_tunnels.h |   2 +-
 net/ipv4/ip_gre.c        | 112 ++++++++---------------------------------------
 net/ipv4/ip_tunnel.c     |  62 +++++++++++++++++++-------
 net/ipv4/ipip.c          |   2 +-
 4 files changed, 66 insertions(+), 112 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-01-22 10:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-22  9:39 [PATCH net-next 0/4] ip_tunnel: Refactor ip_gre collect metadata xmit to ip_md_tunnel_xmit wenxu
2019-01-22  9:39 ` [PATCH net-next 1/4] ip_tunnel: Add ip tunnel dst_cache in ip_md_tunnel_xmit wenxu
2019-01-22  9:39 ` [PATCH net-next 2/4] ip_tunnel: Add tnl_update_pmtu " wenxu
2019-01-22  9:39 ` [PATCH net-next 3/4] ip_tunnel: Fix route fl4 init " wenxu
2019-01-22 10:05   ` Sergei Shtylyov
2019-01-22  9:39 ` [PATCH net-next 4/4] ip_gre: Refactor collect metatdata mode tunnel xmit to ip_md_tunnel_xmit wenxu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.