OpenBSD cvs log

created 2019-05-08T02:35:56Z
begin 2017-11-07T00:00:00Z
end 2017-11-08T00:00:00Z
path src/sys
commits 4

date 2017-11-07T11:02:07Z
author mpi
files src/sys/netinet/ip_spd.c log diff annotate
message Remove unused debug macro.

date 2017-11-07T16:47:07Z
author visa
files src/sys/netinet6/frag6.c log diff annotate
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@

date 2017-11-07T16:51:23Z
author visa
files src/sys/netinet/ip_ah.h log diff annotate
src/sys/netinet/ip_esp.h log diff annotate
src/sys/netinet/ip_ipcomp.h log diff annotate
message Convert all the fields of {ah,esp,ipcomp}stat to uint64.

This is a preliminary step for using percpu counters with the data.

OK mpi@

date 2017-11-07T21:20:05Z
author stsp
files src/sys/dev/usb/if_urtwn.c log diff annotate
message Prevent a potential stack buffer overrun when a urtwn(4) device
reports more than 3 bulk-out endpoints.

Problem found by Pierre Pronchery (khorben) during code inspection.

ok mpi@ kevlo@