From: Eric Dumazet Date: Thu, 15 Oct 2009 03:40:11 +0000 (-0700) Subject: net: sk_drops consolidation X-Git-Tag: v2.6.33-rc1~388^2~795 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=766e9037cc139ee25ed93ee5ad11e1450c4b99f6;p=pandora-kernel.git net: sk_drops consolidation sock_queue_rcv_skb() can update sk_drops itself, removing need for callers to take care of it. This is more consistent since sock_queue_rcv_skb() also reads sk_drops when queueing a skb. This adds sk_drops managment to many protocols that not cared yet. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed