diff options
author | Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk> | 2016-11-21 18:18:47 +0000 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-11-29 21:12:08 +0100 |
commit | 102cb4742c14f78bf86b7d77c568c205f0d99d85 (patch) | |
tree | 3d7496977238f054a0b50416a299fdfcf1feb55d /target/linux/generic/patches-4.4/072-0003-bgmac-Maintain-some-netdev-statistics.patch | |
parent | 882f4d2d63272abce8c1966983aa10178e2e971f (diff) | |
download | upstream-102cb4742c14f78bf86b7d77c568c205f0d99d85.tar.gz upstream-102cb4742c14f78bf86b7d77c568c205f0d99d85.tar.bz2 upstream-102cb4742c14f78bf86b7d77c568c205f0d99d85.zip |
kernel: bump to 4.4.35
Refresh patches on all 4.4 supported platforms.
077-0005-bgmac-stop-clearing-DMA-receive-control-register-rig.patch
removed as now upstream.
Compile & 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/072-0003-bgmac-Maintain-some-netdev-statistics.patch')
-rw-r--r-- | target/linux/generic/patches-4.4/072-0003-bgmac-Maintain-some-netdev-statistics.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/generic/patches-4.4/072-0003-bgmac-Maintain-some-netdev-statistics.patch b/target/linux/generic/patches-4.4/072-0003-bgmac-Maintain-some-netdev-statistics.patch index 17a7ce060c..322851d026 100644 --- a/target/linux/generic/patches-4.4/072-0003-bgmac-Maintain-some-netdev-statistics.patch +++ b/target/linux/generic/patches-4.4/072-0003-bgmac-Maintain-some-netdev-statistics.patch @@ -32,7 +32,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> bytes_compl += slot->skb->len; pkts_compl++; -@@ -464,6 +468,7 @@ static int bgmac_dma_rx_read(struct bgma +@@ -467,6 +471,7 @@ static int bgmac_dma_rx_read(struct bgma bgmac_err(bgmac, "Found poisoned packet at slot %d, DMA issue!\n", ring->start); put_page(virt_to_head_page(buf)); @@ -40,7 +40,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> break; } -@@ -471,6 +476,8 @@ static int bgmac_dma_rx_read(struct bgma +@@ -474,6 +479,8 @@ static int bgmac_dma_rx_read(struct bgma bgmac_err(bgmac, "Found oversized packet at slot %d, DMA issue!\n", ring->start); put_page(virt_to_head_page(buf)); @@ -49,7 +49,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> break; } -@@ -481,6 +488,7 @@ static int bgmac_dma_rx_read(struct bgma +@@ -484,6 +491,7 @@ static int bgmac_dma_rx_read(struct bgma if (unlikely(!skb)) { bgmac_err(bgmac, "build_skb failed\n"); put_page(virt_to_head_page(buf)); @@ -57,7 +57,7 @@ Signed-off-by: David S. Miller <davem@davemloft.net> break; } skb_put(skb, BGMAC_RX_FRAME_OFFSET + -@@ -490,6 +498,8 @@ static int bgmac_dma_rx_read(struct bgma +@@ -493,6 +501,8 @@ static int bgmac_dma_rx_read(struct bgma skb_checksum_none_assert(skb); skb->protocol = eth_type_trans(skb, bgmac->net_dev); |