generator' content='cgit v1.2.3-54-g00ecf'/>
summaryrefslogtreecommitdiff
path: root/include/dt-bindings/clock/imx6sl-clock.h
vemloft.net>
AgeCommit message (Expand)AuthorFilesLines
2016-05-03 16:00:54 -0400
commitaf67eb9e7e1ab37880459f83153d34b3c42b0075 (patch)
tree07ad6618b99e127871db7b4c77c586730cd18fcb
parent996e802187889f1cd412e6929c9344b92ccb78c4 (diff)
vxlan: Add checksum check to the features check function
We need to perform an additional check on the inner headers to determine if we can offload the checksum for them. Previously this check didn't occur so we would generate an invalid frame in the case of an IPv6 header encapsulated inside of an IPv4 tunnel. To fix this I added a secondary check to vxlan_features_check so that we can verify that we can offload the inner checksum. Signed-off-by: Alexander Duyck <aduyck@mirantis.com> Signed-off-by: David S. Miller <davem@davemloft.net>