OpenBSD cvs log

created 2022-01-09T23:42:11Z
begin 2022-01-04T05:50:43Z
end 2022-01-04T06:32:40Z
path src/sys
commits 2

date 2022-01-04T06:32:39Z
author yasuoka
files src/sys/net/if_bridge.c log diff annotate
src/sys/net/if_veb.c log diff annotate
src/sys/netinet/ip_ipsp.c log diff annotate
src/sys/netinet/ip_ipsp.h log diff annotate
src/sys/netinet/ip_output.c log diff annotate
src/sys/netinet/ip_spd.c log diff annotate
src/sys/netinet/ipsec_input.c log diff annotate
src/sys/netinet/tcp_input.c log diff annotate
message Add `ipsec_flows_mtx' mutex(9) to protect `ipsp_ids_*' list and
trees. ipsp_ids_lookup() returns `ids' with bumped reference
counter. original diff from mvs

ok mvs

date 2022-01-04T06:32:40Z
author yasuoka
files src/sys/netinet/udp_usrreq.c log diff annotate
src/sys/netinet6/ip6_output.c log diff annotate
message Add `ipsec_flows_mtx' mutex(9) to protect `ipsp_ids_*' list and
trees. ipsp_ids_lookup() returns `ids' with bumped reference
counter. original diff from mvs

ok mvs