netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next v2 0/6] vxlan: cleanup headers and tx path
@ 2016-02-02 17:09 Jiri Benc
  2016-02-02 17:09 ` [PATCH net-next v2 1/6] vxlan: cleanup types Jiri Benc
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Jiri Benc @ 2016-02-02 17:09 UTC (permalink / raw)
  To: netdev

This is first part of vxlan cleanup. It makes vxlan.h better organized and
removes code duplication in the tx path. There's no change in functionality.

This is in preparation for VXLAN-GPE support. Other sets will follow with
cleanup of rx path, modifications of vxlan interface setup and
cleanup/modification of fdb handling. The goal of these patchsets is to
consolidate VXLAN extension handling (right now it's scattered all around
the code) and allow vxlan to operate in L3 mode (i.e. without inner Ethernet
headers).

The full picture (all 30 patches) can be seen at:
https://github.com/jbenc/linux-vxlan/commits/master

Changelog:
v2: added patch 5/6, fixing the udp sum problem spotted by Paolo Abeni

Jiri Benc (6):
  vxlan: cleanup types
  vxlan: remove duplicated macros
  vxlan: restructure vxlan.h definitions
  vxlan: consolidate output route calculation
  vxlan: consolidate csum flag handling
  vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skb

 drivers/net/vxlan.c | 231 ++++++++++++++++------------------------------------
 include/net/vxlan.h | 115 +++++++++++++++-----------
 2 files changed, 136 insertions(+), 210 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2016-02-07 18:51 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-02 17:09 [PATCH net-next v2 0/6] vxlan: cleanup headers and tx path Jiri Benc
2016-02-02 17:09 ` [PATCH net-next v2 1/6] vxlan: cleanup types Jiri Benc
2016-02-02 17:09 ` [PATCH net-next v2 2/6] vxlan: remove duplicated macros Jiri Benc
2016-02-02 17:09 ` [PATCH net-next v2 3/6] vxlan: restructure vxlan.h definitions Jiri Benc
2016-02-02 17:09 ` [PATCH net-next v2 4/6] vxlan: consolidate output route calculation Jiri Benc
2016-02-02 17:09 ` [PATCH net-next v2 5/6] vxlan: consolidate csum flag handling Jiri Benc
2016-02-02 17:09 ` [PATCH net-next v2 6/6] vxlan: consolidate vxlan_xmit_skb and vxlan6_xmit_skb Jiri Benc
2016-02-07 18:51 ` [PATCH net-next v2 0/6] vxlan: cleanup headers and tx path David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).