Eric Dumazet 22911fc581 net: skb_free_datagram_locked() doesnt drop all packets
dropwatch wrongly diagnose all received UDP packets as drops.

This patch removes trace_kfree_skb() done in skb_free_datagram_locked().

Locations calling skb_free_datagram_locked() should do it on their own.

As a result, drops are accounted on the right function.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-06-27 15:40:57 -07:00
..
2012-04-02 04:33:44 -04:00
2012-06-08 22:20:58 -07:00
2012-04-02 04:33:44 -04:00
2012-05-17 05:00:04 -04:00
2012-06-05 15:32:15 -04:00
2010-11-28 18:24:14 -08:00
2012-06-13 15:57:31 -07:00
2012-03-28 18:30:03 +01:00
2012-01-17 10:31:12 -05:00
2012-06-19 21:22:05 -07:00