CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2017/11/07 09:47:07

Modified files:
        sys/netinet6   : frag6.c 

Log message:
Serialize access to the IPv6 reassembly queue with a mutex.
This lets the code run without KERNEL_LOCK() and NET_LOCK().

In addition, this patch reorganizes a part of the code, to move
some of the memory release operations outside the critical section.

Input and OK mpi@, OK florian@, an earlier version OK bluhm@

Reply via email to