diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2016-09-01 12:33:46 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2016-09-01 12:33:46 -0400 |
commit | 0cb7bf61b1e9f05027de58c80f9b46a714d24e35 (patch) | |
tree | 41fb55cf62d07b425122f9a8b96412c0d8eb99c5 /net/ipv6/ip6_gre.c | |
parent | aa877175e7a9982233ed8f10cb4bfddd78d82741 (diff) | |
parent | 3eab887a55424fc2c27553b7bfe32330df83f7b8 (diff) |
Merge branch 'linus' into smp/hotplug
Apply upstream changes to avoid conflicts with pending patches.
Diffstat (limited to 'net/ipv6/ip6_gre.c')
-rw-r--r-- | net/ipv6/ip6_gre.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/ipv6/ip6_gre.c b/net/ipv6/ip6_gre.c index 776d145113e1..704274cbd495 100644 --- a/net/ipv6/ip6_gre.c +++ b/net/ipv6/ip6_gre.c | |||
@@ -519,8 +519,6 @@ static netdev_tx_t __gre6_xmit(struct sk_buff *skb, | |||
519 | gre_build_header(skb, tunnel->tun_hlen, tunnel->parms.o_flags, | 519 | gre_build_header(skb, tunnel->tun_hlen, tunnel->parms.o_flags, |
520 | protocol, tunnel->parms.o_key, htonl(tunnel->o_seqno)); | 520 | protocol, tunnel->parms.o_key, htonl(tunnel->o_seqno)); |
521 | 521 | ||
522 | skb_set_inner_protocol(skb, protocol); | ||
523 | |||
524 | return ip6_tnl_xmit(skb, dev, dsfield, fl6, encap_limit, pmtu, | 522 | return ip6_tnl_xmit(skb, dev, dsfield, fl6, encap_limit, pmtu, |
525 | NEXTHDR_GRE); | 523 | NEXTHDR_GRE); |
526 | } | 524 | } |