aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* hyperv/hn: Minor cleanupSepherosa Ziehau2017-08-141-8/+7
* hyperv/hn: Fix/enhance receiving path when VF is activated.Sepherosa Ziehau2017-08-142-31/+120
* hyperv/hn: Update VF's ibytes properly under transparent VF mode.Sepherosa Ziehau2017-08-141-5/+26
* hyperv/hn: Implement transparent mode network VF.Sepherosa Ziehau2017-08-093-41/+811
* hyperv/kvp: Use proper size macro for adapter id.Sepherosa Ziehau2017-08-031-1/+1
* hyperv/hn: Add comment about ether_ifattach event subscription.Sepherosa Ziehau2017-08-011-0/+6
* hyperv/hn: Renaming and minor cleanupSepherosa Ziehau2017-08-012-48/+55
* hyperv/hn: Ignore LINK_SPEED_CHANGE status.Sepherosa Ziehau2017-07-241-0/+1
* hyperv/hn: Export VF list and VF-HN mappingSepherosa Ziehau2017-07-242-27/+280
* hyperv/storvsc: Force SPC3 for CDROM attached.Sepherosa Ziehau2017-07-201-1/+18
* Clean up MD pollution of bus_dma.h:Jason A. Harmening2017-07-011-1/+0
* hyperv/input: Remove unnecessary inclusion.Sepherosa Ziehau2017-06-301-1/+0
* hyperv/storvsc: Reduce log verbositySepherosa Ziehau2017-06-211-10/+21
* hyperv/pcib: use the device serial number as PCI domainDexuan Cui2017-06-081-0/+2
* hyperv/vmbus: Reorganize vmbus device treeSepherosa Ziehau2017-05-102-40/+156
* hyperv/kbd: Channel read expects non-NULL channel argument.Sepherosa Ziehau2017-05-051-1/+1
* hyperv/hn: Use channel0, i.e. TX ring0, for TCP SYN/SYN|ACK.Sepherosa Ziehau2017-04-241-11/+91
* hyperv: Use kmem_malloc for hypercall memory due to NX bit change.Sepherosa Ziehau2017-04-191-12/+19