aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.18/657-qdisc_reduce_truesize.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-13 22:23:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-13 22:23:14 +0000
commitd0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1 (patch)
treeadd3d722fc72f04832f496eac303310600fabe23 /target/linux/generic/patches-3.18/657-qdisc_reduce_truesize.patch
parent87f854059aa3c703a87e08649801b15c93b845e7 (diff)
downloadupstream-d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1.tar.gz
upstream-d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1.tar.bz2
upstream-d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1.zip
kernel: finally remove layer7 filter support
it has been non-functional for years and caused numerous memleaks and crashes for people that tried to enable it. it has no maintained upstream source, and it does not look like it's going to be fixed any time soon Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45423
Diffstat (limited to 'target/linux/generic/patches-3.18/657-qdisc_reduce_truesize.patch')
-rw-r--r--target/linux/generic/patches-3.18/657-qdisc_reduce_truesize.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-3.18/657-qdisc_reduce_truesize.patch b/target/linux/generic/patches-3.18/657-qdisc_reduce_truesize.patch
index 6777eecf5a..72b3dfc04d 100644
--- a/target/linux/generic/patches-3.18/657-qdisc_reduce_truesize.patch
+++ b/target/linux/generic/patches-3.18/657-qdisc_reduce_truesize.patch
@@ -24,7 +24,7 @@ commont qdiscs.
}
--- a/net/sched/sch_fifo.c
+++ b/net/sched/sch_fifo.c
-@@ -29,17 +29,21 @@ static int bfifo_enqueue(struct sk_buff
+@@ -29,17 +29,21 @@ static int bfifo_enqueue(struct sk_buff
static int pfifo_enqueue(struct sk_buff *skb, struct Qdisc *sch)
{