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:
2e1f47c
)
[NET]: Uninline kfree_skb and allow NULL argument
author
Jörn Engel
<joern@wohnheim.fh-wedel.de>
Tue, 21 Mar 2006 05:28:35 +0000
(21:28 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 21 Mar 2006 05:28:35 +0000
(21:28 -0800)
o Uninline kfree_skb, which saves some 15k of object code on my notebook.
o Allow kfree_skb to be called with a NULL argument.
Subsequent patches can remove conditional from drivers and further
reduce source and object size.
Signed-off-by: Jörn Engel <joern@wohnheim.fh-wedel.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found