aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* Don't repeat the the word 'the'Eitan Adler2016-05-171-1/+1
* hyperv/vmbus: Use atomic_testandclearSepherosa Ziehau2016-05-161-3/+4
* hyperv/vmbus: Fix event processing loop indentation.Sepherosa Ziehau2016-05-161-14/+19
* hyperv/vmbus: Simplify event processingSepherosa Ziehau2016-05-162-11/+13
* hyperv/vmbus: Simplify event processingSepherosa Ziehau2016-05-161-29/+27
* hyperv/hn: Combine per-packet-information parsing.Sepherosa Ziehau2016-05-163-15/+107
* Add an EARLY_AP_STARTUP option to start APs earlier during boot.John Baldwin2016-05-141-1/+9
* hyperv/stor: Enable INQUIRY result check only on WIN10 like host systemsSepherosa Ziehau2016-05-122-42/+87
* hyperv/hn: Extract RSS hash value and type.Sepherosa Ziehau2016-05-114-19/+93
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-032-3/+3
* hyperv/hn: Add stat for # of chimney sending triesSepherosa Ziehau2016-04-272-0/+6
* hyperv/vmbus: Mark sysctls MPSAFESepherosa Ziehau2016-04-272-9/+9
* hyperv/hn: Mark sysctls MPSAFESepherosa Ziehau2016-04-271-26/+30
* hyperv/hn: Remove unapplied comment.Sepherosa Ziehau2016-04-271-2/+0
* hyperv/hn: Restart sending earlier once we gathered some free TX descsSepherosa Ziehau2016-04-272-3/+20
* hyperv/hn: Change description to "Hyper-V Network Interface"Sepherosa Ziehau2016-04-261-1/+1
* hyperv/stor: Set description properly in probe devmethodSepherosa Ziehau2016-04-261-1/+2
* hyperv/channel: Git rid of the sub-channel creation callbackSepherosa Ziehau2016-04-263-11/+0
* hyperv/stor: Avoid sub-channel creation callback.Sepherosa Ziehau2016-04-261-15/+9
* hyperv/hn: Avoid sub-channel creation callback.Sepherosa Ziehau2016-04-264-39/+27
* hyperv/stor: Synchronize sub-channel offersSepherosa Ziehau2016-04-261-0/+7
* hyperv/stor: Remove the useless hs_open_multi_channelSepherosa Ziehau2016-04-261-7/+0
* hyperv/hn: Synchronize sub-channel offersSepherosa Ziehau2016-04-251-6/+19
* hyperv/channel: Add functions to synchronize sub-channel offersSepherosa Ziehau2016-04-252-0/+53
* hyperv/channel: Log a warning about duplicated primary channel offerSepherosa Ziehau2016-04-251-0/+2
* hyperv/channel: Remove unapplied commentSepherosa Ziehau2016-04-251-4/+0
* hyperv/channel: Minor style changes; no functional changes.Sepherosa Ziehau2016-04-251-18/+10
* hyperv/channel: Remove the unnecessary 'new' flagSepherosa Ziehau2016-04-251-9/+4
* hyperv/et: Strip extra white space in function nameSepherosa Ziehau2016-04-251-1/+1
* hyperv/hn: Allow users to configure ifq or bufring depth.Sepherosa Ziehau2016-04-251-3/+23
* hn: Increase odrops for if_transmit method if drbr_enqueue fails.Sepherosa Ziehau2016-04-251-1/+3
* hyperv/et: Make Hyper-V event timer a device.Sepherosa Ziehau2016-04-223-35/+67
* hyperv: Update copyright to 2016 for the files Microsoft changed in 2016Sepherosa Ziehau2016-04-2223-23/+23
* hyperv/vmbus: Make device probe/attach synchronous w/ vmbus attach/SYSINITSepherosa Ziehau2016-04-193-5/+49
* hyperv: Remove two assign-only local variablesSepherosa Ziehau2016-04-191-6/+0
* hyperv/hn: Hide ring to channel linkage message under bootverboseSepherosa Ziehau2016-04-151-4/+8
* hyperv: No need to zero out softcSepherosa Ziehau2016-04-152-3/+0
* hyperv/stor: Use xpt_done_direct() upon I/O completionSepherosa Ziehau2016-04-151-1/+2
* hyperv/vmbus: Put multi-channel offer logging under bootverboseSepherosa Ziehau2016-04-151-3/+7
* hyperv/stor: Temporary disable the wrongly done command timeout.Sepherosa Ziehau2016-04-151-0/+6
* hyperv: Deprecate HYPERV option by moving Hyper-V IDT vector into vmbusSepherosa Ziehau2016-04-153-6/+95
* hyperv: device_get_softc does not return NULLSepherosa Ziehau2016-04-132-14/+0
* hyperv/vmbus: Merge duplicated version check for eventsSepherosa Ziehau2016-04-132-26/+7
* hyperv: Replace 0 w/ NULLSepherosa Ziehau2016-04-122-2/+2
* hyperv: TypoSepherosa Ziehau2016-04-111-1/+1
* hyperv/hn: Remove unnecessary NULL checksSepherosa Ziehau2016-04-112-10/+5
* hyperv/hn: By default enable multiple TX/RX rings, aka vRSS.Sepherosa Ziehau2016-04-111-2/+2
* hyperv/hn: Cap default # of rings to 8.Sepherosa Ziehau2016-04-111-1/+9
* hyperv: Define macro for Hyper-V interfaceSepherosa Ziehau2016-04-111-1/+2
* hyperv: Print more featuresSepherosa Ziehau2016-04-112-20/+57