OSDN Git Service

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)
commit7025abb2e447b4a24b6c1f06dfdd403bc9fb3c09
tree22a3cd656c777c84df14b05f5fc9f68ce6873de0
parent1295e2cf3065a55f35d112e4dfeb2c7322823249
parent295d072a42fe1a654e765fffcaadb2f08a692dd0
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>