aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* Socket AF_HYPERV should return failure when it is not running on HyperVWei Hu2020-05-221-0/+15
* Fix i386 build for r361275Li-Wen Hsu2020-05-202-7/+9
* HyperV socket implementation for FreeBSDWei Hu2020-05-209-16/+2569
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-4/+8
* Although most of the NIC drivers are epoch ready, due to peer pressureGleb Smirnoff2020-02-241-2/+1
* hyperv: Add Hygon Dhyana support.Konstantin Belousov2020-02-131-0/+1
* Introduce flag IFF_NEEDSEPOCH that marks Ethernet interfaces thatGleb Smirnoff2020-01-231-1/+2
* storvsc: port a Linux patch, properly set residual data length on errorsAndriy Gapon2020-01-142-2/+7
* Fix spelling.Hans Petter Selasky2019-12-301-1/+1
* Revert r355806: kbd drivers: don't double register keyboard driversKyle Evans2019-12-261-3/+0
* kbd drivers: don't double register keyboard driversKyle Evans2019-12-161-0/+3
* kbd: provide default implementations of get_fkeystr/diagKyle Evans2019-12-161-2/+0
* keyboard switch definitions: standardize on c99 initializersKyle Evans2019-12-161-19/+19
* kbd drivers: use kbdd_* indirection for diag invocationKyle Evans2019-12-161-1/+1
* hyperv/storvsc: stash a pointer to hv_storvsc_request in ccbAndriy Gapon2019-11-191-0/+1
* hyperv/vmbus: Fix the wrong size in ndis_offload structureWei Hu2019-07-091-2/+2
* hyperv/vmbus: Update VMBus version 4.0 and 5.0 support.Wei Hu2019-07-095-2/+47
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-6/+7
* Do not trop UDP traffic when TXCSUM_IPV6 flag is onWei Hu2018-10-221-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
* hyperv/hn: Apply VF's RSS settingSepherosa Ziehau2017-09-194-52/+363
* hyperv/hn: Log RSS capabilities mask.Sepherosa Ziehau2017-09-051-0/+2
* hyperv/hn: Implement SIOCGIFRSS{KEY,HASH}.Sepherosa Ziehau2017-09-051-0/+52
* hyperv: Update copyright for the files changed in 2017Sepherosa Ziehau2017-08-1417-17/+17
* hyperv/hn: Re-set datapath after synthetic parts reattached.Sepherosa Ziehau2017-08-141-1/+2