diff options
author | David S. Miller <davem@davemloft.net> | 2013-11-04 16:25:04 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-04 16:25:04 -0500 |
commit | 6fcf018ae4491dc11b080892fa9f3dbd928fdbb9 (patch) | |
tree | f28592676e295183581d59149fd1eac913b229a2 /net/openvswitch/vport-vxlan.c | |
parent | 5a6e55c461db3364aa5be919101db972bc859133 (diff) | |
parent | 8ddd094675cfd453fc9838caa46ea108a4107183 (diff) | |
download | talos-obmc-linux-6fcf018ae4491dc11b080892fa9f3dbd928fdbb9.tar.gz talos-obmc-linux-6fcf018ae4491dc11b080892fa9f3dbd928fdbb9.zip |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch
Jesse Gross says:
====================
Open vSwitch
A set of updates for net-next/3.13. Major changes are:
* Restructure flow handling code to be more logically organized and
easier to read.
* Rehashing of the flow table is moved from a workqueue to flow
installation time. Before, heavy load could block the workqueue for
excessive periods of time.
* Additional debugging information is provided to help diagnose megaflows.
* It's now possible to match on TCP flags.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/openvswitch/vport-vxlan.c')
-rw-r--r-- | net/openvswitch/vport-vxlan.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openvswitch/vport-vxlan.c b/net/openvswitch/vport-vxlan.c index 56e22b74cf96..e797a50ac2be 100644 --- a/net/openvswitch/vport-vxlan.c +++ b/net/openvswitch/vport-vxlan.c @@ -29,7 +29,6 @@ #include <net/ip.h> #include <net/udp.h> #include <net/ip_tunnels.h> -#include <net/udp.h> #include <net/rtnetlink.h> #include <net/route.h> #include <net/dsfield.h> |