Gleb Smirnoff d220759b41 Add more locking when reading/writing to carp softc. When carp softc is
attached to a parent interface we use its mutex to lock the softc. This
means that in several places like carp_ioctl() we lock softc conditionaly.
This should be redesigned.

To avoid LORs when MII announces us a link state change, we schedule
a quick callout and call carp_carpdev_state_locked() from it.

Initialize callouts using NET_CALLOUT_MPSAFE.

Sponsored by:	Rambler
Reviewed by:	mlaier
2005-03-01 13:14:33 +00:00
..
2005-02-17 11:14:45 +00:00
2005-02-27 22:19:35 +00:00
2005-02-28 00:53:29 +00:00
2005-02-10 20:39:39 +00:00
2005-03-01 12:01:17 +00:00
2005-02-23 22:44:38 +00:00
2005-02-28 11:51:18 +00:00