aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2012-09-21 05:38:16 +0000
committerImre Kaloz <kaloz@openwrt.org>2012-09-21 05:38:16 +0000
commita74cf6f9a88d247d3ad5bef038ff37f13c86dd92 (patch)
tree8e09cb1142d7b03638942a9e5031015fc9096236 /target
parent15159604d978ec6cfb34d9467c823e46f243e871 (diff)
downloadupstream-a74cf6f9a88d247d3ad5bef038ff37f13c86dd92.tar.gz
upstream-a74cf6f9a88d247d3ad5bef038ff37f13c86dd92.tar.bz2
upstream-a74cf6f9a88d247d3ad5bef038ff37f13c86dd92.zip
refresh patches
SVN-Revision: 33501
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/patches-3.3/049-codel-refine-one-condition-to-avoid-a-nul-rec_inv_sqrt.patch6
-rw-r--r--target/linux/generic/patches-3.3/140-ixp4xx_hss_module_h_include.patch5
2 files changed, 2 insertions, 9 deletions
diff --git a/target/linux/generic/patches-3.3/049-codel-refine-one-condition-to-avoid-a-nul-rec_inv_sqrt.patch b/target/linux/generic/patches-3.3/049-codel-refine-one-condition-to-avoid-a-nul-rec_inv_sqrt.patch
index 210a58c6a7..2fc9575703 100644
--- a/target/linux/generic/patches-3.3/049-codel-refine-one-condition-to-avoid-a-nul-rec_inv_sqrt.patch
+++ b/target/linux/generic/patches-3.3/049-codel-refine-one-condition-to-avoid-a-nul-rec_inv_sqrt.patch
@@ -39,11 +39,9 @@ To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
-diff --git a/include/net/codel.h b/include/net/codel.h
-index 550debf..389cf62 100644
--- a/include/net/codel.h
+++ b/include/net/codel.h
-@@ -305,6 +305,8 @@ static struct sk_buff *codel_dequeue(struct Qdisc *sch,
+@@ -305,6 +305,8 @@ static struct sk_buff *codel_dequeue(str
}
}
} else if (drop) {
@@ -52,7 +50,7 @@ index 550debf..389cf62 100644
if (params->ecn && INET_ECN_set_ce(skb)) {
stats->ecn_mark++;
} else {
-@@ -320,9 +322,11 @@ static struct sk_buff *codel_dequeue(struct Qdisc *sch,
+@@ -320,9 +322,11 @@ static struct sk_buff *codel_dequeue(str
* assume that the drop rate that controlled the queue on the
* last cycle is a good starting point to control it now.
*/
diff --git a/target/linux/generic/patches-3.3/140-ixp4xx_hss_module_h_include.patch b/target/linux/generic/patches-3.3/140-ixp4xx_hss_module_h_include.patch
index b2172599b1..94acf37803 100644
--- a/target/linux/generic/patches-3.3/140-ixp4xx_hss_module_h_include.patch
+++ b/target/linux/generic/patches-3.3/140-ixp4xx_hss_module_h_include.patch
@@ -27,8 +27,6 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
drivers/net/wan/ixp4xx_hss.c | 1 +
1 file changed, 1 insertion(+)
-diff --git a/drivers/net/wan/ixp4xx_hss.c b/drivers/net/wan/ixp4xx_hss.c
-index aaaca9a..3f575af 100644
--- a/drivers/net/wan/ixp4xx_hss.c
+++ b/drivers/net/wan/ixp4xx_hss.c
@@ -10,6 +10,7 @@
@@ -39,6 +37,3 @@ index aaaca9a..3f575af 100644
#include <linux/bitops.h>
#include <linux/cdev.h>
#include <linux/dma-mapping.h>
---
-1.7.9.5
-