datapath: Account for "udp: Generic functions to set checksum"
authorJesse Gross <jesse@nicira.com>
Sat, 7 Feb 2015 03:24:32 +0000 (19:24 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 20 Feb 2015 19:00:31 +0000 (11:00 -0800)
commitbeabb775987236566e00505c849380762411b5a2
tree65bbd1d9769632eaf51d6b10dd29827b573aa90e
parent3dd9bffd29c550e1c34417ff97157a568cfd1dd7
datapath: Account for "udp: Generic functions to set checksum"

Upstream commit:
    udp: Generic functions to set checksum

    Added udp_set_csum and udp6_set_csum functions to set UDP checksums
    in packets. These are for simple UDP packets such as those that might
    be created in UDP tunnels.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Upstream: af5fcba7 ("udp: Generic functions to set checksum")
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
datapath/linux/.gitignore
datapath/linux/Modules.mk
datapath/linux/compat/include/net/udp.h
datapath/linux/compat/udp.c [new file with mode: 0644]