CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/10/09 02:35:38
Modified files:
sys/kern : uipc_domain.c
sys/net : if.c if_etherip.c pfkeyv2.c rtsock.c
sys/netinet : igmp.c ip_carp.c ip_divert.c ip_ether.c
ip_gre.c ip_icmp.c ip_input.c ip_ipip.c
ipsec_input.c tcp_usrreq.c udp_usrreq.c
sys/netinet6 : icmp6.c ip6_divert.c ip6_input.c
Log message:
Reduces the scope of the NET_LOCK() in sysctl(2) path.
Exposes per-CPU counters to real parrallelism.
ok visa@, bluhm@, jca@
