An error occurred fetching the project authors.
  1. 23 Jun, 2003 1 commit
  2. 18 Jun, 2003 2 commits
  3. 11 Jun, 2003 1 commit
  4. 09 Jun, 2003 1 commit
  5. 06 Jun, 2003 1 commit
  6. 29 May, 2003 1 commit
  7. 25 May, 2003 2 commits
  8. 19 May, 2003 1 commit
    • 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. 15 May, 2003 1 commit
  10. 13 May, 2003 2 commits
  11. 12 May, 2003 3 commits
  12. 11 May, 2003 1 commit
    • Jean Tourrilhes's avatar
      [PATCH] Wireless Extension 16 · 72f70c37
      Jean Tourrilhes authored
              This patch for 2.5.68-bk11 will update Wireless Extension to
      version 16 :
              o increase bitrate and frequency number for 802.11g/802.11a
              o enhanced iwspy support
              o minor tweaks and cleanups
      
              This patch is only for the core of WE. The patches for the
      individual drivers have been sent to their respective maintainers.
      	Compared to the previous version I sent you a few weeks ago,
      I've just updated to the latest kernel.
      72f70c37
  13. 08 May, 2003 1 commit
  14. 03 May, 2003 1 commit
  15. 30 Apr, 2003 1 commit
  16. 18 Apr, 2003 1 commit
  17. 11 Apr, 2003 1 commit
  18. 09 Apr, 2003 1 commit
  19. 02 Apr, 2003 2 commits
  20. 29 Mar, 2003 1 commit
  21. 24 Mar, 2003 1 commit
  22. 23 Mar, 2003 1 commit
  23. 22 Mar, 2003 3 commits
  24. 19 Mar, 2003 1 commit
  25. 06 Mar, 2003 1 commit
  26. 05 Mar, 2003 1 commit
  27. 25 Feb, 2003 1 commit
    • Jean Tourrilhes's avatar
      [wireless] cleanup after recent shuffle · 8d7a36f3
      Jean Tourrilhes authored
              In kernel 2.5.63, you have moved more wireless LAN drivers
      into ../drivers/net/wireless/. Unfortunately, there was a bit more to
      cleanup as the result of this work.
              You will need to :
                      o Apply the attached patch
                      o rm /drivers/net/pcmcia/aironet4500_cs.c
      
              Have fun...
      
              Jean
      
      P.S. : You will notice that I took the liberty to organise the config
      option in what I hope is a more logical order.
      8d7a36f3
  28. 19 Feb, 2003 1 commit
  29. 12 Feb, 2003 1 commit
  30. 27 Jan, 2003 1 commit
  31. 21 Jan, 2003 1 commit
  32. 20 Jan, 2003 1 commit