CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/26 09:13:40
Modified files:
sys/net : if.c
sys/netinet : ip_input.c ip_output.c
sys/netinet6 : ip6_input.c
Log message:
Stop grabbing the KERNEL_LOCK() in network tasks when `ipsec_in_use'
is set.
Accesses to IPsec global data structure are now serialized by the
NET_LOCK().
Tested by many, ok visa@, bluhm@
