]> git.baikalelectronics.ru Git - kernel.git/commit
net: skbuff: Export __skb_vlan_pop
authorShmulik Ladkani <shmulik.ladkani@gmail.com>
Mon, 19 Sep 2016 16:11:09 +0000 (19:11 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Sep 2016 05:34:20 +0000 (01:34 -0400)
commitf7a0dd9ccb2f0d8b05e837404942417f548e6ea2
tree4cc5c63ae28bf81bd39d619be5e5449f03574ccf
parent1d8b9106068f68545f0e363615e266575974e571
net: skbuff: Export __skb_vlan_pop

This exports the functionality of extracting the tag from the payload,
without moving next vlan tag into hw accel tag.

Signed-off-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/skbuff.c