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-05-10 12:02:18 +00:00
2005-09-13 19:28:03 +00:00
2005-09-11 18:39:03 +00:00
2005-09-08 14:13:36 +00:00
2005-05-14 10:26:31 +00:00
2005-07-29 00:20:50 +00:00
2004-08-02 20:42:28 +00:00
2005-08-21 09:52:18 +00:00
2004-08-04 18:30:31 +00:00
2005-05-19 21:16:50 +00:00
2005-04-08 05:22:58 +00:00
2005-02-27 22:01:09 +00:00
2005-09-15 18:59:34 +00:00
2005-08-29 20:06:02 +00:00
2005-08-10 03:56:31 +00:00
2005-09-13 19:54:14 +00:00