]> 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)
commit177da13904096a015867acc83688e8e6a124532f
tree4cc5c63ae28bf81bd39d619be5e5449f03574ccf
parent1e51327f63e623780528ef6e9c61ed3900d6f0fa
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