aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv/utilities
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* hyperv: Update copyright for the files changed in 2017Sepherosa Ziehau2017-08-142-2/+2
* hyperv/kvp: Use proper size macro for adapter id.Sepherosa Ziehau2017-08-031-1/+1
* hyperv/kvp: Remove always false condition.Sepherosa Ziehau2017-04-141-1/+1
* hyperv: Add method to read 64bit Hyper-V specific time value.Sepherosa Ziehau2017-01-091-3/+2
* hyperv/ic: Allow applying the samples from hypervisor unconditionally.Sepherosa Ziehau2016-12-231-1/+1
* hyperv/ic: Fix version4 timesync message format.Sepherosa Ziehau2016-12-232-9/+34
* hyperv/ic: Rename cleaned up files.Sepherosa Ziehau2016-12-203-0/+0
* hyperv/ic: Cleanup driver glue.Sepherosa Ziehau2016-12-203-66/+78
* hyperv/ic: Rname cleaned up file.Sepherosa Ziehau2016-12-201-0/+0
* hyperv/ic: Inclusion cleanupSepherosa Ziehau2016-12-204-15/+2
* hyperv/ic: Rename cleaned up header file.Sepherosa Ziehau2016-12-207-6/+6
* hyperv/ic: Cleanup common struct and functions.Sepherosa Ziehau2016-12-207-51/+58
* hyperv/ic: Factor out function to send IC responseSepherosa Ziehau2016-12-205-18/+27
* hyperv/timesync: Support "sent TC" to improve accuracy.Sepherosa Ziehau2016-12-082-11/+17
* hyperv/vss: Add driver and tools for VSSSepherosa Ziehau2016-11-152-0/+1117
* hyperv/kvp: Don't mix message status codes and function return values.Sepherosa Ziehau2016-11-023-38/+34
* hyperv/ic: Rework framework/message version negotiation.Sepherosa Ziehau2016-10-249-88/+207
* hyperv/kvp: Fix IPv4/IPv6 address injection support.Sepherosa Ziehau2016-09-081-8/+11
* hyperv/ic: Cleanup timesync channel callback.Sepherosa Ziehau2016-09-022-125/+137
* hyperv/ic: Cleanup shutdown channel callback.Sepherosa Ziehau2016-09-022-73/+85
* hyperv/ic: Minor style fix.Sepherosa Ziehau2016-09-021-1/+1
* hyperv/timesync: Rework time adjustment policySepherosa Ziehau2016-08-311-54/+63
* hyperv/ic: Update total message size if negotiate message size grows.Sepherosa Ziehau2016-08-255-10/+17
* hyperv/ic: Cleanup heartbeat channel callback.Sepherosa Ziehau2016-08-252-51/+70
* hyperv/ic: Redefine IC version negotiate message.Sepherosa Ziehau2016-08-246-30/+145
* hyperv/kvp: Remove unnecessary function parameter.Sepherosa Ziehau2016-08-181-4/+3
* hyperv/util: Factor out helper for IC device_probe DEVMETHODSepherosa Ziehau2016-08-176-45/+72
* hyperv/util: Don't reference hn_softc in KVPSepherosa Ziehau2016-08-171-8/+2
* hyperv/ic: Pass the channel callback to hv_util_attach()Sepherosa Ziehau2016-08-086-23/+10
* hyperv/ic: Expose the receive buffer length for callers to use.Sepherosa Ziehau2016-08-086-22/+20
* hyperv/ic: Remove never used second parameter of hv_negotiate_version()Sepherosa Ziehau2016-08-085-13/+8
* hyperv/vmbus: Inclusion cleanupSepherosa Ziehau2016-07-283-0/+4
* hyperv: hv_vmbus_channel -> vmbus_channelSepherosa Ziehau2016-07-216-8/+8
* hyperv/vmbus: Hide channel struct definition.Sepherosa Ziehau2016-07-201-2/+3
* hyperv/vmbus: Pass channel as the first argument for channel callbackSepherosa Ziehau2016-07-206-22/+16
* hyperv/vmbus: Move IC register definition to Hyper-V utilitiesSepherosa Ziehau2016-07-206-0/+96
* hyperv/vmbus: Function renameSepherosa Ziehau2016-07-191-3/+4
* hyperv/vmbus: Cleanup channel receiving.Sepherosa Ziehau2016-07-154-12/+23
* hyperv/vmbus: Function renameSepherosa Ziehau2016-07-154-13/+9
* hyperv/vmbus: Move channel packet types definition to vmbus.hSepherosa Ziehau2016-07-154-4/+7
* hyperv: hv_guid -> struct hyperv_guid.Sepherosa Ziehau2016-07-144-4/+4
* hyperv/util: Avoid the hv_deviceSepherosa Ziehau2016-07-136-27/+23
* hyperv/vmbus: Add vmbus method for GUID base device probing.Sepherosa Ziehau2016-07-134-20/+12
* hyperv/kvp: Use if_xname.Sepherosa Ziehau2016-05-311-3/+5
* hyperv: Move guid2str from vmbus file to hyperv fileSepherosa Ziehau2016-05-311-3/+4
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* hyperv: Update copyright to 2016 for the files Microsoft changed in 2016Sepherosa Ziehau2016-04-227-7/+7
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-103-3/+3
* hyperv/utils: Allow hint to disable individual utilitySepherosa Ziehau2016-03-244-0/+16