created | 2020-11-19T17:56:29Z |
---|---|
begin | 2020-06-02T00:00:00Z |
end | 2020-06-03T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2020-06-02T00:58:09Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/net/if_aggr.c | log | diff | annotate |
message |
When the set of ports in an aggr changes, set the aggr capabilities to the intersection of the capabilities of the ports, allowing use of vlan and checksum offloads if supported by all ports. Since this works the same way as updating hardmtu, do them both at the same time. ok dlg@ |
date | 2020-06-02T02:26:36Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
message |
Add missing ieee80211_release_node() calls in cases where hardware decryption failed. The node here is always ic_bss, for which the reference count isn't actually used (it's always freed when the interface detaches), so missing these calls wasn't really a problem. ok stsp@ |
date | 2020-06-02T03:16:34Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/arch/armv7/omap/omehci.c | log | diff | annotate |
message |
use correct node when enabling phy ok kettenis@ |
date | 2020-06-02T08:17:15Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/if_mcx.c | log | diff | annotate |
message |
Add support for hardware vlan tagging. Tag insertion here is actually done by the driver, as it places the full L2 packet header inside the send queue entry, so it can insert the vlan tag there if required. ok dlg@ |
date | 2020-06-02T16:24:24Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
src/sys/dev/acpi/acpihid.c | log | diff | annotate | |
src/sys/dev/acpi/files.acpi | log | diff | annotate | |
message |
add acpihid(4) for ACPI HID event and 5-button array devices ok kettenis |
date | 2020-06-02T19:26:36Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/dev/acpi/acpihid.c | log | diff | annotate |
message |
disable debugging by default and only print unknown events when debug is enabled |