]> Pileus Git - ~andy/linux/commit
ipv4: be friend with drop monitor
authorEric Dumazet <edumazet@google.com>
Sun, 19 Jan 2014 02:27:49 +0000 (18:27 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Jan 2014 07:08:02 +0000 (23:08 -0800)
commit3acfa1e73c2a2cbf1fda7aef0c6c2c9281ce9db2
treefe1408f38e919765475eff46fdd357be1e374f9f
parent342dfc306fb32155314dad277f3c3686b83fb9f1
ipv4: be friend with drop monitor

Replace some dev_kfree_skb() with kfree_skb() calls when
we drop one skb, this might help bug tracking.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_gre.c
net/ipv4/ip_tunnel.c
net/ipv4/ip_vti.c
net/ipv4/ipip.c