1. 15 Mar, 2014 7 commits
  2. 13 Mar, 2014 32 commits
  3. 12 Mar, 2014 1 commit
    • David S. Miller's avatar
      Merge branch 'dev_kfree_skb_any' · 8a83d939
      David S. Miller authored
      Eric W. Biederman says:
      
      ====================
      Using dev_kfree_skb_any for functions called in multiple contexts
      
      This patchset should be an uncontroversial set of changes to change
      dev_kfree_skb to dev_kfree_skb_any for code paths that are called in
      hard irq contexts in addition to other contexts.  netpoll is the reason
      this code gets called in multiple contexts.
      
      There is more coming but these changes are a good starting place, and
      stand on their own.
      
      Since the last round changes to the rx path have been removed netpoll
      will changed to avoid that.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      Acked-by: default avatarEric Dumazet <edumazet@google.com>
      8a83d939