datapath: Disable large receive offload.
[openvswitch] / datapath / linux-2.6 / Modules.mk
index 8d2f969661503156a0633603b6a01bde59de637c..820d09b65b53e7cd8e55a19e904e86002d5ee0ce 100644 (file)
@@ -1,6 +1,8 @@
 openvswitch_sources += \
+       linux-2.6/compat-2.6/dev-openvswitch.c \
        linux-2.6/compat-2.6/genetlink-openvswitch.c \
-       linux-2.6/compat-2.6/random32.c
+       linux-2.6/compat-2.6/random32.c \
+       linux-2.6/compat-2.6/skbuff-openvswitch.c
 openvswitch_headers += \
        linux-2.6/compat-2.6/compat26.h \
        linux-2.6/compat-2.6/include/asm-generic/bug.h \
@@ -51,7 +53,9 @@ veth_headers =
 dist_modules += ip_gre
 build_modules += $(if $(BUILD_GRE),ip_gre)
 ip_gre_sources = \
+       linux-2.6/compat-2.6/dev-ip_gre.c \
        linux-2.6/compat-2.6/ip_gre.c \
+       linux-2.6/compat-2.6/ip_output-ip_gre.c \
        linux-2.6/compat-2.6/net_namespace-ip_gre.c
 ip_gre_headers = \
        linux-2.6/compat-2.6/compat26.h \
@@ -66,6 +70,7 @@ ip_gre_headers = \
        linux-2.6/compat-2.6/include/linux/tcp.h \
        linux-2.6/compat-2.6/include/linux/types.h \
        linux-2.6/compat-2.6/include/net/dst.h \
+       linux-2.6/compat-2.6/include/net/ip.h \
        linux-2.6/compat-2.6/include/net/ipip.h \
        linux-2.6/compat-2.6/include/net/netns/generic.h \
        linux-2.6/compat-2.6/include/net/net_namespace.h \