Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-08 | ipv6: move csum_ipv6_magic() and udp6_csum_init() into static library | Cong Wang | |
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> |