]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-Use-__vlan_hwaccel_-helpers'
authorDavid S. Miller <davem@davemloft.net>
Fri, 9 Nov 2018 04:45:05 +0000 (20:45 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Nov 2018 04:45:05 +0000 (20:45 -0800)
commit6e058a7bbbce2e077b41e8a1f760383a2ee2137d
tree8b45031c4091f5aff89bec23afc545d4652b89f4
parent0f327e653910c3872ce9b8992a9849a06cfdef7f
parentfb05c69d3c7b38bb58a3027e97e0029168da21a8
Merge branch 'net-Use-__vlan_hwaccel_-helpers'

Michał Mirosław says:

====================
net: Use __vlan_hwaccel_*() helpers

This series removes from networking core and driver code an assumption
about how VLAN tag presence is stored in an skb. This will allow to free
up overloading of VLAN.CFI bit to incidate tag's presence.
====================

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