An error occurred fetching the project authors.
  1. 22 Jul, 2003 1 commit
  2. 18 Jul, 2003 1 commit
    • Alexey Kuznetsov's avatar
      [IPV6]: Fix anycast usage. · 0cc526e0
      Alexey Kuznetsov authored
      - Recognition of reserved anycasts is removed from ipv6_addr_type()
        Flag IPV6_ADDR_ANYCAST is removed as well.
      - Some meaningless noop code checking for anycast which are not
        going to happen is removed from ndisc.c
      - ipv6_unicast_destination() replaces suboptimal ipv6_chk_acast_addr()
        in data paths
      0cc526e0
  3. 12 Jul, 2003 1 commit
  4. 06 Jul, 2003 3 commits
  5. 30 Jun, 2003 1 commit
  6. 01 Jul, 2003 1 commit
  7. 11 Jun, 2003 2 commits
  8. 09 Jun, 2003 1 commit
  9. 03 Jun, 2003 2 commits
  10. 02 Jun, 2003 1 commit
  11. 26 May, 2003 1 commit
  12. 19 May, 2003 3 commits
    • Hideaki Yoshifuji's avatar
      [IPV6]: Update RFC references. · bb923b74
      Hideaki Yoshifuji authored
      bb923b74
    • David S. Miller's avatar
      [NET]: More device register/unregister fixing. · 13d6a99c
      David S. Miller authored
      Revert the rtnl_lock API change, it is totally unneeded.
      Instead we manage the todo work inside of net/core/dev.c
      
      Also, we have to move sbin hotplug invocation outside of
      the RTNL semaphore as well, both for register and unregister.
      13d6a99c
    • David S. Miller's avatar
      [NET]: Fix netdevice unregister races. · ff936f4e
      David S. Miller authored
      We had two major issues when unregistering networking devices.
      1) Even trying to run hotplug asynchronously could deadlock
         if keventd was currently trying to get the RTNL semaphore
         in order to process linkwatch events.
      2) Unregister needs to wait for the last reference to go away
         before the finalization of the unregister can execute.  This
         cannot occur under the RTNL semaphore as this is deadlock
         prone as well.
      
      The solution is to do all of this stuff after dropping the
      RTNL semaphore.  rtnl_lock, if it is about to protect a region
      of code that could unregister network devices, registers a list
      to which unregistered netdevs are attached.  At rtnl_unlock time
      this list is processed to wait for refcounts to drop to zero and
      then finalize the unregister.
      ff936f4e
  13. 17 May, 2003 1 commit
  14. 15 May, 2003 1 commit
  15. 13 May, 2003 1 commit
  16. 08 May, 2003 1 commit
  17. 28 Apr, 2003 2 commits
  18. 25 Apr, 2003 1 commit
  19. 10 Apr, 2003 1 commit
  20. 31 Mar, 2003 1 commit
  21. 24 Mar, 2003 1 commit
  22. 23 Mar, 2003 4 commits
  23. 19 Mar, 2003 2 commits
  24. 02 Mar, 2003 2 commits
  25. 23 Feb, 2003 2 commits
  26. 21 Feb, 2003 1 commit
  27. 06 Nov, 2002 1 commit