]> err.no Git - linux-2.6/commit
[IPV6]: Need to use pskb_trim_rcsum().
authorStephen Hemminger <shemminger@osdl.org>
Thu, 8 Sep 2005 19:57:43 +0000 (12:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Sep 2005 19:57:43 +0000 (12:57 -0700)
commit42ca89c18b75e1c4c3b02aa5589ad3aa916909a8
treea3052c4ffdfa8451a182c49837a92054f5688672
parente50ef933e649a2b43aa10c8a60c491543b8b4c02
[IPV6]: Need to use pskb_trim_rcsum().

Fix pskb_trim usage in ipv6. Only the udp one is really
a bug, other places are just doing equivalent code.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/exthdrs.c
net/ipv6/reassembly.c
net/ipv6/udp.c