From: David S. Miller Date: Sat, 17 Nov 2018 03:25:29 +0000 (-0800) Subject: Merge branch 'Remove-VLAN-CFI-overload' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6551971ea8fef40d4f047621b193e9c2e7f529e8;p=linux.git 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 --- 6551971ea8fef40d4f047621b193e9c2e7f529e8