commit | 0afb1666fe4ed8e51083af544f00d31bc8753352 | [log] [tgz] |
---|---|---|
author | Joseph Gasparakis <joseph.gasparakis@intel.com> | Fri Dec 07 14:14:18 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Dec 09 00:20:28 2012 -0500 |
tree | e08de4fe8935c4990cfbcb328a38754ed0ccc8a4 | |
parent | d6727fe3850de741b9a64e4a7069b536e380e2c6 [diff] |
vxlan: Add capability of Rx checksum offload for inner packet This patch adds capability in vxlan to identify received checksummed inner packets and signal them to the upper layers of the stack. The driver needs to set the skb->encapsulation bit and also set the skb->ip_summed to CHECKSUM_UNNECESSARY. Signed-off-by: Joseph Gasparakis <joseph.gasparakis@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>