]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'vlan-prepare-for-removal-of-VLAN_TAG_PRESENT'
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Nov 2018 06:41:20 +0000 (22:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Nov 2018 06:41:20 +0000 (22:41 -0800)
commit3875199951bcfa4ded7b2bab6f2abd681b1554a6
tree22a3cd656c777c84df14b05f5fc9f68ce6873de0
parentfbe0be4d521b5b83cecff25d56cc73579f93db12
parent7edc0e697cf80dbcddd0b73606fdc26e86c03dd2
Merge branch 'vlan-prepare-for-removal-of-VLAN_TAG_PRESENT'

Michał Mirosław says:

====================
net/vlan: prepare for removal of VLAN_TAG_PRESENT

This is a preparatory patchset before removing the use of VLAN_TAG_PRESENT
bit in skb->vlan_tci as indication of VLAN offload. This set includes
only cleanups that allow abstracting of code testing VLAN tag presence
in drivers and networking code.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>