Module Name: src Committed By: jakllsch Date: Fri Dec 16 00:58:00 UTC 2011
Modified Files: src/sys/netinet6: frag6.c Log Message: Take softnet_lock and kernel lock in frag6_slowtimo and frag6_fasttimo, similar to how it's done with other protocols. If we don't do this sending ICMPv6 messages in this path can cause races in network interface drivers. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/netinet6/frag6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.