summaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* 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-42/+158
* 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
* hyperv/kvp: Remove always false condition.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/storvsc: Use ULL for 64bits value shift.Sepherosa Ziehau2017-04-141-1/+1
* hyperv/kbd: Remove unnecessary assignment.Sepherosa Ziehau2017-04-141-1/+0
* hyperv/hn: Fixat RNDIS rxfilter after the successful RNDIS init.Sepherosa Ziehau2017-04-053-31/+103
* hyperv/storvsc: Fixup SRB status.Sepherosa Ziehau2017-04-052-8/+8
* hyperv/kbd: Add support for synthetic keyboard.Sepherosa Ziehau2017-04-053-0/+1200
* hyperv/hn: Misaligned chimney sending buffers should not be usedSepherosa Ziehau2017-03-011-3/+8
* hyperv/hn: Make sure that RNDIS packet message is at least 4B aligned.Sepherosa Ziehau2017-03-011-2/+15
* hyperv/hn: Simplify RNDIS packet total length calculation.Sepherosa Ziehau2017-03-011-4/+3
* hyperv/hn: Simplify RNDIS packet data offset calculation.Sepherosa Ziehau2017-02-281-5/+2
* Convert PCIe Hot Plug to using pci_request_featureWarner Losh2017-02-251-0/+1
* hyperv/hn: add devctl_notify for VF_UP/DOWN eventsDexuan Cui2017-01-241-0/+3
* hyperv/hn: add a sysctl name for the VF interfaceDexuan Cui2017-01-241-0/+20
* hyperv/hn: add the support for VF drivers (SR-IOV)Dexuan Cui2017-01-245-9/+192
* hyperv/hn: remove the MTU and IFF_DRV_RUNNING checking in hn_rxpkt()Dexuan Cui2017-01-241-9/+1