cvs commit: src/sys/contrib/pf/net if_pfsync.c if_pfsync.h
pf_ioctl.c
Max Laier
mlaier at FreeBSD.org
Wed Jun 29 19:12:15 GMT 2005
mlaier 2005-06-29 19:12:14 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sys/contrib/pf/net if_pfsync.c if_pfsync.h pf_ioctl.c
Log:
MFC: pf_ioctl.c, 1.20 if_pfsync.h, 1.7 and if_pfsync.c, 1.16-1.19
Defer ip_output of pfsync updates to an independent callout thread instead
of just dropping the lock around the ip_output call. This used to cause
corrupted state tree walks for some call-paths.
Mark pf callouts as NET_MPSAFE.
Tested by: Sascha Luck, Matthew Grooms and pfsense.org (via Scott Ullrich)
Revision Changes Path
1.11.2.3 +31 -16 src/sys/contrib/pf/net/if_pfsync.c
1.4.2.1 +6 -2 src/sys/contrib/pf/net/if_pfsync.h
1.12.2.6 +2 -7 src/sys/contrib/pf/net/pf_ioctl.c
More information about the cvs-src
mailing list