kernel: update linux 3.9 to 3.9.8

Includes memory allocation fixes as well as several networking fixes.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 37103
This commit is contained in:
Jonas Gorski
2013-06-30 13:10:12 +00:00
parent 6a4e78dca6
commit 0d9f760f27
103 changed files with 196 additions and 1111 deletions

View File

@@ -49,7 +49,7 @@
int ipv6_get_lladdr(struct net_device *dev, struct in6_addr *addr,
unsigned char banned_flags)
@@ -4947,6 +4946,9 @@ int __init addrconf_init(void)
@@ -4949,6 +4948,9 @@ int __init addrconf_init(void)
ipv6_addr_label_rtnl_register();
@@ -59,7 +59,7 @@
return 0;
errout:
rtnl_af_unregister(&inet6_ops);
@@ -4965,6 +4967,9 @@ void addrconf_cleanup(void)
@@ -4967,6 +4969,9 @@ void addrconf_cleanup(void)
struct net_device *dev;
int i;