From 1ba38f6100243b263fc0d147cd59e76c1ad87a61 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Sat, 13 Jan 2018 18:43:32 +0100 Subject: brcm63xx: add kernel 4.14 support Add support for kernel 4.14. Increases compressed kernel size by ~64k compared to 4.9. Signed-off-by: Jonas Gorski --- .../patches-4.14/402_bcm63xx_enet_vlan_incoming_fixed.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/brcm63xx/patches-4.14/402_bcm63xx_enet_vlan_incoming_fixed.patch (limited to 'target/linux/brcm63xx/patches-4.14/402_bcm63xx_enet_vlan_incoming_fixed.patch') diff --git a/target/linux/brcm63xx/patches-4.14/402_bcm63xx_enet_vlan_incoming_fixed.patch b/target/linux/brcm63xx/patches-4.14/402_bcm63xx_enet_vlan_incoming_fixed.patch new file mode 100644 index 0000000000..6275306975 --- /dev/null +++ b/target/linux/brcm63xx/patches-4.14/402_bcm63xx_enet_vlan_incoming_fixed.patch @@ -0,0 +1,11 @@ +--- a/drivers/net/ethernet/broadcom/bcm63xx_enet.c ++++ b/drivers/net/ethernet/broadcom/bcm63xx_enet.c +@@ -1636,7 +1636,7 @@ static int bcm_enet_change_mtu(struct ne + return -EBUSY; + + /* add ethernet header + vlan tag size */ +- actual_mtu += VLAN_ETH_HLEN; ++ actual_mtu += VLAN_ETH_HLEN + VLAN_HLEN; + + /* + * setup maximum size before we get overflow mark in -- cgit v1.2.3