| Age | Commit message (Expand) | Author |
| 2022-05-29 | Audit unload/unmap v.s. free against DMA buffer for sys/dev; | rin |
| 2022-05-20 | Improve Hyper-V support. | nonaka |
| 2022-04-09 | sys: Use membar_release/acquire around reference drop. | riastradh |
| 2022-03-12 | sys: Membar audit around reference count releases. | riastradh |
| 2021-12-23 | hyper-v: move idt vector allocating to vmbus_init_interrupts_md() | yamaguchi |
| 2021-10-21 | fix various typos, mainly in comments, but also in man pages and log messages. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-06-16 | if_attach and if_initialize cannot fail, don't test return value | riastradh |
| 2021-06-10 | hvs(4): Pass correct pointer of scsibus device to scsi_probe_bus(). | nonaka |
| 2021-04-24 | Merge thorpej-cfargs branch: | thorpej |
| 2021-01-29 | hvn(4): Don't wait forever. | nonaka |
| 2021-01-29 | vmbus(4): Don't wait forever. | nonaka |
| 2021-01-29 | hvkbd(4): Don't wait forever. | nonaka |
| 2020-12-11 | hvn(4): fix unable to ifconfig up/down. | nonaka |
| 2020-07-14 | Introduce per-cpu IDTs | yamaguchi |
| 2020-05-26 | vmbus(4): Do not call hyperv_dma_alloc() in interrupt context. | nonaka |
| 2020-05-26 | vmbus(4): Fixed incorrect use of vmbus_wait() in vmbus_channel_scan(). | nonaka |
| 2020-05-25 | Use howmany() macro. | nonaka |
| 2020-05-24 | hvn(4): Prevent from occur panic when acquiring the media status. | nonaka |
| 2020-02-04 | Use ifmedia_fini(). | thorpej |
| 2020-01-29 | Adopt <net/if_stats.h>. | thorpej |
| 2019-12-27 | hvn(4): Handle CFI field of VLAN. | nonaka |
| 2019-12-27 | hvn(4): Use vlan_{get,set,has}_tag(). | nonaka |
| 2019-12-10 | hvn(4) can be added and deleted dynamically. | nonaka |
| 2019-12-10 | hvn(4): Handle VMBUS_CHANPKT_TYPE_INBAND packet type. | nonaka |
| 2019-12-07 | Get a Hyper-V virtual processor id in cpu_hatch(). | nonaka |
| 2019-12-06 | Clear the allocated memory in hyperv_dma_alloc(). | nonaka |
| 2019-11-26 | hvn(4): Fix incorrect ident when waiting for NVS command response. | nonaka |
| 2019-11-25 | hvs(4), hvn(4): Set correct size for bus_dmamap_sync(9). | nonaka |
| 2019-11-22 | hvn(4), hvkbd(4): Only need to poll when cold. | nonaka |
| 2019-11-22 | vmbus(4), hvn(4), hvkbd(4): Fixed wait time for tsleep(9). | nonaka |
| 2019-11-18 | Fixed incorrect m_defrag return value check. | nonaka |
| 2019-11-15 | hvn(4), hvkbd(4): No need to call vmbus_channel_setdeferred(). | nonaka |
| 2019-10-01 | in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP | chs |
| 2019-07-21 | Fix build for !WSDISPLAY_COMPAT_RAWKBD. | rin |
| 2019-07-09 | Zero clear the allocated ring buffer for vmbus_channel. | nakayama |
| 2019-07-09 | Don't automatically set ec_capenable's ETHERCAP_VLAN_HWTAGGING bit in | msaitoh |
| 2019-05-31 | Avoid undefined reference to `hyperv_is_gen1' without hyperv(4). | nonaka |
| 2019-05-29 | Even if we don't use MII(4), use the common path of SIOC[GS]IFMEDIA in | msaitoh |
| 2019-05-24 | Added drivers for Hyper-V Synthetic Keyboard and Video device. | nonaka |
| 2019-03-05 | Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes | msaitoh |
| 2019-03-01 | Remove unused definition. | nonaka |
| 2019-03-01 | Update Hyper-V related drivers description. | nonaka |
| 2019-02-15 | Add __diagused. | hannken |
| 2019-02-15 | Added Microsoft Hyper-V support. It ported from OpenBSD and FreeBSD. | nonaka |