summarylogtreecommitdiffstats
path: root/linux-4.5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux-4.5.patch')
-rw-r--r--linux-4.5.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/linux-4.5.patch b/linux-4.5.patch
new file mode 100644
index 000000000000..ad8195a2f0f5
--- /dev/null
+++ b/linux-4.5.patch
@@ -0,0 +1,13 @@
+diff --git a/src/r8168_n.c b/src/r8168_n.c
+index d197630..b47419d 100755
+--- a/src/r8168_n.c
++++ b/src/r8168_n.c
+@@ -4209,7 +4209,7 @@ static netdev_features_t rtl8168_fix_features(struct net_device *dev,
+ spin_lock_irqsave(&tp->lock, flags);
+ if (dev->mtu > ETH_DATA_LEN) {
+ features &= ~NETIF_F_ALL_TSO;
+- features &= ~NETIF_F_ALL_CSUM;
++ features &= ~NETIF_F_CSUM_MASK;
+ }
+ spin_unlock_irqrestore(&tp->lock, flags);
+