[PATCH v2 0/7] net: Support checksum in UDP tunnels
From: Tom Herbert <hidden> Date: 2014-06-02 04:00:39
This patch series adds support for using checksums in UDP tunnels. With
this it is possible that two or more checksums may be set within the
same packet and we would like to do that efficiently.
This series also creates some new helper functions to be used by various
tunnel protocol implementations.
v2: Fixed indentation in tcp_v6_send_check arguments.