aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2018-01-25 21:39:43 -0500
committerDavid S. Miller <davem@davemloft.net>2018-01-25 21:39:43 -0500
commitf8a23d849518fdc85e07e6da8cdf562e7feec5f8 (patch)
tree636d313b0c2830bcf6a5dc7217dcd331a9e58c9a /net/ipv4/udp.c
parentMerge branch 'use-tc_cls_can_offload_and_chain0-throughout-the-drivers' (diff)
parentopenvswitch: add erspan version I and II support (diff)
downloadlinux-dev-f8a23d849518fdc85e07e6da8cdf562e7feec5f8.tar.xz
linux-dev-f8a23d849518fdc85e07e6da8cdf562e7feec5f8.zip
Merge branch 'net-erspan-add-support-for-openvswitch'
William Tu says: ==================== net: erspan: add support for openvswitch The first patch refactors the erspan header definitions. Originally, the erspan fields are defined as a group into a __be16 field, and use mask and offset to access each field. This is more costly due to calling ntohs/htons and error-prone. The first patch changes it to use bitfields. The second patch creates erspan.h in UAPI and move the definition 'struct erspan_metadata' to it for later openvswitch to use. The final patch introduces the new OVS tunnel key attribute, OVS_TUNNEL_KEY_ATTR_ERSPAN_OPTS, to program both v1 and v2 erspan tunnel for openvswitch. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udp.c')
0 files changed, 0 insertions, 0 deletions