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:
b7394d2
)
ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library
author
Cong Wang
<amwang@redhat.com>
Mon, 7 Jan 2013 20:52:40 +0000
(20:52 +0000)
committer
David S. Miller
<davem@davemloft.net>
Wed, 9 Jan 2013 01:56:10 +0000
(17:56 -0800)
As suggested by David, udp6_csum_init() is too big to be inlined,
move it to ipv6 static library, net/ipv6/ip6_checksum.c.
And the generic csum_ipv6_magic() too.
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <amwang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found