summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.30/150-netfilter_imq.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2009-05-18 13:08:46 +0000
committerImre Kaloz <kaloz@openwrt.org>2009-05-18 13:08:46 +0000
commit9db4496e781c6b6a08cfb804607bb49cdc757457 (patch)
tree447c45d65e6267ee3efc9e2e623448adf3f17646 /target/linux/generic-2.6/patches-2.6.30/150-netfilter_imq.patch
parentce87c61ae982e6e82b500c4990f3ce018526b322 (diff)
downloadmaster-31e0f0ae-9db4496e781c6b6a08cfb804607bb49cdc757457.tar.gz
master-31e0f0ae-9db4496e781c6b6a08cfb804607bb49cdc757457.tar.bz2
master-31e0f0ae-9db4496e781c6b6a08cfb804607bb49cdc757457.zip
upgrade to 2.6.30-rc6, refresh patches
SVN-Revision: 15912
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.30/150-netfilter_imq.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.30/150-netfilter_imq.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.30/150-netfilter_imq.patch b/target/linux/generic-2.6/patches-2.6.30/150-netfilter_imq.patch
index 8424a7afca..3bd7a8fbb6 100644
--- a/target/linux/generic-2.6/patches-2.6.30/150-netfilter_imq.patch
+++ b/target/linux/generic-2.6/patches-2.6.30/150-netfilter_imq.patch
@@ -1023,7 +1023,7 @@
#if defined(CONFIG_NF_CONNTRACK) || defined(CONFIG_NF_CONNTRACK_MODULE)
nf_conntrack_put(skb->nfct);
nf_conntrack_put_reasm(skb->nfct_reasm);
-@@ -524,6 +610,9 @@ static void __copy_skb_header(struct sk_
+@@ -526,6 +612,9 @@ static void __copy_skb_header(struct sk_
new->sp = secpath_get(old->sp);
#endif
memcpy(new->cb, old->cb, sizeof(old->cb));
@@ -1033,7 +1033,7 @@
new->csum_start = old->csum_start;
new->csum_offset = old->csum_offset;
new->local_df = old->local_df;
-@@ -2767,6 +2856,13 @@ void __init skb_init(void)
+@@ -2769,6 +2858,13 @@ void __init skb_init(void)
0,
SLAB_HWCACHE_ALIGN|SLAB_PANIC,
NULL);