OpenBSD cvs log

created 2019-05-08T02:46:04Z
begin 2017-11-10T00:00:00Z
end 2017-11-11T00:00:00Z
path src/sys
commits 3

date 2017-11-10T02:37:14Z
author visa
files src/sys/net/if_etherip.c log diff annotate
src/sys/net/if_etherip.h log diff annotate
src/sys/netinet/in_proto.c log diff annotate
src/sys/netinet/ip_ether.c log diff annotate
src/sys/netinet/ip_ether.h log diff annotate
message Use percpu counters with etheripstat.

Input and OK jca@, OK florian@

date 2017-11-10T08:55:49Z
author mpi
files src/sys/net/if.c log diff annotate
src/sys/netinet/ip_input.c log diff annotate
src/sys/netinet6/ip6_input.c log diff annotate
src/sys/sys/systm.h log diff annotate
message Introduce a reader version of the NET_LOCK().

This will be used to first allow read-only ioctl(2) to be executed while
the softnet taskq is running. Then it will allows us to execute multiple
softnet taskq in parallel.

Tested by Hrvoje Popovski, ok kettenis@, sashan@, visa@, tb@

date 2017-11-10T16:50:59Z
author sunil
files src/sys/lib/libsa/softraid.c log diff annotate
message "unknown KDF type 2" -> "keydisk not found".
Inputs and ok jsing@.