kernel: bump 4.19 to 4.19.84
[openwrt/staging/dangole.git] / target / linux / brcm2708 / patches-4.19 / 950-0134-net-lan78xx-Disable-TCP-Segmentation-Offload-TSO.patch
index 82cecbfe63d2053a7498a5c35d9af598e9fa8a38..6a403d4861176c49396baab0d0e7a7609882b287 100644 (file)
@@ -1,7 +1,7 @@
-From 0c7cd594fc9005db0f6c8dcdc751adca364d6297 Mon Sep 17 00:00:00 2001
+From 59555269e09f06ae0ded9007c4aa02fa55ce71ca Mon Sep 17 00:00:00 2001
 From: Dave Stevenson <dave.stevenson@raspberrypi.org>
 Date: Wed, 13 Jun 2018 15:21:10 +0100
-Subject: [PATCH 134/782] net: lan78xx: Disable TCP Segmentation Offload (TSO)
+Subject: [PATCH 134/806] net: lan78xx: Disable TCP Segmentation Offload (TSO)
 
 TSO seems to be having issues when packets are dropped and the
 remote end uses Selective Acknowledge (SACK) to denote that
@@ -37,7 +37,7 @@ Signed-off-by: Dave Stevenson <dave.stevenson@raspberrypi.org>
  static int lan78xx_read_reg(struct lan78xx_net *dev, u32 index, u32 *data)
  {
        u32 *buf = kmalloc(sizeof(u32), GFP_KERNEL);
-@@ -3003,8 +3012,14 @@ static int lan78xx_bind(struct lan78xx_n
+@@ -3006,8 +3015,14 @@ static int lan78xx_bind(struct lan78xx_n
        if (DEFAULT_RX_CSUM_ENABLE)
                dev->net->features |= NETIF_F_RXCSUM;