1. 23 Jul, 2010 22 commits
  2. 22 Jul, 2010 10 commits
  3. 21 Jul, 2010 7 commits
  4. 20 Jul, 2010 1 commit
    • Neil Horman's avatar
      drop_monitor: convert some kfree_skb call sites to consume_skb · 70d4bf6d
      Neil Horman authored
      Convert a few calls from kfree_skb to consume_skb
      
      Noticed while I was working on dropwatch that I was detecting lots of internal
      skb drops in several places.  While some are legitimate, several were not,
      freeing skbs that were at the end of their life, rather than being discarded due
      to an error.  This patch converts those calls sites from using kfree_skb to
      consume_skb, which quiets the in-kernel drop_monitor code from detecting them as
      drops.  Tested successfully by myself
      Signed-off-by: default avatarNeil Horman <nhorman@tuxdriver.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      70d4bf6d