created | 2021-01-16T23:32:58Z |
---|---|
begin | 2021-01-15T00:00:00Z |
end | 2021-01-16T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2021-01-15T06:14:41Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pv/vmt.c | log | diff | annotate |
message |
Report full IP address information to the host. Contrary to what I wrote here 10 years ago, xdr isn't scary at all. ok dlg@ |
date | 2021-01-15T15:18:12Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/netinet/ip_input.c | log | diff | annotate |
message |
As documented in sysctl(2) net.inet.ip.forwarding can be 2. Relax input validation and use integer comparison. OK kn@ mvs@ sthen@ |
date | 2021-01-15T20:43:02Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/dev/acpipci.c | log | diff | annotate |
src/sys/dev/acpi/acpireg.h | log | diff | annotate | |
message |
Move IO Remapping Table (IORT) struct defines to the common ACPI header so that it can be used by more drivers. ok kettenis@ |
date | 2021-01-15T20:44:26Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/acpi/acpireg.h | log | diff | annotate |
message |
Add IORT id for ARM SMMUv3. ok kettenis@ |
date | 2021-01-15T20:49:38Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/dev/acpipci.c | log | diff | annotate |
src/sys/dev/acpi/acpireg.h | log | diff | annotate | |
message |
Split the IORT struct into two, as the current version not only contained the generic IORT node information but also the Root Complex's attributes. ok kettenis@ |
date | 2021-01-15T20:52:49Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/dev/acpi/acpireg.h | log | diff | annotate |
message |
Add IORT structs for ARM SMMU versions 1 and 2. ok kettenis@ |
date | 2021-01-15T22:27:49Z | |||
---|---|---|---|---|
author | bluhm | |||
files | src/sys/net/pf.c | log | diff | annotate |
message |
Remove a check that bypasses pf state tests. It dates back to 2003 when NAT was implemented differently. Now it does not seem to make sense anymore. sashan@ has identified cases where it does harm. dlg@ wants to remove it to simplify route-to code. from dlg@; OK sashan@ |