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-19 21:16:48 +00:00
2005-03-01 04:18:32 +00:00
2005-02-26 18:59:01 +00:00
2005-02-17 11:14:45 +00:00
2005-02-02 14:27:36 +00:00
2005-02-21 00:28:36 +00:00
2005-02-20 23:01:57 +00:00
2005-03-01 06:32:53 +00:00
2005-02-27 22:19:35 +00:00
2005-02-28 00:53:29 +00:00
2004-12-21 08:47:35 +00:00
2005-01-06 01:34:41 +00:00
2005-03-01 08:58:06 +00:00
2005-03-01 12:20:49 +00:00
2005-01-06 18:27:30 +00:00
2005-02-27 23:07:47 +00:00
2005-02-27 21:16:26 +00:00
2005-01-06 22:18:23 +00:00
2005-02-28 21:42:56 +00:00
2005-02-25 07:10:37 +00:00
2005-02-28 21:06:14 +00:00
2005-02-18 10:49:55 +00:00
2005-03-01 08:56:13 +00:00
2005-02-10 20:39:39 +00:00
2005-02-25 09:49:29 +00:00
2005-03-01 12:01:17 +00:00
2005-02-23 04:52:30 +00:00
2005-02-22 14:37:22 +00:00
2005-02-21 21:58:17 +00:00
2005-03-01 11:31:06 +00:00
2005-03-01 13:14:33 +00:00
2005-02-27 18:57:10 +00:00
2005-01-07 01:45:51 +00:00
2005-02-21 21:58:17 +00:00
2005-01-10 13:06:42 +00:00
2005-02-17 14:21:22 +00:00
2005-02-23 22:44:38 +00:00
2005-01-07 01:45:51 +00:00
2005-01-07 01:45:51 +00:00
2005-02-22 15:15:28 +00:00
2005-02-26 18:55:36 +00:00
2005-01-24 22:09:13 +00:00
2005-02-27 22:11:02 +00:00
2005-02-28 11:51:18 +00:00
2005-02-15 02:54:53 +00:00
2005-02-27 13:05:34 +00:00
2005-01-07 02:29:27 +00:00
2005-03-01 07:59:24 +00:00
2005-01-07 02:29:27 +00:00
2005-02-24 16:08:41 +00:00
2005-03-01 05:06:52 +00:00
2005-03-01 11:54:46 +00:00
2005-02-08 12:54:32 +00:00
2005-03-01 07:38:45 +00:00
2005-02-24 06:13:01 +00:00
2004-08-19 09:54:28 +00:00