]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: Use correct data types for ICMPv6 type and code
authorBrian Haley <brian.haley@hp.com>
Tue, 23 Jun 2009 11:31:07 +0000 (04:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jun 2009 11:31:07 +0000 (04:31 -0700)
commit3f50f2a2953cdf6649e8512ebcf906e65d637942
treee4ebdb5d6c4b1ddc16f83e701e3e6038c379a497
parent5828a08516b9380cb6b09a4eb276f621ee55d95e
ipv6: Use correct data types for ICMPv6 type and code

Change all the code that deals directly with ICMPv6 type and code
values to use u8 instead of a signed int as that's the actual data
type.

Signed-off-by: Brian Haley <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
20 files changed:
include/linux/icmpv6.h
include/net/protocol.h
include/net/rawv6.h
include/net/xfrm.h
net/dccp/ipv6.c
net/ipv6/ah6.c
net/ipv6/esp6.c
net/ipv6/icmp.c
net/ipv6/ip6_tunnel.c
net/ipv6/ipcomp6.c
net/ipv6/mip6.c
net/ipv6/raw.c
net/ipv6/route.c
net/ipv6/tcp_ipv6.c
net/ipv6/tunnel6.c
net/ipv6/udp.c
net/ipv6/udp_impl.h
net/ipv6/udplite.c
net/ipv6/xfrm6_tunnel.c
net/sctp/ipv6.c