diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-04-13 22:23:14 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-04-13 22:23:14 +0000 |
commit | d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1 (patch) | |
tree | add3d722fc72f04832f496eac303310600fabe23 /target/linux/generic/patches-4.0/653-disable_netlink_trim.patch | |
parent | 87f854059aa3c703a87e08649801b15c93b845e7 (diff) | |
download | mtk-20170518-d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1.zip mtk-20170518-d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1.tar.gz mtk-20170518-d0ba3bb1e24702e472eee2f3a5b7f9e4646b8ff1.tar.bz2 |
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-4.0/653-disable_netlink_trim.patch')
-rw-r--r-- | target/linux/generic/patches-4.0/653-disable_netlink_trim.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/patches-4.0/653-disable_netlink_trim.patch b/target/linux/generic/patches-4.0/653-disable_netlink_trim.patch index 68b8d58..3325462 100644 --- a/target/linux/generic/patches-4.0/653-disable_netlink_trim.patch +++ b/target/linux/generic/patches-4.0/653-disable_netlink_trim.patch @@ -1,6 +1,6 @@ --- a/net/netlink/af_netlink.c +++ b/net/netlink/af_netlink.c -@@ -1712,27 +1712,7 @@ void netlink_detachskb(struct sock *sk, +@@ -1712,27 +1712,7 @@ void netlink_detachskb(struct sock *sk, static struct sk_buff *netlink_trim(struct sk_buff *skb, gfp_t allocation) { |