diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-03-03 13:58:52 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-03-03 13:58:52 +0000 |
commit | 26fbc15a86a5915b1a2c7e62737a382e3020065c (patch) | |
tree | cb36b4b8537dd22d2d73894063fd3b3be6d39b54 /target/linux/ar71xx | |
parent | da79a4c698d1609e4a015d38f84eea68cc2ef7b3 (diff) | |
download | upstream-26fbc15a86a5915b1a2c7e62737a382e3020065c.tar.gz upstream-26fbc15a86a5915b1a2c7e62737a382e3020065c.tar.bz2 upstream-26fbc15a86a5915b1a2c7e62737a382e3020065c.zip |
kernel: update linux 3.8 to 3.8.1
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 35862
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch b/target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch index 5b23b11fc6..2426e071a3 100644 --- a/target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch +++ b/target/linux/ar71xx/patches-3.8/902-unaligned_access_hacks.patch @@ -242,7 +242,7 @@ np->rxopt.bits.osrcrt)) || --- a/net/ipv6/route.c +++ b/net/ipv6/route.c -@@ -994,7 +994,7 @@ void ip6_route_input(struct sk_buff *skb +@@ -995,7 +995,7 @@ void ip6_route_input(struct sk_buff *skb .flowi6_iif = skb->dev->ifindex, .daddr = iph->daddr, .saddr = iph->saddr, @@ -467,7 +467,7 @@ #endif /* _LINUX_TYPES_H */ --- a/net/ipv4/af_inet.c +++ b/net/ipv4/af_inet.c -@@ -1391,8 +1391,8 @@ static struct sk_buff **inet_gro_receive +@@ -1396,8 +1396,8 @@ static struct sk_buff **inet_gro_receive if (unlikely(ip_fast_csum((u8 *)iph, 5))) goto out_unlock; |