projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5978f8a
)
ipv4/tunnel: use __vlan_hwaccel helpers
author
Michał Mirosław
<mirq-linux@rere.qmqm.pl>
Thu, 8 Nov 2018 23:18:04 +0000
(
00:18
+0100)
committer
David S. Miller
<davem@davemloft.net>
Fri, 9 Nov 2018 04:45:04 +0000
(20:45 -0800)
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_tunnel_core.c
patch
|
blob
|
history
diff --git
a/net/ipv4/ip_tunnel_core.c
b/net/ipv4/ip_tunnel_core.c
index
dde671e
..
f45b96d
100644
(file)
--- a/
net/ipv4/ip_tunnel_core.c
+++ b/
net/ipv4/ip_tunnel_core.c
@@
-120,7
+120,7
@@
int __iptunnel_pull_header(struct sk_buff *skb, int hdr_len,
}
skb_clear_hash_if_not_l4(skb);
-
skb->vlan_tci = 0
;
+
__vlan_hwaccel_clear_tag(skb)
;
skb_set_queue_mapping(skb, 0);
skb_scrub_packet(skb, xnet);