An error occurred fetching the project authors.
  1. 27 Jun, 2003 1 commit
  2. 25 Jun, 2003 1 commit
  3. 23 Jun, 2003 1 commit
  4. 09 Jun, 2003 2 commits
  5. 03 Jun, 2003 2 commits
  6. 28 May, 2003 1 commit
  7. 22 May, 2003 2 commits
  8. 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
  9. 17 May, 2003 2 commits
  10. 15 May, 2003 1 commit
  11. 13 May, 2003 1 commit
  12. 10 May, 2003 1 commit
  13. 08 May, 2003 1 commit
  14. 06 May, 2003 2 commits
  15. 05 May, 2003 1 commit
  16. 22 Apr, 2003 1 commit
  17. 17 Apr, 2003 1 commit
  18. 10 Apr, 2003 1 commit
  19. 22 Mar, 2003 1 commit
  20. 05 Mar, 2003 1 commit
  21. 02 Mar, 2003 2 commits
  22. 23 Feb, 2003 2 commits
  23. 06 Feb, 2003 1 commit
  24. 04 Nov, 2002 1 commit
    • Alexey Kuznetsov's avatar
      [IPSEC]: Bug fixes and updates. · fefd9246
      Alexey Kuznetsov authored
      - Implement IP_IPSEC_POLICY setsockopt
      - Rework input policy checks to use it
      - dst->child destruction is repaired
      - Fix tunnel mode IP header building.
      fefd9246
  25. 26 Oct, 2002 1 commit
    • Shirley Ma's avatar
      [IPV6]: Fix bugs in PMTU handling. · 41e76c56
      Shirley Ma authored
      - crash due to redundant dst_release.
      - setting expire timeout on wrong route
      - wrong mtu is selected when device mtu changed while device is down
      - not working pmtu discovery timeout on cloned routes
      - more reasonable behaviour on administrative increase of device mtu
      - Ported to 2.5.44 by Alexey N. Kuznetsov.
      41e76c56
  26. 24 Oct, 2002 2 commits
  27. 11 Oct, 2002 1 commit
  28. 02 Oct, 2002 2 commits
  29. 20 Jun, 2002 1 commit
    • Stephen Rothwell's avatar
      [PATCH] ipv6 statics · e59e6180
      Stephen Rothwell authored
      This makes some more things in the ipv6 code static.  Some of them may
      be wrong (or for futures) bu it looks pretty OK to me (and it builds).
      e59e6180