]> git.ipfire.org Git - thirdparty/kernel/linux.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)
commitdd00e06d3bc3aae033e3966a3f539f4e05a6380e
tree8b45031c4091f5aff89bec23afc545d4652b89f4
parent49f8e8329c3c05e78a75112ce006c41d24eaad0d
parent3149a2711bac22a673bc4b9e99d0ace2d23e11da
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>