Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line...
authorNeil Horman <nhorman@tuxdriver.com>
Wed, 11 Mar 2009 09:49:55 +0000 (09:49 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 13 Mar 2009 19:09:28 +0000 (12:09 -0700)
commitead2ceb0ec9f85cff19c43b5cdb2f8a054484431
tree258874b824bf241698d943daa9298bb18955e451
parent4893d39e865b2897bf9fcd329697d37032d853a1
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
 include/linux/skbuff.h |    4 +++-
 net/core/datagram.c    |    2 +-
 net/core/skbuff.c      |   22 ++++++++++++++++++++++
 net/ipv4/arp.c         |    2 +-
 net/ipv4/udp.c         |    2 +-
 net/packet/af_packet.c |    2 +-
 6 files changed, 29 insertions(+), 5 deletions(-)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/datagram.c
net/core/skbuff.c
net/ipv4/arp.c
net/ipv4/udp.c
net/packet/af_packet.c