1. 26 Jan, 2007 1 commit
  2. 22 Dec, 2006 1 commit
  3. 13 Dec, 2006 2 commits
  4. 07 Dec, 2006 1 commit
  5. 03 Dec, 2006 15 commits
  6. 30 Oct, 2006 1 commit
  7. 22 Sep, 2006 3 commits
  8. 21 Jul, 2006 1 commit
  9. 18 Jun, 2006 1 commit
  10. 21 Mar, 2006 2 commits
  11. 03 Jan, 2006 2 commits
  12. 11 Nov, 2005 2 commits
  13. 08 Oct, 2005 1 commit
  14. 03 Oct, 2005 1 commit
    • Herbert Xu's avatar
      [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl · e5ed6399
      Herbert Xu authored
      
      The following patch renames __in_dev_get() to __in_dev_get_rtnl() and
      introduces __in_dev_get_rcu() to cover the second case.
      
      1) RCU with refcnt should use in_dev_get().
      2) RCU without refcnt should use __in_dev_get_rcu().
      3) All others must hold RTNL and use __in_dev_get_rtnl().
      
      There is one exception in net/ipv4/route.c which is in fact a pre-existing
      race condition.  I've marked it as such so that we remember to fix it.
      
      This patch is based on suggestions and prior work by Suzanne Wood and
      Paul McKenney.
      Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      e5ed6399
  15. 29 Aug, 2005 3 commits
  16. 11 Jul, 2005 1 commit
  17. 28 Jun, 2005 1 commit
  18. 13 Jun, 2005 1 commit