commit | 7d34fa75d3ee99a90ebb33c2917aa9152fb36a9c | [log] [tgz] |
---|---|---|
author | Jiri Benc <jbenc@redhat.com> | Mon Mar 21 17:50:05 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 21 13:32:19 2016 -0400 |
tree | dfdf5f6576e837b63836a18242d231350f89af5c | |
parent | 5692d7ea4183b8dd5a49d73d6a4436aa22929b7b [diff] |
vxlan: fix too large pskb_may_pull with remote checksum vxlan_remcsum is called after iptunnel_pull_header and thus the skb has vxlan header already pulled. Don't include vxlan header again in the calculation. Signed-off-by: Jiri Benc <jbenc@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>