git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f96a8a0
)
batman-adv: avoid skb_linearise() if not needed
author
Antonio Quartulli
<ordex@autistici.org>
Fri, 16 Mar 2012 10:52:31 +0000
(11:52 +0100)
committer
Antonio Quartulli
<ordex@autistici.org>
Sun, 13 May 2012 16:24:37 +0000
(18:24 +0200)
Whenever we want to access headers only, we do not need to linearise the whole
packet. Instead we can use pskb_may_pull()
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
No differences found