aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hn: plug set-but-not-unused varsMateusz Guzik2021-12-101-4/+4
* Create wrapper for Giant taken for newbusWarner Losh2021-12-101-2/+2
* ifnet_byindex() actually requires network epochGleb Smirnoff2021-12-061-0/+6
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-022-28/+36
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-022-36/+28
* hyperv: Flag hn and storvsc statistics with CTLFLAG_STATS.Don Morris2021-12-022-28/+36
* if_hn: Fix a few typos in comments and a sysctl descriptionGordon Bergling2021-11-301-3/+3
* Hyper-V: vPCI: Prepopulate device barsWei Hu2021-11-271-0/+43
* hyperv: Register the MSR-based timecounter during SI_SUB_HYPERVISORMark Johnston2021-11-191-9/+7
* hyperv: Register hyperv_timecounter later during bootMark Johnston2021-10-251-2/+8
* netvsc: Fix a typo in a commentGordon Bergling2021-10-021-1/+1
* socket: De-duplicate SBLOCKWAIT() definitionsMark Johnston2021-09-141-1/+0
* socket: Rename sb(un)lock() and interlock with listen(2)Mark Johnston2021-09-071-18/+13
* Hyper-V: hn: Enter network epoch when requiredMichael Tuexen2021-08-261-0/+8
* hvsock: fail the probe on non-HyperV machinesKyle Evans2021-08-161-18/+13
* pvclock: Add vDSO supportAdam Fenn2021-08-141-0/+2
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-8/+6
* Consistently use the SOLISTENING() macroMark Johnston2021-06-141-1/+1
* Change "compiled" to "assembled"Warner Losh2021-06-111-1/+1
* hyperv: Fix vmbus after the i386 4/4 splitMark Johnston2021-06-081-1/+5
* hyperv: register intr handler as usermode-mapped if loaded as moduleKonstantin Belousov2021-06-051-0/+16
* storvsc: fix auto-sense reportingAndriy Gapon2021-05-071-1/+2
* Add missing sockaddr length and family validation to various protocolsMark Johnston2021-05-031-0/+9
* hv_kbd: Fix build with EVDEV_SUPPORT kernel option disabled.Vladimir Kondratyev2021-04-221-2/+1
* hv_kbd: Fix leaked $FreeBSD$ expansionVladimir Kondratyev2021-04-111-1/+1
* hv_kbd: Add support for K_XLATE and K_CODE modes for gen 2 VMsVladimir Kondratyev2021-04-112-55/+272
* hv_kbd: Add evdev protocol support for gen 2 VMsVladimir Kondratyev2021-04-112-1/+94
* x86: remove gcov kernel supportKonstantin Belousov2021-04-022-4/+0
* Hyper-V: hn: Initialize the internal field of per packet info on tx pathWei Hu2021-03-151-0/+1
* Hyper-V: hn: Enable vSwitch RSC support in hn netvsc driverWei Hu2021-03-126-89/+263
* Hyper-V: hn: Store host hash value in flowidWei Hu2021-03-051-4/+15
* hyperv/vmbus: avoid crash, panic if vbe fb info is missingBradley T. Hughes2020-12-101-17/+15
* fix vmbus_fb_mmio_res after r368168Toomas Soome2020-11-301-2/+3
* Add VT driver for VBE framebuffer deviceToomas Soome2020-11-301-9/+25
* Hyper-V: hn: Relinquish cpu in HN_LOCK to avoid deadlockWei Hu2020-10-151-1/+6
* Hyper-V: pcib: Check revoke status during device attachWei Hu2020-10-151-12/+66
* Hyper-V: storvsc: Enhance srb_status code handling.Wei Hu2020-08-312-24/+168
* Prevent framebuffer mmio space from being allocated to other devices on HyperV.Wei Hu2020-07-301-0/+57
* 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