aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
Commit message (Expand)AuthorAgeFilesLines
* hyperv/kvp: wake up the daemon if it's sleeping due to poll()Roger Pau Monné2015-12-151-1/+10
* Ignore the inbound checksum flags when doing packet forwarding in netvsc driver.Wei Hu2015-11-221-1/+11
* Do not enable UDP checksum offloading when running on the Hyper-V onWei Hu2015-07-221-2/+20
* Fix compilation without INET6 and without INET and INET6 afterBjoern A. Zeeb2015-06-271-1/+23
* TSO and checksum offloading support for Netvsc driver on Hyper-V.Wei Hu2015-06-247-577/+894
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-1/+1
* Add support for SCSI disk hot add and remove. Also add padding according toWei Hu2015-05-182-19/+101
* Microsoft vmbus, storage and other related driver enhancements for HyperV.Wei Hu2015-04-2912-474/+1756
* Fix CARP when in use in a HyperV environment:Xin LI2015-03-091-1/+10
* Prevent overflow issues in timeout processingSteven Hartland2014-11-211-6/+5
* Remove struct arpcom. It is unused by most interface types, that allocateGleb Smirnoff2014-11-073-5/+2
* Return BUS_PROBE_DEFAULT instead of BUS_PROBE_VENDOR or 0 for in-treeXin LI2014-10-244-5/+5
* Fix an issue where a FreeBSD virtual machine provisioned inGlen Barber2014-10-211-2/+1
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-3/+3
* Import HyperV Key-Value Pair (KVP) driver and daemon code by Microsoft,Xin LI2014-09-135-102/+1319
* Use define from if_var.h to access a field inside struct if_data,Gleb Smirnoff2014-08-301-1/+1
* Make some unwise casts. On i386 these casts wind up being safe. RatherWarner Losh2014-04-054-21/+24
* Hide a few messages under bootverbose.Xin LI2014-03-141-7/+11
* Minor fix to r262789.Alexander Motin2014-03-061-1/+1
* Remove custom bus scanner code and fix use of CAM's default scanner.Alexander Motin2014-03-051-86/+1
* Another round of removing historical mbuf(9) allocator flags.Gleb Smirnoff2014-01-161-3/+3
* Fix missing new line after:Pawel Jakub Dawidek2013-12-101-0/+1
* Don't reference pointer before testing whether it isXin LI2013-10-291-1/+3
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-291-1/+1
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-282-1/+4
* Centralize the detection logic for the Hyper-V hypervisor.Justin T. Gibbs2013-10-133-44/+15
* Fix a lock-order reversal in the net driver by dropping the lockPeter Grehan2013-10-122-19/+86
* Fix vmbus channel memory leak where incorrect length parameter wasPeter Grehan2013-10-112-8/+11
* Allow the legacy CDROM device to be accessed in a FreeBSD guest, whilePeter Grehan2013-10-101-22/+8
* In sys/dev/hyperv, fix a number of gcc warnings about usage of anonymousDimitry Andric2013-10-106-49/+60
* Correct panic caused by attaching both Xen PV and HyperV virtualizationJustin T. Gibbs2013-10-051-0/+10
* Reorder the hypervisor presence test to avoid claiming ATA disksPeter Grehan2013-09-191-28/+38
* Revert the kvp code - there's still some work thatPeter Grehan2013-09-093-999/+6
* Latest update from Microsoft.Peter Grehan2013-09-097-215/+1391
* IFC @ r253862Peter Grehan2013-08-012-2/+2
* Microsoft have changed their policy on how the hyper-v code willPeter Grehan2013-07-1719-0/+12526