net: add a core netdev->rx_dropped counter
[pandora-kernel.git] / net / ipv4 / ipip.c
index 6ad46c2..e9b816e 100644 (file)
@@ -414,8 +414,7 @@ static int ipip_rcv(struct sk_buff *skb)
 
                ipip_ecn_decapsulate(iph, skb);
 
-               if (netif_rx(skb) == NET_RX_DROP)
-                       tunnel->dev->stats.rx_dropped++;
+               netif_rx(skb);
 
                rcu_read_unlock();
                return 0;