]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
vlan: introduce *vlan_hwaccel_push_inside helpers
authorJiri Pirko <jiri@resnulli.us>
Wed, 19 Nov 2014 13:04:59 +0000 (14:04 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Mon, 27 Apr 2015 20:48:34 +0000 (16:48 -0400)
commita67e2e88342accd49587d9bad72f6dabd7673f7c
tree00749cb39b448bc725224e0a1f11d5d45fc1a2cf
parentd329729a26406301996d4ae63b3d7d489bd2f361
vlan: introduce *vlan_hwaccel_push_inside helpers

[ Upstream commit 5968250c868ceee680aa77395b24e6ddcae17d36 ]

Use them to push skb->vlan_tci into the payload and avoid code
duplication.

Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
drivers/net/vxlan.c
include/linux/if_vlan.h
net/core/dev.c
net/core/netpoll.c
net/ipv4/geneve.c
net/openvswitch/datapath.c
net/openvswitch/vport-gre.c