OpenBSD cvs log

created 2021-07-01T19:35:42Z
begin 2021-06-03T00:00:00Z
end 2021-06-04T00:00:00Z
path src/sys
commits 3

date 2021-06-03T01:55:52Z
author dlg
files src/sys/netinet/ip_input.c log diff annotate
message remember if the ipv4 header checksum is ok.

if a bridge checks the ip header before the network stack, then we
can remember it was ok when the bridge checks it so the ip stack
doesnt have to.

ok claudio@ mvs@

date 2021-06-03T04:47:54Z
author dlg
files src/sys/netinet6/ip6_input.c log diff annotate
message ip6_input_if used the ip6_hdr pointer uninitted after i refactored it.

i did test this, but i guess i was lucky. very lucky.

Coverity CID 1505114

date 2021-06-03T21:42:23Z
author patrick
files src/sys/dev/fdt/if_mvpp.c log diff annotate
src/sys/dev/fdt/if_mvppreg.h log diff annotate
message Implement multicast support in mvpp(4) to make IPv6 work. With this
change it's also not necessary to remember the old lladdr, since the
old one will be purged automatically prior to installing the current
set of multicast addresses.

Complaint filed by matthieu@