1. 21 3月, 2006 1 次提交
  2. 03 2月, 2006 1 次提交
  3. 31 1月, 2006 2 次提交
  4. 18 1月, 2006 8 次提交
  5. 14 1月, 2006 1 次提交
    • J
      [NET]: Use NIP6_FMT in kernel.h · 46b86a2d
      Joe Perches 提交于
      There are errors and inconsistency in the display of NIP6 strings.
      	ie: net/ipv6/ip6_flowlabel.c
      
      There are errors and inconsistency in the display of NIPQUAD strings too.
      	ie: net/netfilter/nf_conntrack_ftp.c
      
      This patch:
      	adds NIP6_FMT to kernel.h
      	changes all code to use NIP6_FMT
      	fixes net/ipv6/ip6_flowlabel.c
      	adds NIPQUAD_FMT to kernel.h
      	fixes net/netfilter/nf_conntrack_ftp.c
      	changes a few uses of "%u.%u.%u.%u" to NIPQUAD_FMT for symmetry to NIP6_FMT
      Signed-off-by: NJoe Perches <joe@perches.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      46b86a2d
  6. 12 1月, 2006 2 次提交
  7. 10 1月, 2006 1 次提交
  8. 08 1月, 2006 2 次提交
  9. 04 1月, 2006 4 次提交
  10. 20 12月, 2005 1 次提交
  11. 16 12月, 2005 1 次提交
  12. 03 12月, 2005 2 次提交
  13. 12 11月, 2005 3 次提交
  14. 09 11月, 2005 1 次提交
  15. 29 10月, 2005 4 次提交
  16. 26 10月, 2005 1 次提交
  17. 09 10月, 2005 1 次提交
  18. 07 10月, 2005 1 次提交
  19. 04 10月, 2005 1 次提交
    • H
      [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl · e5ed6399
      Herbert Xu 提交于
      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: NHerbert Xu <herbert@gondor.apana.org.au>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e5ed6399
  20. 23 9月, 2005 1 次提交
  21. 06 9月, 2005 1 次提交