ru 3d19005d33 re_detach() fixes:
- Fixed if_free() logic screw-up that can either result
  in freeing a NULL pointer or leaking "struct ifnet".
- Move if_free() after re_stop(); the latter accesses
  "struct ifnet".  This bug was masked by a previous bug.
- Restore the fix for a panic on detach caused by racing
  with BPF detach code by Bill by moving ether_ifdetach()
  after re_stop() and resetting IFF_UP; this got screwed
  up in revs. 1.30 and 1.36.
2005-09-15 18:59:34 +00:00
..
2005-09-11 18:39:03 +00:00
2005-09-15 13:28:33 +00:00
2005-09-15 18:59:34 +00:00
2005-03-28 18:31:18 +00:00
2005-09-11 20:51:15 +00:00
2005-09-15 08:01:57 +00:00
2005-09-12 01:21:42 +00:00