summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.21/999-backport_ip_hdr_and_friends.patch
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-08 19:33:57 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-02-08 19:33:57 +0000
commitb27747291f8ab78a69e16cbbf172443f940127c7 (patch)
treef3fc6001f5b20a75470276c236e0b595d3e9744e /target/linux/generic-2.6/patches-2.6.21/999-backport_ip_hdr_and_friends.patch
parenta358eec082b802867b771d3b5250cce5b23a249e (diff)
[kernel] generic-2.6/2.6.21: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14453 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.21/999-backport_ip_hdr_and_friends.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.21/999-backport_ip_hdr_and_friends.patch18
1 files changed, 6 insertions, 12 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.21/999-backport_ip_hdr_and_friends.patch b/target/linux/generic-2.6/patches-2.6.21/999-backport_ip_hdr_and_friends.patch
index bb8f4f334..9ec3b44db 100644
--- a/target/linux/generic-2.6/patches-2.6.21/999-backport_ip_hdr_and_friends.patch
+++ b/target/linux/generic-2.6/patches-2.6.21/999-backport_ip_hdr_and_friends.patch
@@ -1,7 +1,5 @@
-Index: linux-2.6.21.7/include/linux/ip.h
-===================================================================
---- linux-2.6.21.7.orig/include/linux/ip.h
-+++ linux-2.6.21.7/include/linux/ip.h
+--- a/include/linux/ip.h
++++ b/include/linux/ip.h
@@ -104,6 +104,16 @@ struct iphdr {
/*The options start here. */
};
@@ -19,10 +17,8 @@ Index: linux-2.6.21.7/include/linux/ip.h
struct ip_auth_hdr {
__u8 nexthdr;
__u8 hdrlen; /* This one is measured in 32 bit units! */
-Index: linux-2.6.21.7/include/linux/skbuff.h
-===================================================================
---- linux-2.6.21.7.orig/include/linux/skbuff.h
-+++ linux-2.6.21.7/include/linux/skbuff.h
+--- a/include/linux/skbuff.h
++++ b/include/linux/skbuff.h
@@ -966,6 +966,16 @@ static inline void skb_reserve(struct sk
skb->tail += len;
}
@@ -40,10 +36,8 @@ Index: linux-2.6.21.7/include/linux/skbuff.h
/*
* CPUs often take a performance hit when accessing unaligned memory
* locations. The actual performance hit varies, it can be small if the
-Index: linux-2.6.21.7/include/net/ip.h
-===================================================================
---- linux-2.6.21.7.orig/include/net/ip.h
-+++ linux-2.6.21.7/include/net/ip.h
+--- a/include/net/ip.h
++++ b/include/net/ip.h
@@ -43,6 +43,11 @@ struct inet_skb_parm
#define IPSKB_REROUTED 16
};