From: Wang Chen Date: Mon, 3 Dec 2007 11:33:28 +0000 (+1100) Subject: [UDP]: Defer InDataGrams increment until recvmsg() does checksum X-Git-Tag: v2.6.25-rc1~1162^2~1275 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb75994ec311b2cd50e5205efdcc0696abd6675d;p=pandora-kernel.git [UDP]: Defer InDataGrams increment until recvmsg() does checksum Thanks dave, herbert, gerrit, andi and other people for your discussion about this problem. UdpInDatagrams can be confusing because it counts packets that might be dropped later. Move UdpInDatagrams into recvmsg() as allowed by the RFC. Signed-off-by: Wang Chen Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed