commit | 527a150fb2292a59ca0545dace8d482581253532 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki / 吉藤英明 <yoshfuji@linux-ipv6.org> | Mon Jan 21 06:48:39 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 21 13:33:16 2013 -0500 |
tree | aacc2e11dd66402416e5fce19d11bd356955971d | |
parent | af9a997629488ba5f92dc3d76e1ec51fcd759c5d [diff] |
ndisc: Defer building IPv6 header. Build ICMPv6 message first and make buffer management easier; we can use skb->len when filling checksum in ICMPv6 header, and then build IP header with length field. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: David S. Miller <davem@davemloft.net>