aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hyperv: Remove a double word in a source code commentGordon Bergling2022-09-071-1/+1
* hyperv: Fix a typo in a source code commentGordon Bergling2022-09-071-1/+1
* Hyper-V: vPCI: Prepopulate device barsWei Hu2021-12-141-0/+43
* if_hn: Fix a few typos in comments and a sysctl descriptionGordon Bergling2021-12-031-3/+3
* pvclock: Add vDSO supportAdam Fenn2021-10-121-0/+2
* netvsc: Fix a typo in a commentGordon Bergling2021-10-061-1/+1
* storvsc: fix auto-sense reportingAndriy Gapon2021-05-211-1/+2
* Hyper-V: hn: Initialize the internal field of per packet info on tx pathWei Hu2021-03-291-0/+1
* Hyper-V: hn: Enable vSwitch RSC support in hn netvsc driverWei Hu2021-03-296-89/+263
* Hyper-V: hn: Store host hash value in flowidWei Hu2021-03-291-4/+15
* Hyper-V: hn: Relinquish cpu in HN_LOCK to avoid deadlockWei Hu2021-03-151-1/+6
* Hyper-V: pcib: Check revoke status during device attachWei Hu2021-03-151-12/+66
* Hyper-V: storvsc: Enhance srb_status code handling.Wei Hu2021-03-152-24/+168
* hyperv/vmbus: Fix the wrong size in ndis_offload structureWei Hu2021-03-151-2/+2
* hyperv/vmbus: Update VMBus version 4.0 and 5.0 support.Wei Hu2021-03-155-2/+47
* Prevent framebuffer mmio space from being allocated to other devices on HyperV.Wei Hu2021-03-151-0/+57
* MFC r356730: storvsc: properly set residual data length on errorsAndriy Gapon2020-02-272-2/+7
* MFC r357871:Konstantin Belousov2020-02-201-0/+1
* MFC r356201:Hans Petter Selasky2020-01-061-1/+1
* MFC r355796-r355797, r355799: kbd: defaults for get_fkeystr/diagKyle Evans2019-12-221-2/+0
* MFC r355793: kbd drivers: use kbdd_* indirection for diag invocationKyle Evans2019-12-221-1/+1
* MFC r355794: keyboard switch definitions: standardize on c99 initializersKyle Evans2019-12-221-19/+19
* MFC r354849: hyperv/storvsc: stash a pointer to hv_storvsc_request in ccbAndriy Gapon2019-12-031-0/+1
* MFC r339585:Wei Hu2018-11-011-1/+2
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-251-2/+1
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-211-2/+2
* Fix build of hyperv with base gcc on i386Dimitry Andric2018-08-041-6/+8
* Use SMAP on amd64.Konstantin Belousov2018-07-291-0/+1
* hyperv/hn: Fix panic in hypervisor code upon device detach eventDexuan Cui2018-07-171-0/+7
* hyperv: Fix boot-up after malloc() returns memory of NX by default nowDexuan Cui2018-07-071-1/+1
* if_hn: fix use of uninitialized variableEric van Gyzen2018-05-261-2/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+2
* i386 4/4G split.Konstantin Belousov2018-04-131-2/+4
* hyperv/storvsc: storvsc_io_done(): do not use CAM_SEL_TIMEOUTDexuan Cui2018-04-101-14/+1
* Correct comment typo in Hyper-VEd Maste2018-03-301-1/+1
* Rename assym.s to assym.incEd Maste2018-03-202-2/+2
* PTI for amd64.Konstantin Belousov2018-01-173-6/+8
* Define xpt_path_inq.Warner Losh2017-12-061-4/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* hyperv/hn: Enable transparent VF by default.Sepherosa Ziehau2017-10-111-1/+1
* hyperv/hn: Workaround erroneous hash type observed on WS2016 for VF.Sepherosa Ziehau2017-10-113-8/+36
* hyperv/hn: Workaround erroneous hash type observed on WS2016.Sepherosa Ziehau2017-10-103-30/+90
* hyperv/vmbus: Expose Hyper-V major version.Sepherosa Ziehau2017-10-102-1/+5
* hyperv/vmbus: Add tunable to pin/unpin event tasks.Sepherosa Ziehau2017-10-101-4/+17
* hyperv/hn: Fix options RSS buildingSepherosa Ziehau2017-10-051-4/+0
* hyperv/hn: Unbreak i386 building.Sepherosa Ziehau2017-09-281-1/+1
* hyperv/hn: Fix UDP checksum offload issue in Azure.Sepherosa Ziehau2017-09-271-2/+57
* hyperv/hn: Set tcp header offset for CSUM/LSO offloading.Sepherosa Ziehau2017-09-272-27/+70
* hyperv/hn: Incease max supported MTUSepherosa Ziehau2017-09-191-2/+1
* hyperv/hn: Fix MTU settingSepherosa Ziehau2017-09-194-2/+46