kernel: update 3.10 to 3.10.28

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 39399
This commit is contained in:
Gabor Juhos
2014-01-26 11:30:34 +00:00
parent e41e531e3b
commit a2543d72d8
47 changed files with 159 additions and 203 deletions

View File

@@ -34,7 +34,7 @@
#define IF_GET_IFACE 0x0001 /* for querying only */
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -1874,6 +1874,10 @@ static inline int pskb_trim(struct sk_bu
@@ -1879,6 +1879,10 @@ static inline int pskb_trim(struct sk_bu
return (len < skb->len) ? __pskb_trim(skb, len) : 0;
}
@@ -45,7 +45,7 @@
/**
* pskb_trim_unique - remove end from a paged unique (not cloned) buffer
* @skb: buffer to alter
@@ -1998,16 +2002,6 @@ static inline struct sk_buff *dev_alloc_
@@ -2003,16 +2007,6 @@ static inline struct sk_buff *dev_alloc_
}