OpenBSD cvs log

created 2019-03-23T16:05:59Z
begin 2019-03-20T00:00:00Z
end 2019-03-21T00:00:00Z
path src/sys
commits 5

date 2019-03-20T03:31:55Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message add radeondrm pci ids missing from pcidevs but present in drm_pciids.h

date 2019-03-20T03:32:46Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2019-03-20T10:51:25Z
author jsg
files src/sys/dev/pci/pcidevs log diff annotate
message add more intel graphics pci ids with known marketing names

date 2019-03-20T10:52:10Z
author jsg
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2019-03-20T20:07:28Z
author bluhm
files src/sys/net/pf.c log diff annotate
message States in pf(4) let ICMP and ICMP6 packets pass if they have a
packet in their payload that matches an exiting connection. It was
not checked whether the outer ICMP packet has the same destination
IP as the source IP of the inner protocol packet. Enforce that
these addresses match, to prevent ICMP packets that do not make
sense.
Issue found by Nicolas Collignon, Corentin Bayet, Eloi Vanderbeken,
Luca Moro at Synacktiv.com
OK sashan@