[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1406930085-26445-1-git-send-email-azhou@nicira.com>
Date: Fri, 1 Aug 2014 14:54:40 -0700
From: Andy Zhou <azhou@...ira.com>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, Andy Zhou <azhou@...ira.com>
Subject: [net-next 0/5] Add common UDP tunnel functions
This patch series add a few more UDP tunnel common functions.
Also refactor vxlan and l2tp drivers to make use of the newly
added APIs.
Andy Zhou (5):
net: Add rx-vxlan feature bit
udp: Expand UDP tunnel common APIs
net: Refactor vxlan driver to make use of common UDP tunnel functions
l2tp: Small cleanups
l2tp: refactor l2tp driver to use udp tunnel functions
Documentation/networking/netdev-features.txt | 5 +
drivers/net/ethernet/emulex/benet/be_main.c | 22 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 19 +-
drivers/net/ethernet/mellanox/mlx4/en_netdev.c | 29 ++-
drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c | 25 +-
drivers/net/vxlan.c | 275 ++++++----------------
include/linux/netdev_features.h | 4 +
include/linux/netdevice.h | 43 ++--
include/net/udp_tunnel.h | 53 +++++
include/net/vxlan.h | 23 +-
net/core/ethtool.c | 1 +
net/ipv4/udp_tunnel.c | 271 ++++++++++++++++++++-
net/l2tp/l2tp_core.c | 176 ++++++++------
net/openvswitch/vport-vxlan.c | 6 +-
14 files changed, 605 insertions(+), 347 deletions(-)
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists