aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/721-phy_packets.patch
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2017-02-20 14:45:59 +0100
committerJo-Philipp Wich <jo@mein.io>2017-02-20 16:02:54 +0100
commit06f3b919021f3cf55cc4e1aa22650089dc2ab903 (patch)
tree3f9bbae511dec7decb3a129b73e72d1dd5ee70dc /target/linux/generic/patches-4.4/721-phy_packets.patch
parent56121140907626fbbdb18a8cd7e99677763a3d6e (diff)
downloadupstream-06f3b919021f3cf55cc4e1aa22650089dc2ab903.tar.gz
upstream-06f3b919021f3cf55cc4e1aa22650089dc2ab903.tar.bz2
upstream-06f3b919021f3cf55cc4e1aa22650089dc2ab903.zip
kernel: update kernel 4.4 to version 4.4.50
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/generic/patches-4.4/721-phy_packets.patch')
-rw-r--r--target/linux/generic/patches-4.4/721-phy_packets.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/generic/patches-4.4/721-phy_packets.patch b/target/linux/generic/patches-4.4/721-phy_packets.patch
index 7f288f884c..8333dcca8f 100644
--- a/target/linux/generic/patches-4.4/721-phy_packets.patch
+++ b/target/linux/generic/patches-4.4/721-phy_packets.patch
@@ -16,7 +16,7 @@
/**
* struct net_device - The DEVICE structure.
-@@ -1602,6 +1604,11 @@ struct net_device {
+@@ -1603,6 +1605,11 @@ struct net_device {
const struct l3mdev_ops *l3mdev_ops;
#endif
@@ -28,7 +28,7 @@
const struct header_ops *header_ops;
unsigned int flags;
-@@ -1668,6 +1675,10 @@ struct net_device {
+@@ -1670,6 +1677,10 @@ struct net_device {
struct mpls_dev __rcu *mpls_ptr;
#endif
@@ -86,7 +86,7 @@
help
--- a/net/core/dev.c
+++ b/net/core/dev.c
-@@ -2713,10 +2713,20 @@ static int xmit_one(struct sk_buff *skb,
+@@ -2708,10 +2708,20 @@ static int xmit_one(struct sk_buff *skb,
if (!list_empty(&ptype_all) || !list_empty(&dev->ptype_all))
dev_queue_xmit_nit(skb, dev);