OpenBSD cvs log

created 2021-08-08T05:24:02Z
begin 2021-08-05T00:00:00Z
end 2021-08-06T00:00:00Z
path src/sys
commits 2

date 2021-08-05T13:37:04Z
author sthen
files src/sys/net/if_wg.c log diff annotate
message m_freem in wg_send's path where a peer has no endpoint address,
fixing an mbuf leak way with wgpka (keepalive) found the hard way by Matt P.
Diff from Matt Dunwoodie, ok claudio@

date 2021-08-05T20:53:28Z
author mglocker
files src/sys/dev/usb/if_ure.c log diff annotate
message After a media link change, the media settings on the hardware need to be
re-initialized, otherwise TX/RX keeps disabled. Fixes the issue on the
RTL8153/B devices, but unfortunately not on the RTL8152 devices. I have
no RTL8152 device available.

Tested by a few on RTL8153/B devices.

ok sthen@