]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'Remove-VLAN-CFI-overload'
authorDavid S. Miller <davem@davemloft.net>
Sat, 17 Nov 2018 03:25:29 +0000 (19:25 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Nov 2018 03:25:29 +0000 (19:25 -0800)
commitdfdbbc9b78c8bceecc28cd2999f6f3a6c70e8859
tree83c96b0c5bbf7c311fcee1ee1949c253d093fe57
parent6da3850d435c8fa0de5ba5c5807f19fa9ff1f310
parent5903ca0cfcb6681d49906138abf423d67fad499f
Merge branch 'Remove-VLAN-CFI-overload'

Michał Mirosław says:

====================
Remove VLAN.CFI overload

Fix BPF code/JITs to allow for separate VLAN_PRESENT flag
storage and finally move the flag to separate storage in skbuff.

This is final step to make CLAN.CFI transparent to core Linux
networking stack.

An #ifdef is introduced temporarily to mark fragments masking
VLAN_TAG_PRESENT. This is removed altogether in the final patch.
====================

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