diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2017-02-19 10:48:39 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-02-23 10:40:21 +0100 |
commit | 91a65f6c88aaf3155409f10ff6e8d55386ab13a0 (patch) | |
tree | 0e909d6f59e2588c7a3750f76da68013bc70a16f /target/linux/generic/patches-4.4/721-phy_packets.patch | |
parent | 9e4555f58dd2879bc5ddd43822cbc556bbb2e39c (diff) | |
download | upstream-91a65f6c88aaf3155409f10ff6e8d55386ab13a0.tar.gz upstream-91a65f6c88aaf3155409f10ff6e8d55386ab13a0.tar.bz2 upstream-91a65f6c88aaf3155409f10ff6e8d55386ab13a0.zip |
kernel: update kernel 4.4 to 4.4.50
Bump kernel from 4.4.49 to 4.4.50
Compile tested: All targets
Run tested: ar71xx Archer C7 v2
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
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.patch | 6 |
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); |